[Python-modules-commits] r8296 - in packages/ropemacs/trunk/debian (changelog control)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Thu Apr 23 17:33:45 UTC 2009


    Date: Thursday, April 23, 2009 @ 17:33:44
  Author: netzwurm
Revision: 8296

  - Added build-dependency on debhelper >= 7
  - Added binary-dependency on ${misc:Depends}
  - Updated standards version to 3.8.1

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

Modified: packages/ropemacs/trunk/debian/changelog
===================================================================
--- packages/ropemacs/trunk/debian/changelog	2009-04-23 17:22:14 UTC (rev 8295)
+++ packages/ropemacs/trunk/debian/changelog	2009-04-23 17:33:44 UTC (rev 8296)
@@ -9,9 +9,12 @@
     - Fixing typos in Depends and XB-Python-Version fields. Patch by 
       Julián Hernández Gómez <julianhernandez at gmail.com> 
       (closes: #519382)
+    - Added build-dependency on debhelper >= 7
+    - Added binary-dependency on ${misc:Depends}
+    - Updated standards version to 3.8.1
+  
+ -- David Spreen <netzwurm at debian.org>  Thu, 23 Apr 2009 10:32:37 -0700
 
- -- David Spreen <netzwurm at debian.org>  Thu, 23 Apr 2009 10:16:19 -0700
-
 ropemacs (0.6c2-3) unstable; urgency=low
 
   [ David Spreen ]

Modified: packages/ropemacs/trunk/debian/control
===================================================================
--- packages/ropemacs/trunk/debian/control	2009-04-23 17:22:14 UTC (rev 8295)
+++ packages/ropemacs/trunk/debian/control	2009-04-23 17:33:44 UTC (rev 8296)
@@ -3,16 +3,16 @@
 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
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ropemacs/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ropemacs/trunk/
 Homepage: http://rope.sourceforge.net/ropemacs.html
 
 Package: python-ropemacs
 Architecture: all
-Depends: ${python:Depends}, pymacs, python-rope
+Depends: ${python:Depends}, ${misc:Depends}, pymacs, python-rope
 XB-Python-Version: ${python:Versions}
 Description: Emacs mode for Python refactoring
  Rope is a Python library that can be used with several editors and IDEs. It 




More information about the Python-modules-commits mailing list