diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-20 00:55:46 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-20 00:55:46 +0300 |
| commit | 049e3092f3ff5089d460ef9cbc5818d5252ad120 (patch) | |
| tree | 1f1ae10e5815a82d1c7c0418caef234d848e2c9b /debian | |
| parent | d0cc4bc32d03856fae5617e194e4efe7e8c667e8 (diff) | |
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 |
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. |
