[Python-apps-commits] r4188 - in packages/hg-git/trunk/debian (6 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Nov 27 16:25:09 UTC 2009


    Date: Friday, November 27, 2009 @ 16:25:08
  Author: jwilk-guest
Revision: 4188

Switch to source format 3.0 (quilt).

Added:
  packages/hg-git/trunk/debian/source/
  packages/hg-git/trunk/debian/source/format
Modified:
  packages/hg-git/trunk/debian/changelog
  packages/hg-git/trunk/debian/control
  packages/hg-git/trunk/debian/rules
Deleted:
  packages/hg-git/trunk/debian/README.source

Deleted: packages/hg-git/trunk/debian/README.source
===================================================================
--- packages/hg-git/trunk/debian/README.source	2009-11-26 22:49:24 UTC (rev 4187)
+++ packages/hg-git/trunk/debian/README.source	2009-11-27 16:25:08 UTC (rev 4188)
@@ -1,9 +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.  Please see:
-
-    /usr/share/doc/quilt/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-

Modified: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog	2009-11-26 22:49:24 UTC (rev 4187)
+++ packages/hg-git/trunk/debian/changelog	2009-11-27 16:25:08 UTC (rev 4188)
@@ -1,3 +1,9 @@
+hg-git (0.1.0-2) UNRELEASED; urgency=low
+
+  * Switch to source format 3.0 (quilt).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 27 Nov 2009 17:23:02 +0100
+
 hg-git (0.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/hg-git/trunk/debian/control
===================================================================
--- packages/hg-git/trunk/debian/control	2009-11-26 22:49:24 UTC (rev 4187)
+++ packages/hg-git/trunk/debian/control	2009-11-27 16:25:08 UTC (rev 4188)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jakub Wilk <ubanus at users.sf.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7~), python-support (>= 0.90)
+Build-Depends: debhelper (>= 7.0.8), python-support (>= 0.90)
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://hg-git.github.com/

Modified: packages/hg-git/trunk/debian/rules
===================================================================
--- packages/hg-git/trunk/debian/rules	2009-11-26 22:49:24 UTC (rev 4187)
+++ packages/hg-git/trunk/debian/rules	2009-11-27 16:25:08 UTC (rev 4188)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_OPTIONS = --with=quilt
-
 MODULE_DIR = usr/lib/$(shell pyversions -d)/site-packages/hgext/git/
 
 build:

Added: packages/hg-git/trunk/debian/source/format
===================================================================
--- packages/hg-git/trunk/debian/source/format	                        (rev 0)
+++ packages/hg-git/trunk/debian/source/format	2009-11-27 16:25:08 UTC (rev 4188)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list