aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
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.