[uqm] 04/12: switch to debhelper compat level 5

Andreas Beckmann anbe at moszumanska.debian.org
Thu Apr 7 15:43:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository uqm.

commit 1dc3a7ab320fb26dbaf726845e06db8f43d2a187
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Apr 7 15:45:11 2016 +0200

    switch to debhelper compat level 5
---
 debian/changelog | 9 ++++++++-
 debian/compat    | 2 +-
 debian/control   | 8 +++++++-
 debian/rules     | 7 +++----
 4 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5364a2..ac0dc31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+uqm (0.6.2.dfsg-9.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to debhelper compat level 5.  (Closes: #817308, #817709)
+
+ -- Andreas Beckmann <anbe at debian.org>  Thu, 07 Apr 2016 15:41:32 +0200
+
 uqm (0.6.2.dfsg-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -8,7 +15,7 @@ uqm (0.6.2.dfsg-9.1) unstable; urgency=medium
 uqm (0.6.2.dfsg-9) unstable; urgency=low
 
   * Added .desktop file, closes: #452650,
-  	thanks "Emmet Hikory" <emmet.hikory at gmail.com>
+    thanks "Emmet Hikory" <emmet.hikory at gmail.com>
   * GIT-repo has been created in git.debian.org.
   * Added VCS-* records to debian/control.
   * Added icon to debian's menu.
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index bd61ad5..deca0b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,13 @@ Source: uqm
 Section: contrib/games
 Priority: optional
 Maintainer: Dmitry E. Oboukhov <unera at debian.org>
-Build-Depends: debhelper (>> 4.0.8), libogg-dev, libvorbis-dev, libsdl-image1.2-dev, libsdl1.2-dev, libz-dev, libmikmod2-dev
+Build-Depends: debhelper (>= 5),
+ libogg-dev,
+ libvorbis-dev,
+ libsdl-image1.2-dev,
+ libsdl1.2-dev,
+ libz-dev,
+ libmikmod2-dev,
 Standards-Version: 3.8.0
 Homepage: http://sc2.sourceforge.net/
 VCS-Browser: http://git.debian.org/?p=collab-maint/uqm.git;a=summary
diff --git a/debian/rules b/debian/rules
index 212efc0..9d7be98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ configure-stamp:
 
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 	cd sc2 && ./build.sh uqm
 	touch build-stamp
@@ -25,7 +25,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs usr/games usr/share/games
 	cd sc2 && DESTDIR=${CURDIR}/debian/uqm ./build.sh uqm install
 	install -m 0644 debian/uqm.xpm ${CURDIR}/debian/uqm/usr/share/games
@@ -40,10 +40,9 @@ binary-arch: build install
 	dh_testroot
 	dh_installchangelogs sc2/ChangeLog
 	dh_installdocs sc2/AUTHORS sc2/README sc2/BUGS \
-		sc2/WhatsNew sc2/Contributing 
+		sc2/WhatsNew sc2/Contributing
 	dh_installman uqm.6
 	dh_installmenu
-	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/uqm.git



More information about the Pkg-games-commits mailing list