diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 11:58:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 11:58:22 +0000 |
commit | a8165fe411f87fce02228d9fbbdeb62401b5073a (patch) | |
tree | b059d929464d453205dc3fc10b66be5e18a73f28 | |
parent | Releasing debian version 1.11-4. (diff) | |
download | lunzip-a8165fe411f87fce02228d9fbbdeb62401b5073a.tar.xz lunzip-a8165fe411f87fce02228d9fbbdeb62401b5073a.zip |
Removing dh_auto_configure override, not needed anymore.
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 18db4de..b889a88 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ %: dh ${@} -override_dh_auto_configure: - dh_auto_configure -- 'CC=$(CC)' - override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip |