2025-02-23 19:09:10 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
%:
|
2025-02-23 19:23:00 +01:00
|
|
|
dh ${@}
|
2025-02-23 19:09:10 +01:00
|
|
|
|
|
|
|
override_dh_auto_install:
|
2025-02-23 19:14:27 +01:00
|
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip
|
2025-02-23 19:09:10 +01:00
|
|
|
|
2025-02-23 19:16:50 +01:00
|
|
|
# alternative handling
|
2025-02-23 19:18:37 +01:00
|
|
|
mv debian/pdlzip/usr/bin/pdlzip debian/pdlzip/usr/bin/lzip.pdlzip
|
|
|
|
ln -s /usr/bin/lzip.pdlzip debian/pdlzip/usr/bin/pdlzip
|
2025-02-23 19:22:23 +01:00
|
|
|
|
|
|
|
mv debian/pdlzip/usr/share/man/man1/pdlzip.1 debian/pdlzip/usr/share/man/man1/lzip.pdlzip.1
|
2025-02-23 19:18:37 +01:00
|
|
|
ln -s /usr/share/man/man1/lzip.pdlzip.1.gz debian/pdlzip/usr/share/man/man1/pdlzip.1.gz
|
2025-02-23 19:15:15 +01:00
|
|
|
|
2025-02-23 19:16:26 +01:00
|
|
|
override_dh_strip:
|
|
|
|
dh_strip --dbg-package=pdlzip-dbg
|