aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules4
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 <ahm@jadupc.com> 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