File: rules

package info (click to toggle)
lunzip 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 211
  • sloc: ansic: 1,599; sh: 250; makefile: 93
file content (20 lines) | stat: -rwxr-xr-x 553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

%:
	dh ${@} --parallel

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip

	# alternative handling
	mv debian/lunzip/usr/bin/lunzip debian/lunzip/usr/bin/lzip.lunzip
	mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1

	ln -s /usr/bin/lzip.lunzip debian/lunzip/usr/bin/lunzip
	ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz

override_dh_builddeb:
	dh_builddeb -- -Zxz

override_dh_strip:
	dh_strip --dbg-package=lunzip-dbg