diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-26 22:32:30 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-26 22:32:30 +0300 |
| commit | f677abf161a565f36636c1ee4e27d56151789680 (patch) | |
| tree | 640e8e1d93adbc0feac3815599ec66a7a1a605d2 | |
| parent | 0a9e5696ba149c99bedf972f040d2e28776a8a4f (diff) | |
Add debian directory10.1-1
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 15 | ||||
| -rwxr-xr-x | debian/rules | 4 | ||||
| -rw-r--r-- | debian/source/format | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..00bee04 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +telegram-bot-api (10.1-1) stable; urgency=low + + * Initial release. + + -- Maria Lisina <sekoohaka.sarisan@gmail.com> Fri, 26 Jun 2026 19:32:04 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..265316e --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: telegram-bot-api +Section: httpd +Maintainer: Maria Lisina <sekoohaka.sarisan@gmail.com> +Build-Depends: debhelper-compat (= 13), + cmake, + gperf, + zlib1g-dev, + libssl-dev +Standards-Version: 4.7.4 + +Package: telegram-bot-api +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Telegram Bot API server + The Telegram Bot API provides an HTTP API for creating Telegram Bots. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |
