Fix display of changelog, credits and to-do files.
Use absolute paths to compensate for the fact that we don't install duplicates in /usr/share/doc/dvdisaster-doc or build with source path embedded anymore.
This commit is contained in:
8
debian/rules
vendored
8
debian/rules
vendored
@@ -27,3 +27,11 @@ override_dh_auto_install-arch:
|
||||
|
||||
override_dh_auto_install-indep:
|
||||
make install-doc BUILDROOT=$(CURDIR)/debian/tmp
|
||||
|
||||
# Ensure that none of the text files that the application
|
||||
# tries to display directly are not compressed, as it doesn't
|
||||
# automatically decompress text files.
|
||||
override_dh_compress:
|
||||
dh_compress -p dvdisaster \
|
||||
-X.CHANGELOG -XCREDITS -XREADME.MODIFYING -XTODO
|
||||
dh_compress --remaining-packages
|
||||
|
||||
Reference in New Issue
Block a user