Browse Source

Packaging cleanup

* Bump to debhelper compat level 11
* Declare compliance with policy 4.2.0, no changes
* Remove obsolete debhelper options
* Formatting
Christoph Biedl 5 years ago
parent
commit
c304fcda21
4 changed files with 7 additions and 7 deletions
  1. 1 1
      debian/compat
  2. 2 2
      debian/control
  3. 2 2
      debian/rules
  4. 2 2
      debian/vblade.install

+ 1 - 1
debian/compat

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

+ 2 - 2
debian/control

@@ -1,10 +1,10 @@
 Source: vblade
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Homepage: https://github.com/OpenAoE/vblade
-Standards-Version: 3.9.8
+Standards-Version: 4.2.0
 Vcs-Browser: https://git.in-ulm.de/cbiedl/vblade
 Vcs-Git: https://git.in-ulm.de/cbiedl/vblade.git
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper (>= 11~),
 Priority: optional
 Section: admin
 

+ 2 - 2
debian/rules

@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-DEB_BUILD_ARCH_OS  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 	PLATFORM=freebsd
 else
@@ -10,7 +10,7 @@ else
 endif
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	$(MAKE) PLATFORM=$(PLATFORM)

+ 2 - 2
debian/vblade.install

@@ -1,2 +1,2 @@
-vblade      usr/sbin/
-vbladed     usr/sbin/
+vblade  usr/sbin/
+vbladed usr/sbin/