Browse Source

Declare compliance with policy 4.2.0, bump debhelper compat level to 11

Also small cleanup.
Christoph Biedl 5 years ago
parent
commit
0bb55ece60
3 changed files with 3 additions and 4 deletions
  1. 1 1
      debian/compat
  2. 2 2
      debian/control
  3. 0 1
      debian/rules

+ 1 - 1
debian/compat

@@ -1 +1 @@
-10
+11

+ 2 - 2
debian/control

@@ -1,10 +1,10 @@
 Source: luksmeta
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Homepage: https://github.com/latchset/luksmeta
-Standards-Version: 4.1.1
+Standards-Version: 4.2.0
 Vcs-Browser: https://git.in-ulm.de/cbiedl/luksmeta
 Vcs-Git: https://git.in-ulm.de/cbiedl/luksmeta.git
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper (>= 11~),
     asciidoctor,
     cryptsetup,
     libcryptsetup-dev (>= 2:1.5.1),

+ 0 - 1
debian/rules

@@ -22,4 +22,3 @@ override_dh_auto_install:
 
 	# Remove useless files
 	rm -f debian/tmp/usr/lib/*/*.la
-