[SCM] Atari 2600 Emulator for SDL & the X Window System branch, master, updated. debian/3.3-2

Stephen Kitt steve at sk2.org
Tue Mar 15 06:57:47 UTC 2011


The following commit has been merged in the master branch:
commit f132e9d171b889b993f40fd72005215dc9206dbe
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Mar 11 08:57:29 2011 +0100

    Drop explicit use of quilt since we're using format 3.0 (quilt).

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 845ca06..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.pc
diff --git a/debian/control b/debian/control
index ea67a17..23458b0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen Kitt <steve at sk2.org>
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~), libsdl1.2-dev, zlib1g-dev, libpng12-dev, autotools-dev
+Build-Depends: debhelper (>= 7.0.50), libsdl1.2-dev, zlib1g-dev, libpng12-dev, autotools-dev
 Homepage: http://stella.sf.net
 Vcs-Git: git://git.debian.org/git/pkg-games/stella.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/stella.git
diff --git a/debian/rules b/debian/rules
index 5212686..10225c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev,quilt
+	dh $@ --with autotools_dev
 
 override_dh_auto_clean:
 # Generate the minimal config.mak required for "make distclean"

-- 
Atari 2600 Emulator for SDL & the X Window System



More information about the Pkg-games-commits mailing list