r11498 - packages/trunk/fenix/debian
Peter Pentchev
roam-guest at alioth.debian.org
Thu Nov 25 21:48:24 UTC 2010
Author: roam-guest
Date: 2010-11-25 21:48:23 +0000 (Thu, 25 Nov 2010)
New Revision: 11498
Modified:
packages/trunk/fenix/debian/changelog
packages/trunk/fenix/debian/compat
packages/trunk/fenix/debian/control
packages/trunk/fenix/debian/rules
Log:
Bump the debhelper compatibility level to 7 with only a minor
dh_clean -k => dh_prep change.
Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog 2010-11-25 21:46:14 UTC (rev 11497)
+++ packages/trunk/fenix/debian/changelog 2010-11-25 21:48:23 UTC (rev 11498)
@@ -16,6 +16,8 @@
* Bump Standards-Version to 3.9.1 with no changes.
* Fix some spelling mistakes in both the upstream source and some of
the Debian packaging files.
+ * Bump the debhelper compatibility level to 7:
+ - use dh_prep instead of dh_clean -k
-- Peter Pentchev <roam at ringlet.net> Thu, 25 Nov 2010 13:25:18 +0200
Modified: packages/trunk/fenix/debian/compat
===================================================================
--- packages/trunk/fenix/debian/compat 2010-11-25 21:46:14 UTC (rev 11497)
+++ packages/trunk/fenix/debian/compat 2010-11-25 21:48:23 UTC (rev 11498)
@@ -1 +1 @@
-5
+7
Modified: packages/trunk/fenix/debian/control
===================================================================
--- packages/trunk/fenix/debian/control 2010-11-25 21:46:14 UTC (rev 11497)
+++ packages/trunk/fenix/debian/control 2010-11-25 21:48:23 UTC (rev 11498)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), autotools-dev,
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 7), autotools-dev,
libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng12-dev,
libsmpeg-dev, libmikmod2-dev, libvorbis-dev
Standards-Version: 3.9.1
Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules 2010-11-25 21:46:14 UTC (rev 11497)
+++ packages/trunk/fenix/debian/rules 2010-11-25 21:48:23 UTC (rev 11498)
@@ -59,7 +59,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
cd $(CURDIR)/debian/tmp/usr/bin/ && \
More information about the Pkg-games-commits
mailing list