From 5b962e2293c80d0a3bf7b1b3018e0f58e264604e Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Sat, 26 Aug 2023 16:05:55 +0600 Subject: Release shopno os port Signed-off-by: Mubashshir --- debian/changelog | 7 +++++++ debian/control | 3 +-- debian/rules | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64f74cf..08a6bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +aptdaemon (1.1.1+bzr982shopno1) shopno; urgency=medium + + * Non-maintainer upload. + * Port to shopno os + + -- Mubashshir Thu, 03 Aug 2023 16:14:56 +0600 + aptdaemon (1.1.1+bzr982-0ubuntu39mint1) vera; urgency=medium * Fix tiny scrolledwindows diff --git a/debian/control b/debian/control index 3b1aa8a..59b5bad 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 7.3), debconf-i18n, dbus, dh-python, - dh-translations, python3-all, python3-setuptools, python3-distutils-extra, @@ -23,7 +22,7 @@ Build-Depends: debhelper (>= 7.3), python3-mock, python3-pkg-resources, iso-codes, - pep8, + python3-pep8, xauth, xvfb Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index 3e9ea40..235d64e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,10 @@ #DH_VERBOSE=1 -PYTHON3=$(shell py3versions -vr) +#PYTHON3=$(shell py3versions -vr) %: - dh $@ --with=python3,translations --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3