2025-02-21 10:10:05 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2025-02-21 11:30:46 +01:00
|
|
|
include /usr/share/dpkg/buildtools.mk
|
2025-02-21 11:30:13 +01:00
|
|
|
|
2025-02-21 10:10:05 +01:00
|
|
|
%:
|
2025-02-21 11:27:59 +01:00
|
|
|
dh ${@}
|
2025-02-21 10:10:05 +01:00
|
|
|
|
2025-02-21 11:30:13 +01:00
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- 'CXX=$(CXX)'
|
|
|
|
|
2025-02-21 10:10:05 +01:00
|
|
|
override_dh_auto_install:
|
|
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover
|
|
|
|
|
2025-02-21 11:30:38 +01:00
|
|
|
execute_after_dh_auto_install:
|
2025-02-21 11:29:13 +01:00
|
|
|
# update-alternatives
|
2025-02-21 11:22:29 +01:00
|
|
|
mv debian/lziprecover/usr/bin/lziprecover debian/lziprecover/usr/bin/lzip.lziprecover
|
|
|
|
ln -s /usr/bin/lzip.lziprecover debian/lziprecover/usr/bin/lziprecover
|
2025-02-21 11:27:30 +01:00
|
|
|
|
|
|
|
mv debian/lziprecover/usr/share/info/lziprecover.info debian/lziprecover/usr/share/info/lzip.lziprecover.info
|
2025-02-21 11:22:29 +01:00
|
|
|
ln -s /usr/share/info/lzip.lziprecover.info.gz debian/lziprecover/usr/share/info/lziprecover.info.gz
|
2025-02-21 11:27:30 +01:00
|
|
|
|
|
|
|
mv debian/lziprecover/usr/share/man/man1/lziprecover.1 debian/lziprecover/usr/share/man/man1/lzip.lziprecover.1
|
2025-02-21 11:22:29 +01:00
|
|
|
ln -s /usr/share/man/man1/lzip.lziprecover.1.gz debian/lziprecover/usr/share/man/man1/lziprecover.1.gz
|
2025-02-21 11:11:38 +01:00
|
|
|
|
2025-02-21 11:26:26 +01:00
|
|
|
# removing unused files
|
|
|
|
rm -f debian/lziprecover/usr/share/info/dir*
|