[Python-apps-commits] r5928 - in packages/mercurial/trunk/debian (changelog control rules)

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Wed Jul 28 11:59:37 UTC 2010


    Date: Wednesday, July 28, 2010 @ 11:59:33
  Author: vicho-guest
Revision: 5928

Dropped build-depend on quilt and corrected the dh invocation in debian/rules

As reported in bug #588671 and is documented in
http://wiki.debian.org/Projects/DebSrc3.0 and
http://www.debian.org/doc/maint-guide/ch-dreq.en.html#s-rules

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/control
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2010-07-27 21:52:05 UTC (rev 5927)
+++ packages/mercurial/trunk/debian/changelog	2010-07-28 11:59:33 UTC (rev 5928)
@@ -1,3 +1,9 @@
+mercurial (1.6-3) UNRELEASED; urgency=low
+
+  * Dropped build-depend on quilt (Closes: #588671)
+
+ -- Javi Merino <cibervicho at gmail.com>  Wed, 28 Jul 2010 13:10:44 +0200
+
 mercurial (1.6-2) unstable; urgency=low
 
   * Mercurial 1.6 breaks old versions of hg-git (Closes: #588336)

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2010-07-27 21:52:05 UTC (rev 5927)
+++ packages/mercurial/trunk/debian/control	2010-07-28 11:59:33 UTC (rev 5928)
@@ -5,7 +5,7 @@
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Vernon Tang <vt at foilhead.net>,
  Javi Merino <cibervicho at gmail.com>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~),
+Build-Depends: debhelper (>= 7.0.50),
  patchutils (>= 0.2.25), gettext,
  python-support (>= 0.5.3), python-all-dev (>= 2.5.4-1~), python-docutils,
  zip, unzip

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2010-07-27 21:52:05 UTC (rev 5927)
+++ packages/mercurial/trunk/debian/rules	2010-07-28 11:59:33 UTC (rev 5928)
@@ -2,7 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 %:
-	dh --with quilt $@
+	dh $@
 
 PYVERS=$(shell pyversions -vs)
 




More information about the Python-apps-commits mailing list