r11680 - in packages/trunk/freealut/debian: . source

Peter Pentchev roam-guest at alioth.debian.org
Sun Jan 23 02:58:01 UTC 2011


Author: roam-guest
Date: 2011-01-23 02:58:01 +0000 (Sun, 23 Jan 2011)
New Revision: 11680

Added:
   packages/trunk/freealut/debian/source/
   packages/trunk/freealut/debian/source/format
   packages/trunk/freealut/debian/source/options
Modified:
   packages/trunk/freealut/debian/changelog
   packages/trunk/freealut/debian/control
   packages/trunk/freealut/debian/rules
Log:
Switch to the 3.0 (quilt) source format.


Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog	2011-01-22 13:43:57 UTC (rev 11679)
+++ packages/trunk/freealut/debian/changelog	2011-01-23 02:58:01 UTC (rev 11680)
@@ -3,6 +3,7 @@
   * Team upload.
   * Andres Mejia fixed the watch file back in 2009.  Closes: #551410
   * Remove Thierry Reding from Uploaders.  Closes: #572543
+  * Convert to the 3.0 (quilt) source format.
 
  -- Peter Pentchev <roam at ringlet.net>  Sat, 22 Jan 2011 15:24:20 +0200
 

Modified: packages/trunk/freealut/debian/control
===================================================================
--- packages/trunk/freealut/debian/control	2011-01-22 13:43:57 UTC (rev 11679)
+++ packages/trunk/freealut/debian/control	2011-01-23 02:58:01 UTC (rev 11680)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>, Sam Hocevar <sho at debian.org>
-Build-Depends: debhelper (>= 5.0.0), quilt, libopenal-dev (>= 1:0.0.8-1), dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 5.0.0), libopenal-dev (>= 1:0.0.8-1), dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 Section: libs
 Homepage: http://openal.org/

Modified: packages/trunk/freealut/debian/rules
===================================================================
--- packages/trunk/freealut/debian/rules	2011-01-22 13:43:57 UTC (rev 11679)
+++ packages/trunk/freealut/debian/rules	2011-01-23 02:58:01 UTC (rev 11680)
@@ -28,7 +28,6 @@
 
 config.status: configure
 	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS) -fPIC -Wl,-z,defs" ./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
@@ -51,7 +50,6 @@
 	dh_testroot
 	rm -f build-stamp 
 	-$(MAKE) distclean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean 
 
 install: build

Added: packages/trunk/freealut/debian/source/format
===================================================================
--- packages/trunk/freealut/debian/source/format	                        (rev 0)
+++ packages/trunk/freealut/debian/source/format	2011-01-23 02:58:01 UTC (rev 11680)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/freealut/debian/source/options
===================================================================
--- packages/trunk/freealut/debian/source/options	                        (rev 0)
+++ packages/trunk/freealut/debian/source/options	2011-01-23 02:58:01 UTC (rev 11680)
@@ -0,0 +1,2 @@
+compression = "bzip2"
+compression-level = 9




More information about the Pkg-games-commits mailing list