[Python-apps-commits] r4167 - in packages/lazygal/trunk/debian (6 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Nov 23 08:34:42 UTC 2009


    Date: Monday, November 23, 2009 @ 08:34:39
  Author: nijel
Revision: 4167

Convert to 3.0 (quilt) source format.

Added:
  packages/lazygal/trunk/debian/source/
  packages/lazygal/trunk/debian/source/format
Modified:
  packages/lazygal/trunk/debian/changelog
  packages/lazygal/trunk/debian/control
  packages/lazygal/trunk/debian/rules
Deleted:
  packages/lazygal/trunk/debian/README.source

Deleted: packages/lazygal/trunk/debian/README.source
===================================================================
--- packages/lazygal/trunk/debian/README.source	2009-11-22 14:00:56 UTC (rev 4166)
+++ packages/lazygal/trunk/debian/README.source	2009-11-23 08:34:39 UTC (rev 4167)
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: packages/lazygal/trunk/debian/changelog
===================================================================
--- packages/lazygal/trunk/debian/changelog	2009-11-22 14:00:56 UTC (rev 4166)
+++ packages/lazygal/trunk/debian/changelog	2009-11-23 08:34:39 UTC (rev 4167)
@@ -1,9 +1,9 @@
 lazygal (0.4.1-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * Add README.source.
+  * Convert to 3.0 (quilt) source format.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 25 Sep 2009 13:20:01 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 23 Nov 2009 09:34:13 +0100
 
 lazygal (0.4.1-1) unstable; urgency=low
 

Modified: packages/lazygal/trunk/debian/control
===================================================================
--- packages/lazygal/trunk/debian/control	2009-11-22 14:00:56 UTC (rev 4166)
+++ packages/lazygal/trunk/debian/control	2009-11-23 08:34:39 UTC (rev 4167)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), docbook-xsl, xsltproc, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7), docbook-xsl, xsltproc
 Build-Depends-Indep: python-dev, python-support (>= 0.5.3)
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/lazygal/trunk

Modified: packages/lazygal/trunk/debian/rules
===================================================================
--- packages/lazygal/trunk/debian/rules	2009-11-22 14:00:56 UTC (rev 4166)
+++ packages/lazygal/trunk/debian/rules	2009-11-23 08:34:39 UTC (rev 4167)
@@ -3,16 +3,16 @@
 #export DH_VERBOSE=1
 
 build: $(QUILT_STAMPFN)
-	dh --with quilt build
+	dh build
 
 clean:
-	dh --with quilt clean
+	dh clean
 
 install: build
-	dh --with quilt install
+	dh install
 
 binary-indep: build install
-	dh --with quilt binary-indep
+	dh binary-indep
 
 binary-arch: build install
 

Added: packages/lazygal/trunk/debian/source/format
===================================================================
--- packages/lazygal/trunk/debian/source/format	                        (rev 0)
+++ packages/lazygal/trunk/debian/source/format	2009-11-23 08:34:39 UTC (rev 4167)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list