diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 11:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 11:54:46 +0000 |
commit | 4c67793d2baa7de5c2652709c94aa673f2a4f566 (patch) | |
tree | 6cbc03e416f27a3b5073b688be9506a6156a788e | |
parent | Releasing debian version 1.11-4. (diff) | |
download | clzip-4c67793d2baa7de5c2652709c94aa673f2a4f566.tar.xz clzip-4c67793d2baa7de5c2652709c94aa673f2a4f566.zip |
Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #932662).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2a8967b..4ceab99 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include /usr/share/dpkg/buildtools.mk + %: dh ${@} |