diff options
author | 2023-12-03 12:16:28 +0600 | |
---|---|---|
committer | 2023-12-03 12:35:01 +0600 | |
commit | cc6902c768b5f3da07465ea3b61b3fab5604686b (patch) | |
tree | 75039ed274b4d51ae2bc23d102443b18a4425c96 | |
parent | 5b962e2293c80d0a3bf7b1b3018e0f58e264604e (diff) | |
download | aptdaemon-master.tar.gz aptdaemon-master.zip |
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 08a6bbc..a5a3f62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +aptdaemon (1.1.1+bzr982shopno2) unstable; urgency=medium + + * Upgrade to debian 12 + + -- Mubashshir <ahm@jadupc.com> Sun, 03 Dec 2023 12:34:44 +0600 + aptdaemon (1.1.1+bzr982shopno1) shopno; urgency=medium * Non-maintainer upload. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 59b5bad..e4c2d0c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Julian Andres Klode <jak@debian.org> -Build-Depends: debhelper (>= 7.3), +Build-Depends: debhelper-compat (= 12), debconf-i18n, dbus, dh-python, |