Skip to content

Commit 0df4710

Browse files
committed
Bump debhelper from old 12 to 13.
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
1 parent e4cf53a commit 0df4710

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Priority: optional
77
Build-Depends:
88
cups-filters | foomatic-filters,
99
dc,
10-
debhelper-compat (= 12),
10+
debhelper-compat (= 13),
1111
foomatic-db-engine,
1212
ghostscript,
1313
libcups2-dev,

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ override_dh_install:
2424
perl -p -i -e 's/dNOPAUSE/dNOPAUSE -dNOINTERPOLATE/g' $(CURDIR)/debian/tmp/usr/bin/*-wrapper
2525
# Legacy dh_install
2626
dh_install
27-
dh_missing --fail-missing \
27+
dh_missing \
2828
-Xusb_printerid \
2929
-Xhplj10xx.rules \
3030
-XINSTALL \

0 commit comments

Comments
 (0)