[SCM] game about viruses invading your computer branch, master, updated. debian/1.0-1.dfsg.1-0.2-14-g0b2c2a0

Ansgar Burchardt ansgar at 43-1.org
Sun Jan 10 15:54:04 UTC 2010


The following commit has been merged in the master branch:
commit c1571f61cf7c86403b750a992a0f3906920f32b9
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Mon Jan 11 00:29:07 2010 +0900

    switch to source format 3.0 (quilt)
    
    Switch to using the new source format instead of using quilt from
    debian/rules.
    
    Signed-off-by: Ansgar Burchardt <ansgar at 43-1.org>

diff --git a/debian/control b/debian/control
index f92c9af..b01b5cb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 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 (>= 7.0.50), quilt, zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, perl
+Build-Depends: debhelper (>= 7.0.50), zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, perl
 Standards-Version: 3.8.1
 Homepage: http://www.parallelrealities.co.uk/projects/virusKiller.php
 Vcs-Git: git://git.debian.org/git/pkg-games/viruskiller.git
diff --git a/debian/rules b/debian/rules
index ecb7645..af29feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,13 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
-
 %:
 	dh $@
 
-override_dh_auto_configure: $(QUILT_STAMPFN)
-	dh_auto_configure
-
 override_dh_auto_build:
 	dh_auto_build
 	pod2man --section=1 --release="Debian Project" \
 		--center="Debian GNU/Linux manual" debian/viruskiller.pod \
 		> debian/viruskiller.1
 
-clean: unpatch
-	dh clean
-
 override_dh_auto_install:
 	dh_auto_install
 	mv $(CURDIR)/debian/viruskiller/usr/share/gnome/apps/Games/viruskiller.desktop \
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)

-- 
game about viruses invading your computer



More information about the Pkg-games-commits mailing list