diff options
author | 2023-08-26 16:05:55 +0600 | |
---|---|---|
committer | 2023-08-26 16:05:55 +0600 | |
commit | 5b962e2293c80d0a3bf7b1b3018e0f58e264604e (patch) | |
tree | e69d714c93ae8fec3313e034a89db261ee83e1ff /debian/rules | |
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 '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |