From f677abf161a565f36636c1ee4e27d56151789680 Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Fri, 26 Jun 2026 22:32:30 +0300 Subject: Add debian directory --- debian/changelog | 5 +++++ debian/control | 15 +++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 4 files changed, 25 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format 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 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 +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) -- cgit v1.2.3