diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/install | 4 |
3 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4b4a7d5..f40a9b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shopno-os-apt-notifier (1.0.1) shopno; urgency=medium + + * Fix negated update logic + + -- Mubashshir <ahm@jadupc.com> Wed, 15 Mar 2023 23:12:19 +0600 + shopno-os-apt-notifier (1.0.0) shopno; urgency=medium * Initial Release diff --git a/debian/control b/debian/control index 62f6c7a..e27839b 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,12 @@ Source: shopno-os-apt-notifier -Priority: optional +Section: admin +Priority: required Maintainer: Mubashshir <ahm@jadupc.com> Build-Depends: debhelper-compat (= 13), dh-exec Standards-Version: 4.5.0 Vcs-Git: https://builder.jadupc.com/git/pkgs/shopno-os-apt-notifier Vcs-Browser: https://builder.jadupc.com/git/pkgs/shopno-os-apt-notifier -Rules-Requires-Root: no +Rules-Requires-Root: binary-targets Package: shopno-os-apt-notifier Architecture: all diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..602ef70 --- /dev/null +++ b/debian/install @@ -0,0 +1,4 @@ +data/perform-system-update usr/bin +data/perform-system-update.desktop usr/share/applications +data/jadupc.apt etc/sudoers.d +data/xdg/perform-system-update.desktop etc/xdg/autostart |