|
|
@ -31,7 +31,7 @@ install: build |
|
|
|
dh_testroot |
|
|
|
dh_clean -k |
|
|
|
dh_installdirs usr/bin |
|
|
|
install -s $(PACKAGE) debian/$(PACKAGE)/usr/bin |
|
|
|
install $(PACKAGE) debian/$(PACKAGE)/usr/bin |
|
|
|
|
|
|
|
# Build architecture-independent files here. |
|
|
|
binary-indep: build install |
|
|
@ -44,7 +44,6 @@ binary-arch: build install |
|
|
|
dh_testdir |
|
|
|
dh_testroot |
|
|
|
dh_installdebconf |
|
|
|
dh_strip |
|
|
|
dh_compress |
|
|
|
dh_fixperms |
|
|
|
dh_installdeb |
|
|
|