aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c5fcf6c..43954f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+telegram-bot-api (10.2-2) stable; urgency=low
+
+ * Updated dependencies.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Sun, 19 Jul 2026 21:55:12 +0000
+
telegram-bot-api (10.2-1) stable; urgency=low
* Updated to 10.2.
diff --git a/debian/control b/debian/control
index 265316e..8e0bc29 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Standards-Version: 4.7.4
Package: telegram-bot-api
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Telegram Bot API server
The Telegram Bot API provides an HTTP API for creating Telegram Bots.