r10625 - in packages/trunk/rott/debian: . source

Fabian Greffrath fabian-guest at alioth.debian.org
Fri Dec 18 11:00:15 UTC 2009


Author: fabian-guest
Date: 2009-12-18 11:00:14 +0000 (Fri, 18 Dec 2009)
New Revision: 10625

Added:
   packages/trunk/rott/debian/source/
   packages/trunk/rott/debian/source/format
Removed:
   packages/trunk/rott/debian/README.source
Modified:
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/control
   packages/trunk/rott/debian/rules
Log:
  * Converted packaging to source format "3.0 (quilt)".



Deleted: packages/trunk/rott/debian/README.source
===================================================================
--- packages/trunk/rott/debian/README.source	2009-12-18 10:49:20 UTC (rev 10624)
+++ packages/trunk/rott/debian/README.source	2009-12-18 11:00:14 UTC (rev 10625)
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream source.
-The fully patched source can be generated using the patch target provided by
-`debian/rules'.
-
-If you want to know more about how to use quilt to manage Debian patches, read
-/usr/share/doc/quilt/README.source.

Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2009-12-18 10:49:20 UTC (rev 10624)
+++ packages/trunk/rott/debian/changelog	2009-12-18 11:00:14 UTC (rev 10625)
@@ -4,8 +4,9 @@
   * Updated my email address.
   * debian/patches/01-demo-datadir.patch: New patch, enable
     playback of demo files in DATADIR.
+  * Converted packaging to source format "3.0 (quilt)".
 
- -- Fabian Greffrath <fabian+debian at greffrath.com>  Fri, 18 Dec 2009 11:48:09 +0100
+ -- Fabian Greffrath <fabian+debian at greffrath.com>  Fri, 18 Dec 2009 11:59:30 +0100
 
 rott (1.1.1-2) unstable; urgency=low
 

Modified: packages/trunk/rott/debian/control
===================================================================
--- packages/trunk/rott/debian/control	2009-12-18 10:49:20 UTC (rev 10624)
+++ packages/trunk/rott/debian/control	2009-12-18 11:00:14 UTC (rev 10625)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
  Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7.3), libsdl1.2-dev, libsdl-mixer1.2-dev, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.3), libsdl1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.8.2
 Homepage: http://icculus.org/rott/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/rott/

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2009-12-18 10:49:20 UTC (rev 10624)
+++ packages/trunk/rott/debian/rules	2009-12-18 11:00:14 UTC (rev 10625)
@@ -4,7 +4,7 @@
 CFLAGS += -Wno-pointer-sign -Wno-unused
 
 %:
-	dh --with quilt --sourcedir=rott $@
+	dh --sourcedir=rott $@
 
 override_dh_strip:
 	dh_strip --dbg-package=rott-dbg

Added: packages/trunk/rott/debian/source/format
===================================================================
--- packages/trunk/rott/debian/source/format	                        (rev 0)
+++ packages/trunk/rott/debian/source/format	2009-12-18 11:00:14 UTC (rev 10625)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list