diff options
author | Nicolas Boulenguez <nicolas@debian.org> | 2022-05-17 15:17:12 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2022-05-25 18:32:27 +0200 |
commit | 4c9032e6817f5e2a14e41a055d844f0d2f48d77b (patch) | |
tree | 9cbe838c6d52f0893653ab9a37f912542ee18a5d | |
parent | 8742d3f9015f9aa280c78081028e9028f683ea38 (diff) | |
download | git-buildpackage-4c9032e6817f5e2a14e41a055d844f0d2f48d77b.tar.gz git-buildpackage-4c9032e6817f5e2a14e41a055d844f0d2f48d77b.tar.bz2 git-buildpackage-4c9032e6817f5e2a14e41a055d844f0d2f48d77b.zip |
debian/rules: remove obsolete and unused Make variables
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules index 381be217..0802452d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,17 +1,5 @@ #!/usr/bin/make -f -EXAMPLE_SCRIPTS=\ - gbp-add-patch \ - gbp-cowbuilder-sid \ - gbp-posttag-push \ - gbp-configure-unpatched-source \ - wrap_cl.py - -DEB_COMPRESS_EXCLUDE=$(EXAMPLE_SCRIPTS) - -PYCHECKER_ARGS=-boptparse --no-override --no-shadowbuiltin - - %: dh $@ --buildsystem=pybuild |