[Python-modules-commits] r7662 - in packages/rope/trunk/debian (changelog control)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Fri Feb 20 17:41:07 UTC 2009


    Date: Friday, February 20, 2009 @ 17:41:06
  Author: netzwurm
Revision: 7662

fix several lintian warnings.

Modified:
  packages/rope/trunk/debian/changelog
  packages/rope/trunk/debian/control

Modified: packages/rope/trunk/debian/changelog
===================================================================
--- packages/rope/trunk/debian/changelog	2009-02-20 17:24:51 UTC (rev 7661)
+++ packages/rope/trunk/debian/changelog	2009-02-20 17:41:06 UTC (rev 7662)
@@ -2,12 +2,15 @@
 
   [David Spreen]
   * New upstream version (Closes: #516205).
+  * debian/control
+    - depend on ${misc:Depends}
+    - build-depend on debhelper >= 7 to match debian/compat
   
   [Sandro Tosi]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- David Spreen <netzwurm at debian.org>  Fri, 20 Feb 2009 09:16:32 -0800
+ -- David Spreen <netzwurm at debian.org>  Fri, 20 Feb 2009 09:39:11 -0800
 
 rope (0.8.4-3) unstable; urgency=low
 

Modified: packages/rope/trunk/debian/control
===================================================================
--- packages/rope/trunk/debian/control	2009-02-20 17:24:51 UTC (rev 7661)
+++ packages/rope/trunk/debian/control	2009-02-20 17:41:06 UTC (rev 7662)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: David Spreen <netzwurm at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5.0.38), python, python-central (>= 0.5.6)
+Build-Depends: cdbs, debhelper (>= 7.0.0), python, python-central (>= 0.5.6)
 XS-Python-Version: >=2.5
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/rope/trunk
@@ -12,7 +12,7 @@
 
 Package: python-rope
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Recommends: python-svn, mercurial, git-core
 Description: Python refactoring library




More information about the Python-modules-commits mailing list