r10547 - in packages/branches/wesnoth/experimental/debian: . source
Gerfried Fuchs
alfie at alioth.debian.org
Thu Nov 19 20:22:20 UTC 2009
Author: alfie
Date: 2009-11-19 20:22:20 +0000 (Thu, 19 Nov 2009)
New Revision: 10547
Modified:
packages/branches/wesnoth/experimental/debian/changelog
packages/branches/wesnoth/experimental/debian/control
packages/branches/wesnoth/experimental/debian/rules
packages/branches/wesnoth/experimental/debian/source/format
Log:
* Use 3.0 (native) instead of (quilt).
* Readd quilt handling to rules file.
Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog 2009-11-19 20:09:21 UTC (rev 10546)
+++ packages/branches/wesnoth/experimental/debian/changelog 2009-11-19 20:22:20 UTC (rev 10547)
@@ -1,3 +1,11 @@
+wesnoth (1:1.7.8-3) experimental; urgency=low
+
+ * Really remove Isaac from Uploaders.
+ * Use 3.0 (native) instead of (quilt).
+ * Readd quilt handling to rules file.
+
+ -- Gerfried Fuchs <rhonda at debian.at> Thu, 19 Nov 2009 21:23:40 +0100
+
wesnoth (1:1.7.8-2) experimental; urgency=low
* Removed quilt handling, this is done by dpkg format 3 and results in a
Modified: packages/branches/wesnoth/experimental/debian/control
===================================================================
--- packages/branches/wesnoth/experimental/debian/control 2009-11-19 20:09:21 UTC (rev 10546)
+++ packages/branches/wesnoth/experimental/debian/control 2009-11-19 20:22:20 UTC (rev 10547)
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), 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, libdbus-1-dev,
libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev,
Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules 2009-11-19 20:09:21 UTC (rev 10546)
+++ packages/branches/wesnoth/experimental/debian/rules 2009-11-19 20:22:20 UTC (rev 10547)
@@ -38,6 +38,7 @@
STABLE_VERSION = $(UPSTREAM_VERSION)
NEXT_VERSION = $(UPSTREAM_VERSION).~
+include /usr/share/quilt/quilt.make
clean:
dh_testdir
@@ -54,6 +55,7 @@
find po -name "*.gmo" -exec rm -f {} \;
find po -name "stamp-po" -exec rm -f {} \;
rm -f config.sub config.guess
+ unpatch
dh_clean
@@ -62,7 +64,7 @@
build: build-arch build-indep
build-arch: build-arch-stamp
-build-arch-stamp:
+build-arch-stamp: patch
./autogen.sh
./configure $(CONFIGURE_SWITCHES)
$(MAKE)
@@ -70,7 +72,7 @@
build-indep: build-indep-stamp
-build-indep-stamp:
+build-indep-stamp: patch
# Add here commands to compile the indep part of the package.
touch $@
Modified: packages/branches/wesnoth/experimental/debian/source/format
===================================================================
--- packages/branches/wesnoth/experimental/debian/source/format 2009-11-19 20:09:21 UTC (rev 10546)
+++ packages/branches/wesnoth/experimental/debian/source/format 2009-11-19 20:22:20 UTC (rev 10547)
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)
More information about the Pkg-games-commits
mailing list