Skip to content

Commit

Permalink
Bump debhelper from old 10 to 12.
Browse files Browse the repository at this point in the history
+ debian/rules: Move --fail-missing argument to dh_missing.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
  • Loading branch information
debian-janitor committed Dec 4, 2019
1 parent a51d847 commit f5c54b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/compat
@@ -1 +1 @@
10
12
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -5,7 +5,7 @@ Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>, Raphaël Hertzog <hertzog@debian.org>,
Luca Boccassi <bluca@debian.org>
Build-Depends:
debhelper (>= 10),
debhelper (>= 12~),
po4a,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -13,5 +13,5 @@ override_dh_auto_install:
mkdir -p debian/live-boot-initramfs-tools/usr/share
mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share

override_dh_install:
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing

0 comments on commit f5c54b7

Please sign in to comment.