r11125 - in packages/trunk/pingus/debian: . source

Bertrand Marc bbk-guest at alioth.debian.org
Wed Jul 21 19:12:56 UTC 2010


Author: bbk-guest
Date: 2010-07-21 19:12:39 +0000 (Wed, 21 Jul 2010)
New Revision: 11125

Added:
   packages/trunk/pingus/debian/source/
   packages/trunk/pingus/debian/source/format
Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/control
   packages/trunk/pingus/debian/rules
Log:
Switch to 3.0 (quilt) format

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2010-07-21 15:59:53 UTC (rev 11124)
+++ packages/trunk/pingus/debian/changelog	2010-07-21 19:12:39 UTC (rev 11125)
@@ -1,3 +1,10 @@
+pingus (0.7.3-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Bertrand Marc <bbk at E6400>  Wed, 21 Jul 2010 19:16:12 +0200
+
 pingus (0.7.3-1) UNRELEASED; urgency=low
 
   * New upstream release. 

Modified: packages/trunk/pingus/debian/control
===================================================================
--- packages/trunk/pingus/debian/control	2010-07-21 15:59:53 UTC (rev 11124)
+++ packages/trunk/pingus/debian/control	2010-07-21 19:12:39 UTC (rev 11125)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Cyril Brulebois <kibi at debian.org>
-Build-Depends: debhelper (>= 5), quilt, scons,
+Build-Depends: debhelper (>= 5), scons,
  libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev,
  libphysfs-dev, libboost-signals-dev, libxi-dev
 Standards-Version: 3.8.1

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2010-07-21 15:59:53 UTC (rev 11124)
+++ packages/trunk/pingus/debian/rules	2010-07-21 19:12:39 UTC (rev 11125)
@@ -3,11 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
-	dh_testdir
+configure-stamp: dh_testdir
 	cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache
 	scons configure prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR)
 	touch $@
@@ -18,7 +15,7 @@
 	scons
 	touch $@
 
-clean: clean-patched unpatch
+clean: clean-patched
 	dh_testdir
 	dh_testroot
 	dh_clean

Added: packages/trunk/pingus/debian/source/format
===================================================================
--- packages/trunk/pingus/debian/source/format	                        (rev 0)
+++ packages/trunk/pingus/debian/source/format	2010-07-21 19:12:39 UTC (rev 11125)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list