r10526 - packages/trunk/libphysfs/debian
Patrick Matthäi
pmatthaei at alioth.debian.org
Sun Nov 15 12:55:53 UTC 2009
Author: pmatthaei
Date: 2009-11-15 12:55:53 +0000 (Sun, 15 Nov 2009)
New Revision: 10526
Modified:
packages/trunk/libphysfs/debian/compat
packages/trunk/libphysfs/debian/control
packages/trunk/libphysfs/debian/rules
Log:
* Bump to debhelper compat 7.
- Use dh_prep instead of dh_clean -k.
Modified: packages/trunk/libphysfs/debian/compat
===================================================================
--- packages/trunk/libphysfs/debian/compat 2009-11-15 12:47:37 UTC (rev 10525)
+++ packages/trunk/libphysfs/debian/compat 2009-11-15 12:55:53 UTC (rev 10526)
@@ -1 +1 @@
-5
+7
Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control 2009-11-15 12:47:37 UTC (rev 10525)
+++ packages/trunk/libphysfs/debian/control 2009-11-15 12:55:53 UTC (rev 10526)
@@ -5,7 +5,7 @@
Uploaders: Barry deFreese <bdefreese at debian.org>,
Patrick Matthäi <pmatthaei at debian.org>,
Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), quilt, cmake, doxygen, autotools-dev, zlib1g-dev, libreadline-dev
+Build-Depends: debhelper (>= 7), quilt, cmake, doxygen, autotools-dev, zlib1g-dev, libreadline-dev
Standards-Version: 3.8.3
Homepage: http://www.icculus.org/physfs/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libphysfs/
Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules 2009-11-15 12:47:37 UTC (rev 10525)
+++ packages/trunk/libphysfs/debian/rules 2009-11-15 12:55:53 UTC (rev 10526)
@@ -67,7 +67,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
binary-indep: build install
@@ -81,6 +81,7 @@
dh_installman
dh_install
dh_link
+ dh_lintian
#dpkg-gensymbols -plibphysfs1
dh_strip --dbg-package=libphysfs1-dbg
dh_compress
More information about the Pkg-games-commits
mailing list