r11427 - in packages/trunk/passage/debian: . source

Paul Wise pabs at alioth.debian.org
Sat Oct 30 08:03:17 UTC 2010


Author: pabs
Date: 2010-10-30 08:03:10 +0000 (Sat, 30 Oct 2010)
New Revision: 11427

Added:
   packages/trunk/passage/debian/source/
   packages/trunk/passage/debian/source/format
Removed:
   packages/trunk/passage/debian/README.source
Modified:
   packages/trunk/passage/debian/changelog
   packages/trunk/passage/debian/control
   packages/trunk/passage/debian/rules
Log:
Switch to dpkg-source v3 format

Deleted: packages/trunk/passage/debian/README.source
===================================================================
--- packages/trunk/passage/debian/README.source	2010-10-30 07:56:05 UTC (rev 11426)
+++ packages/trunk/passage/debian/README.source	2010-10-30 08:03:10 UTC (rev 11427)
@@ -1,2 +0,0 @@
-This package uses quilt for patch management, for more information see
-the file /usr/share/doc/quilt/README.source in the quilt package.

Modified: packages/trunk/passage/debian/changelog
===================================================================
--- packages/trunk/passage/debian/changelog	2010-10-30 07:56:05 UTC (rev 11426)
+++ packages/trunk/passage/debian/changelog	2010-10-30 08:03:10 UTC (rev 11427)
@@ -1,6 +1,7 @@
 passage (4+dfsg1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Switch to dpkg-source v3 format
 
  -- Paul Wise <pabs at debian.org>  Sat, 30 Oct 2010 15:42:38 +0800
 

Modified: packages/trunk/passage/debian/control
===================================================================
--- packages/trunk/passage/debian/control	2010-10-30 07:56:05 UTC (rev 11426)
+++ packages/trunk/passage/debian/control	2010-10-30 08:03:10 UTC (rev 11427)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
 Uploaders: Paul Wise <pabs at debian.org>
-Build-Depends: debhelper (>= 7), quilt, libsdl1.2-dev
+Build-Depends: debhelper (>= 7), libsdl1.2-dev
 Standards-Version: 3.8.0
 Homepage: http://hcsoftware.sourceforge.net/passage/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/passage/

Modified: packages/trunk/passage/debian/rules
===================================================================
--- packages/trunk/passage/debian/rules	2010-10-30 07:56:05 UTC (rev 11426)
+++ packages/trunk/passage/debian/rules	2010-10-30 08:03:10 UTC (rev 11427)
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
@@ -19,7 +17,7 @@
 endif
 
 configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
 	dh_testdir
 	chmod u+x gamma256/gameSource/configure
 	cd gamma256/gameSource && platformSelection=1 ./configure
@@ -32,7 +30,7 @@
 	mv gamma256/gameSource/Passage gamma256/gameSource/passage
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp

Added: packages/trunk/passage/debian/source/format
===================================================================
--- packages/trunk/passage/debian/source/format	                        (rev 0)
+++ packages/trunk/passage/debian/source/format	2010-10-30 08:03:10 UTC (rev 11427)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list