required dpkg-gencontrol

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-10 01:08:20 +01:00
parent cd44c47485
commit b45c6756b1
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -58,7 +58,8 @@ binary-arch: build
cp build/bin/* $(BIN_DIR)
# Create the .deb package (thanks Helen)
pkg-gencontrol -P$(DESTDIR)
cd $(DESTDIR) && find . -type f ! -regex '.*DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums
dpkg-deb -b $(DESTDIR) ../
binary: binary-indep binary-arch