[Python-apps-commits] r2240 - in packages/mercurial/trunk/debian (changelog compat control)
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Mon Jan 19 07:57:42 UTC 2009
Date: Monday, January 19, 2009 @ 07:57:41
Author: vdanjean
Revision: 2240
Bump to debhelper 7 (bump needed due to dh_lintian)
Modified:
packages/mercurial/trunk/debian/changelog
packages/mercurial/trunk/debian/compat
packages/mercurial/trunk/debian/control
Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog 2009-01-18 20:26:24 UTC (rev 2239)
+++ packages/mercurial/trunk/debian/changelog 2009-01-19 07:57:41 UTC (rev 2240)
@@ -1,3 +1,13 @@
+mercurial (1.1.2-3) UNRELEASED; urgency=low
+
+ * swich to debhelper 7.
+ Debhelper 5.0.37.2 is not enought: 6.0.7 at least is required for
+ dh_lintian to be called.
+ TO REMOVE BEFORE UPLOAD: no need to upload for now. The only effect is
+ a lintian warning not overwritten in the backported package.
+
+ -- Vincent Danjean <vdanjean at debian.org> Mon, 19 Jan 2009 08:49:39 +0100
+
mercurial (1.1.2-2) unstable; urgency=low
* debian/mercurial.postinst: symlink /usr/share/doc/mercurial if dpkg didn't
Modified: packages/mercurial/trunk/debian/compat
===================================================================
--- packages/mercurial/trunk/debian/compat 2009-01-18 20:26:24 UTC (rev 2239)
+++ packages/mercurial/trunk/debian/compat 2009-01-19 07:57:41 UTC (rev 2240)
@@ -1 +1 @@
-5
+7
Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control 2009-01-18 20:26:24 UTC (rev 2239)
+++ packages/mercurial/trunk/debian/control 2009-01-19 07:57:41 UTC (rev 2240)
@@ -4,7 +4,7 @@
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean at debian.org>, Gerardo Curiel <gcuriel at debian.org.ve>,
Vernon Tang <vt at foilhead.net>
-Build-Depends: debhelper (>= 5.0.37.2), quilt, patchutils (>= 0.2.25),
+Build-Depends: debhelper (>= 7), quilt, patchutils (>= 0.2.25),
cdbs (>= 0.4.27), python-support (>= 0.5.3), python-all-dev, xmlto, asciidoc
Standards-Version: 3.8.0
Homepage: http://www.selenic.com/mercurial/
More information about the Python-apps-commits
mailing list