[SCM] Maintenance of the burgerspace game branch, master, updated. debian/1.8.3-1-4-gef94b21
Francois Marier
francois at debian.org
Sat Nov 7 04:23:58 UTC 2009
The following commit has been merged in the master branch:
commit 4fafea6f50321b30333bcfff602e110c3f8f0d4c
Author: Francois Marier <francois at debian.org>
Date: Sat Nov 7 17:17:17 2009 +1300
Bump debhelper compatibility to 7
diff --git a/debian/changelog b/debian/changelog
index fb85bb3..47a2e9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
burgerspace (1.8.3-2) unstable; urgency=low
* Bump Standards-Version up to 3.8.3
+ * Bump debhelper compatibility to 7
- -- Francois Marier <francois at debian.org> Sat, 07 Nov 2009 17:16:24 +1300
+ -- Francois Marier <francois at debian.org> Sat, 07 Nov 2009 17:17:07 +1300
burgerspace (1.8.3-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 1e8b314..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+7
diff --git a/debian/control b/debian/control
index 1e0ca8c..d1b660e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Francois Marier <francois at debian.org>
-Build-Depends: debhelper (>= 6), libflatzebra-dev (>= 0.1.2), autotools-dev, automake1.7, pkg-config, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
+Build-Depends: debhelper (>= 7), libflatzebra-dev (>= 0.1.2), autotools-dev, automake1.7, pkg-config, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
Standards-Version: 3.8.3
Homepage: http://sarrazip.com/dev/burgerspace.html
Vcs-git: git://git.debian.org/git/pkg-games/burgerspace.git
diff --git a/debian/rules b/debian/rules
index 568f02b..48c516e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) DESTDIR=$(CURDIR)/debian/burgerspace install
@@ -70,7 +70,6 @@ binary-arch: build install
dh_installcron
dh_installman
dh_installchangelogs NEWS
- dh_desktop
dh_link
dh_strip
dh_compress
--
Maintenance of the burgerspace game
More information about the Pkg-games-commits
mailing list