r2631 - in sourcecodegen/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu Dec 8 11:32:42 UTC 2011


    Date: Thursday, December 8, 2011 @ 11:32:41
  Author: arnau
Revision: 2631

Bump debhelper version in Build-Depends to 7.0.50~.

Modified:
  sourcecodegen/trunk/debian/changelog
  sourcecodegen/trunk/debian/control

Modified: sourcecodegen/trunk/debian/changelog
===================================================================
--- sourcecodegen/trunk/debian/changelog	2011-12-08 11:29:39 UTC (rev 2630)
+++ sourcecodegen/trunk/debian/changelog	2011-12-08 11:32:41 UTC (rev 2631)
@@ -7,6 +7,8 @@
     + Add Vcs-Browser and rename XS-Vcs-Svn field (dpkg supports them now).
     + Bump Standards-Version to 3.9.2. No changes needed.
     + Replace python-all-dev by python-all in Build-Depends.
+    + Bump debhelper version in Build-Depends to 7.0.50~
+      (because of override_dh_* being used).
   * Switch from now deprecated dh_pycentral to dh_python2. Closes: #617067.
     + debian/rules: use dh_python2 instead of dh_pycentral.
     + debian/control:

Modified: sourcecodegen/trunk/debian/control
===================================================================
--- sourcecodegen/trunk/debian/control	2011-12-08 11:29:39 UTC (rev 2630)
+++ sourcecodegen/trunk/debian/control	2011-12-08 11:32:41 UTC (rev 2631)
@@ -4,7 +4,7 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>,
            Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
                python-setuptools,
                python-van.pydeb (>= 1.3.0-4)
@@ -20,7 +20,7 @@
 Recommends: ${pydeb:Recommends}
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
-Description: A Python source-code generator based on the compiler.ast abstract syntax tree
+Description: Python source-code generator based on the compiler.ast abstract syntax tree
  This package provides a module-level source-code generator which operates on
  the AST from the built-in compiler.ast module.
  .




More information about the pkg-zope-developers mailing list