Opened 7 years ago
Closed 7 years ago
#424 closed defect (fixed)
make deb broken in Debian 9 due to compat
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 4.2.4 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
Reported by Alasdair:
``` dh_clean: Please specify the compatibility level in debian/compat debian/rules:39: recipe for target 'clean' failed make: *** [clean] Error 2 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 debuild: fatal error at line 1116: dpkg-buildpackage -rfakeroot -us -uc -b failed Error ... cannot find package file Makefile:844: recipe for target 'deb-run' failed make[1]: *** [deb-run] Error 1 make[1]: Leaving directory '/path/to/samhain-4.2.3' Makefile:809: recipe for target 'deb' failed make: *** [deb] Error 2 ```
This can be fixed by removing line 14 of debian.rules.in:
``` export DH_COMPAT=4 ```
and having a file debian/compat
containing only the character 9
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [531].