diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-19 18:02:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-19 20:17:27 +0000 |
commit | 8ed5fe138d46391c8b6c53a6232a34e339240e00 (patch) | |
tree | 78ec256a898f087af0c81800e45ec4ed1be7116a | |
parent | Adding note about CVE-2021-3427 to changelog for 2.1.1-1 upload. (diff) | |
download | deluge-8ed5fe138d46391c8b6c53a6232a34e339240e00.tar.xz deluge-8ed5fe138d46391c8b6c53a6232a34e339240e00.zip |
Removing cruft from rules file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 632ca11..846c76e 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,3 @@ override_dh_auto_install: done find . -type d -name '__pycache__' | xargs rm -rf - -override_dh_gencontrol: - dh_gencontrol -- $(SUBSTVARS) |