diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/xsane-common.docs | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8d0052f..9e21b98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xsane (0.999-8) UNRELEASED; urgency=medium + + * Add missing pnm, xpm and rc files into the doc directory. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 27 Jul 2019 14:22:04 +0200 + xsane (0.999-7) unstable; urgency=medium * Migrate to debhelper 12: diff --git a/debian/rules b/debian/rules index 42fc61f..a078a1d 100755 --- a/debian/rules +++ b/debian/rules @@ -38,3 +38,6 @@ override_dh_installdocs-indep: # remove outdated/useless documentation rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-backends-doc.html rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-pnm-doc.html + +override_dh_compress: + dh_compress -X.pnm -X.rc -X.xpm diff --git a/debian/xsane-common.docs b/debian/xsane-common.docs index 6e128ad..ec93406 100644 --- a/debian/xsane-common.docs +++ b/debian/xsane-common.docs @@ -1,2 +1,5 @@ doc/*.html doc/*.jpg +src/*.pnm +src/*.xpm +src/*.rc |