[icebreaker] 13/22: 1.21-11ubuntu2 Debhelper compatibility

Andreas Gnau rondom-guest at moszumanska.debian.org
Sat Sep 9 09:06:47 UTC 2017


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

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 508debd053138086f91126fc3b881806d5472a7f
Author: Logan Rosen <logan at ubuntu.com>
Date:   Tue Dec 8 02:46:23 2015 -0500

    1.21-11ubuntu2 Debhelper compatibility
---
 debian/changelog | 8 ++++++++
 debian/compat    | 1 +
 debian/control   | 4 ++--
 debian/rules     | 3 ---
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb6e63e..d2a8969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+icebreaker (1.21-11ubuntu2) xenial; urgency=medium
+
+  * debian/rules: Remove legacy DH_COMPAT export.
+  * debian/compat: Specify compatibility level of 9.
+  * debian/control: Build-depend on debhelper (>= 9).
+
+ -- Logan Rosen <logan at ubuntu.com>  Tue, 08 Dec 2015 02:46:23 -0500
+
 icebreaker (1.21-11ubuntu1) karmic; urgency=low
 
   * Fixed a buffer overflow in options.c that caused a crash on startup.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index 2c27177..9608ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: icebreaker
 Section: games
 Priority: optional
-Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 XSBC-Original-Maintainer: LaMont Jones <lamont at debian.org>
-Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
+Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
 XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
 XS-Vcs-Git: git://git.debian.org/~lamont/icebreaker.git
diff --git a/debian/rules b/debian/rules
index d82fc5a..88483d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=2
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/icebreaker.git



More information about the Pkg-games-commits mailing list