r3495 - packages/trunk/openal/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Jul 30 04:35:22 UTC 2007


Author: kibi-guest
Date: 2007-07-30 04:35:22 +0000 (Mon, 30 Jul 2007)
New Revision: 3495

Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/control
   packages/trunk/openal/debian/rules
Log:
Actually drop quilt

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-30 04:34:18 UTC (rev 3494)
+++ packages/trunk/openal/debian/changelog	2007-07-30 04:35:22 UTC (rev 3495)
@@ -12,7 +12,7 @@
         @requirements@ is now replaced by an appropriate variable.
     - undocumented_alext_header.diff:
         There's no file to patch anymore.
-  * Quilt could then be dropped, but keeping it to ease further modifications.
+  * Dropped quilt from the B-D accordingly, no patch left!
   * Upstream now proposes cmake:
     - debian/control:
         + Added cmake, pkg-config to the B-D.

Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control	2007-07-30 04:34:18 UTC (rev 3494)
+++ packages/trunk/openal/debian/control	2007-07-30 04:35:22 UTC (rev 3495)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], quilt, cmake, pkg-config, nasm
+Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], cmake, pkg-config, nasm
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openal/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openal/?op=log

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2007-07-30 04:34:18 UTC (rev 3494)
+++ packages/trunk/openal/debian/rules	2007-07-30 04:35:22 UTC (rev 3495)
@@ -12,7 +12,6 @@
 
 configure: configure-stamp
 configure-stamp:
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dh_testdir
 	
 	# Perform an out-of-tree build to keep a clean source tree
@@ -37,7 +36,6 @@
 	rm -fr build-stamp configure-stamp
 	rm -fr $(BUILD_TREE)
 	dh_clean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list