[SCM] Packaging for sauerbraten game engine branch, master, updated. upstream/0.0.20090504.dfsg-26-g1c005f3

Bruno Kleinert fuddl at tauware.de
Wed Nov 18 17:12:21 UTC 2009


The following commit has been merged in the master branch:
commit 1c005f3a81bd6a7415474aa39d4f557405555847
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Wed Nov 18 18:12:21 2009 +0100

    Convert to source package format 3.0 quilt

diff --git a/debian/changelog b/debian/changelog
index d3196b8..d14304a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ sauerbraten (0.0.20090504.dfsg-2) unstable; urgency=low
     X11 so that ld as in binutils-gold is happy. Thanks to Peter Fritzsche for
     reporting! (Closes: #556757)
   * Copy over README.source from quilt to document how to use quilt
+  * Convert to source package format 3.0 quilt
+    * Drop build dependency on quilt
 
- -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Wed, 18 Nov 2009 18:07:06 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Wed, 18 Nov 2009 18:11:29 +0100
 
 sauerbraten (0.0.20090504.dfsg-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c6a7181..6899108 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at debian.org>
-Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, sharutils, imagemagick, quilt
+Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, sharutils, imagemagick
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/pkg-games/sauerbraten.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/sauerbraten.git;a=summary
diff --git a/debian/rules b/debian/rules
index 8050744..396f31e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,18 +14,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 
-patch-stamp: patch
-	touch patch-stamp
-
-patch:
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-
-unpatch:
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -f patch-stamp
-	rm -rf .pc
-
-build: patch-stamp build-stamp
+build: build-stamp
 build-stamp:
 ifeq ($(DEB_BUILD_GNU_TYPE), powerpc-linux-gnu)
 	$(error powerpc builds disabled. See http://bugs.debian.org/432666 for details)
@@ -36,8 +25,7 @@ endif
 	$(MAKE) CXXOPTFLAGS="$(CXXOPTFLAGS)"
 	touch $@
 
-clean: patch-stamp clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Packaging for sauerbraten game engine



More information about the Pkg-games-commits mailing list