[SCM] transportation simulator branch, master, updated. debian/102.2.2.ds1-1-21-g99a3ce9

Ansgar Burchardt ansgar at debian.org
Wed Feb 16 23:38:37 UTC 2011


The following commit has been merged in the master branch:
commit 9db7c7e4e697ab4bdd05b3a36e4746543b832798
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Feb 16 20:58:25 2011 +0100

    Use source format 3.0 (quilt).

diff --git a/debian/control b/debian/control
index 7c45bc9..5560ded 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>, Clint Adams <clint at gnu.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.46), libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, imagemagick, libpng12-dev, libbz2-dev
+Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, imagemagick, libpng12-dev, libbz2-dev
 Standards-Version: 3.8.4
 Homepage: http://www.simutrans.com/
 Vcs-Git: git://git.debian.org/git/pkg-games/simutrans.git
diff --git a/debian/rules b/debian/rules
index c20d589..708666e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	convert simutrans.ico -alpha on debian/simutrans.xpm
 
@@ -25,8 +23,7 @@ build-stamp: $(QUILT_STAMPFN)
 
 # `make clean' will fail if there is no config.default, so make sure
 # we have one
-clean: $(QUILT_STAMPFN) clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 
 	$(MAKE) clean
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)

-- 
transportation simulator



More information about the Pkg-games-commits mailing list