[SCM] cute multiplayer platform game with bunnies branch, master, updated. debian/1.50+dfsg1-2-8-ge8ebc5f

Paul Wise pabs at debian.org
Mon May 9 07:08:33 UTC 2011


The following commit has been merged in the master branch:
commit e8ebc5f23229313e3e0207662f00a0e4adbdae8b
Author: Paul Wise <pabs at debian.org>
Date:   Mon May 9 15:06:26 2011 +0800

    Switch to dpkg-source format v3

diff --git a/debian/changelog b/debian/changelog
index 3c623a0..3361f9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jumpnbump (1.50+dfsg1-3) unstable; urgency=low
     Patch by Stéphane Blondon <stephane.blondon at gmail.com>
   * Drop dh_desktop usage, it does nothing
   * Wrap Build-Depends one item per line
+  * Switch to dpkg-source format v3
 
   [ Ansgar Burchardt ]
   * Fix FTBFS with binutils-gold (Closes: #554929)
diff --git a/debian/control b/debian/control
index 55ab27e..8fca5ab 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
 Build-Depends: debhelper (>= 6),
- quilt,
  libsdl1.2-dev (>= 1.2.2-3.1),
  libsdl-mixer1.2-dev (>= 1.2.0-1.1),
  libsdl-net1.2-dev (>= 1.2.0-5.1)
diff --git a/debian/rules b/debian/rules
index 03a959a..ac4dbb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -14,7 +12,7 @@ configure-stamp:
 	touch configure-stamp
 
 build: configure-stamp build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	$(MAKE) PREFIX=/usr all data
@@ -22,7 +20,7 @@ build-stamp: $(QUILT_STAMPFN)
 
 	touch build-stamp
 
-clean: unpatch
+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)

-- 
cute multiplayer platform game with bunnies



More information about the Pkg-games-commits mailing list