r4892 - packages/trunk/chocolate-doom/debian
Jon Dowland
jmtd-guest at alioth.debian.org
Tue Dec 11 10:43:57 UTC 2007
Author: jmtd-guest
Date: 2007-12-11 10:43:57 +0000 (Tue, 11 Dec 2007)
New Revision: 4892
Removed:
packages/trunk/chocolate-doom/debian/patches/
Modified:
packages/trunk/chocolate-doom/debian/control
packages/trunk/chocolate-doom/debian/rules
Log:
remove patches dir and patches; none are applicable to 1.0.0
Modified: packages/trunk/chocolate-doom/debian/control
===================================================================
--- packages/trunk/chocolate-doom/debian/control 2007-12-11 10:19:48 UTC (rev 4891)
+++ packages/trunk/chocolate-doom/debian/control 2007-12-11 10:43:57 UTC (rev 4892)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Jon Dowland <jon at alcopop.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, 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), m4, quilt
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, 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), m4
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chocolate-doom/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/chocolate-doom/?op=log
Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules 2007-12-11 10:19:48 UTC (rev 4891)
+++ packages/trunk/chocolate-doom/debian/rules 2007-12-11 10:43:57 UTC (rev 4892)
@@ -2,8 +2,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -20,8 +18,6 @@
config.status: configure
dh_testdir
- $(MAKE) -f /usr/share/quilt/quilt.make patch
-
ln -sf /usr/share/misc/config.sub ./autotools/config.sub
ln -sf /usr/share/misc/config.guess ./autotools/config.guess
rm -f config.cache
@@ -49,7 +45,6 @@
-cd man && $(MAKE) clean
- $(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
install: build
More information about the Pkg-games-commits
mailing list