diff options
author | 2023-08-26 16:05:55 +0600 | |
---|---|---|
committer | 2023-08-26 16:05:55 +0600 | |
commit | 5b962e2293c80d0a3bf7b1b3018e0f58e264604e (patch) | |
tree | e69d714c93ae8fec3313e034a89db261ee83e1ff | |
parent | 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (diff) | |
download | aptdaemon-5b962e2293c80d0a3bf7b1b3018e0f58e264604e.tar.gz aptdaemon-5b962e2293c80d0a3bf7b1b3018e0f58e264604e.zip |
Release shopno os port
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | 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 <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 |