r9773 - packages/branches/wesnoth/experimental/debian
Gerfried Fuchs
alfie at alioth.debian.org
Mon May 18 20:45:57 UTC 2009
Author: alfie
Date: 2009-05-18 20:45:57 +0000 (Mon, 18 May 2009)
New Revision: 9773
Modified:
packages/branches/wesnoth/experimental/debian/changelog
packages/branches/wesnoth/experimental/debian/compat
packages/branches/wesnoth/experimental/debian/control
packages/branches/wesnoth/experimental/debian/rules
Log:
* Switch back to unversioned boost dependencies.
* Switch to debhelper 7 now that we use dh_lintian from debhelper
6something. Also use dh_prep instead of dh_clean -k.
Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog 2009-05-18 20:32:42 UTC (rev 9772)
+++ packages/branches/wesnoth/experimental/debian/changelog 2009-05-18 20:45:57 UTC (rev 9773)
@@ -6,8 +6,11 @@
- Switch Vcs-* fields to experimental branch.
- New campaign wesnoth-dm.
- Now requires us to call ./autogen.sh on ourself.
+ * Switch back to unversioned boost dependencies.
+ * Switch to debhelper 7 now that we use dh_lintian from debhelper
+ 6something. Also use dh_prep instead of dh_clean -k.
- -- Gerfried Fuchs <rhonda at debian.at> Mon, 18 May 2009 22:30:19 +0200
+ -- Gerfried Fuchs <rhonda at debian.at> Mon, 18 May 2009 22:43:54 +0200
wesnoth (1:1.6.2-1) unstable; urgency=low
Modified: packages/branches/wesnoth/experimental/debian/compat
===================================================================
--- packages/branches/wesnoth/experimental/debian/compat 2009-05-18 20:32:42 UTC (rev 9772)
+++ packages/branches/wesnoth/experimental/debian/compat 2009-05-18 20:45:57 UTC (rev 9773)
@@ -1 +1 @@
-5
+7
Modified: packages/branches/wesnoth/experimental/debian/control
===================================================================
--- packages/branches/wesnoth/experimental/debian/control 2009-05-18 20:32:42 UTC (rev 9772)
+++ packages/branches/wesnoth/experimental/debian/control 2009-05-18 20:45:57 UTC (rev 9773)
@@ -2,10 +2,10 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), quilt, libsdl-image1.2-dev, libfreetype6-dev,
+Build-Depends: debhelper (>= 7), quilt, libsdl-image1.2-dev, libfreetype6-dev,
libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev,
libsdl-ttf2.0-dev (>= 2.0.8), python-support,
- libboost-iostreams1.37-dev, libboost-test1.37-dev, libboost-regex1.37-dev,
+ libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev,
libpango1.0-dev
Standards-Version: 3.8.1
Uploaders: Isaac Clerencia <isaac at debian.org>, Cyril Bouthors <cyril at bouthors.org>, Gerfried Fuchs <rhonda at debian.at>
Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules 2009-05-18 20:32:42 UTC (rev 9772)
+++ packages/branches/wesnoth/experimental/debian/rules 2009-05-18 20:45:57 UTC (rev 9773)
@@ -75,7 +75,7 @@
install-indep:
dh_testdir
dh_testroot
- dh_clean -k -i
+ dh_prep -i
dh_installdirs -i
# Add here commands to install the indep part of the package into
@@ -100,7 +100,7 @@
install-arch:
dh_testdir
dh_testroot
- dh_clean -k -s
+ dh_prep -s
dh_installdirs -s
# Add here commands to install the arch part of the package into
More information about the Pkg-games-commits
mailing list