1
0
Fork 0

Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #902704).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:25:43 +01:00
parent 9bf95f9ad6
commit a59420f789
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -1,8 +1,13 @@
#!/usr/bin/make -f #!/usr/bin/make -f
-include /usr/share/dpkg/buildtools.mk
%: %:
dh ${@} dh ${@}
override_dh_auto_configure:
dh_auto_configure -- 'CC=$(CC)'
override_dh_auto_install: override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip