10 lines
166 B
Makefile
Executable file
10 lines
166 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) prefix=$(CURDIR)/debian/pdlzip/usr install
|
|
|
|
override_dh_strip:
|
|
dh_strip --dbg-package=pdlzip-dbg
|