r11763 - in packages/trunk/tecnoballz/debian: . source

Peter Pentchev roam-guest at alioth.debian.org
Thu Feb 17 08:53:50 UTC 2011


Author: roam-guest
Date: 2011-02-17 08:53:48 +0000 (Thu, 17 Feb 2011)
New Revision: 11763

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


Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog	2011-02-17 08:47:50 UTC (rev 11762)
+++ packages/trunk/tecnoballz/debian/changelog	2011-02-17 08:53:48 UTC (rev 11763)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Remove Alexis Sukrieh from the list of Uploaders.  Closes: #613740
+  * Convert to the 3.0 (quilt) source format.
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 17 Feb 2011 10:35:58 +0200
 

Modified: packages/trunk/tecnoballz/debian/control
===================================================================
--- packages/trunk/tecnoballz/debian/control	2011-02-17 08:47:50 UTC (rev 11762)
+++ packages/trunk/tecnoballz/debian/control	2011-02-17 08:53:48 UTC (rev 11763)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5.0.0), autoconf, automake, libsdl-mixer1.2-dev, 
                libmikmod2-dev, libxext-dev, libvorbis-dev, 
                libogg-dev, libsmpeg-dev, libxxf86dga-dev, 
-               libxxf86vm-dev, quilt, autotools-dev,
+               libxxf86vm-dev, autotools-dev,
                libsdl-image1.2-dev
 Standards-Version: 3.8.3
 Homepage: http://linux.tlk.fr/games/TecnoballZ/

Modified: packages/trunk/tecnoballz/debian/rules
===================================================================
--- packages/trunk/tecnoballz/debian/rules	2011-02-17 08:47:50 UTC (rev 11762)
+++ packages/trunk/tecnoballz/debian/rules	2011-02-17 08:53:48 UTC (rev 11763)
@@ -27,7 +27,6 @@
 configure-stamp: 
 	dh_testdir
 	printf "\n\n*** Configuring the package ***\n\n"
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 	autoreconf -fvi
 
@@ -46,7 +45,6 @@
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f build-stamp 
 	rm -f configure-stamp
 	rm -f config.status config.log
@@ -60,7 +58,6 @@
 	rm -f autotools/install-sh
 	find ./ -name Makefile.in -delete
 	rm -rf src/.deps
-	rm -rf .pc
 	dh_clean 
 
 install: build

Added: packages/trunk/tecnoballz/debian/source/format
===================================================================
--- packages/trunk/tecnoballz/debian/source/format	                        (rev 0)
+++ packages/trunk/tecnoballz/debian/source/format	2011-02-17 08:53:48 UTC (rev 11763)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/tecnoballz/debian/source/options
===================================================================
--- packages/trunk/tecnoballz/debian/source/options	                        (rev 0)
+++ packages/trunk/tecnoballz/debian/source/options	2011-02-17 08:53:48 UTC (rev 11763)
@@ -0,0 +1,2 @@
+compression = "bzip2"
+compression-level = 9




More information about the Pkg-games-commits mailing list