r11686 - packages/trunk/freealut/debian
Peter Pentchev
roam-guest at alioth.debian.org
Sun Jan 23 03:44:34 UTC 2011
Author: roam-guest
Date: 2011-01-23 03:44:33 +0000 (Sun, 23 Jan 2011)
New Revision: 11686
Modified:
packages/trunk/freealut/debian/changelog
packages/trunk/freealut/debian/compat
packages/trunk/freealut/debian/control
packages/trunk/freealut/debian/rules
Log:
Bump the debhelper compat level to 7; use dh_prep instead of dh_clean -k.
Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog 2011-01-23 03:33:57 UTC (rev 11685)
+++ packages/trunk/freealut/debian/changelog 2011-01-23 03:44:33 UTC (rev 11686)
@@ -10,6 +10,7 @@
- no need to depend on a x.x.x-1 revision
* Add DEP 3 headers to all the patches.
* Do not ignore errors from "make clean".
+ * Bump the debhelper compatibility version to 7 and use dh_prep.
-- Peter Pentchev <roam at ringlet.net> Sat, 22 Jan 2011 15:24:20 +0200
Modified: packages/trunk/freealut/debian/compat
===================================================================
--- packages/trunk/freealut/debian/compat 2011-01-23 03:33:57 UTC (rev 11685)
+++ packages/trunk/freealut/debian/compat 2011-01-23 03:44:33 UTC (rev 11686)
@@ -1 +1 @@
-5
+7
Modified: packages/trunk/freealut/debian/control
===================================================================
--- packages/trunk/freealut/debian/control 2011-01-23 03:33:57 UTC (rev 11685)
+++ packages/trunk/freealut/debian/control 2011-01-23 03:44:33 UTC (rev 11686)
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Reinhard Tartler <siretart at tauware.de>, Sam Hocevar <sho at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libopenal-dev (>= 1:0.0.8), dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 7), libopenal-dev (>= 1:0.0.8), dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
Section: libs
Homepage: http://openal.org/
Modified: packages/trunk/freealut/debian/rules
===================================================================
--- packages/trunk/freealut/debian/rules 2011-01-23 03:33:57 UTC (rev 11685)
+++ packages/trunk/freealut/debian/rules 2011-01-23 03:44:33 UTC (rev 11686)
@@ -55,7 +55,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
More information about the Pkg-games-commits
mailing list