r2362 - in zope.testbrowser/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Sep 6 09:38:31 UTC 2011


    Date: Tuesday, September 6, 2011 @ 09:38:30
  Author: arnau
Revision: 2362

Wrap Depends, Build-Depends and Uploaders control fields

Modified:
  zope.testbrowser/trunk/debian/changelog
  zope.testbrowser/trunk/debian/control

Modified: zope.testbrowser/trunk/debian/changelog
===================================================================
--- zope.testbrowser/trunk/debian/changelog	2011-09-06 09:37:33 UTC (rev 2361)
+++ zope.testbrowser/trunk/debian/changelog	2011-09-06 09:38:30 UTC (rev 2362)
@@ -2,6 +2,7 @@
 
   [ Arnaud Fontaine ]
   * Switch to 3.0 (quilt) source format.
+  * Wrap Depends, Build-Depends and Uploaders control fields.
 
   [ Brian Sutherland ]
   * New upstream version.

Modified: zope.testbrowser/trunk/debian/control
===================================================================
--- zope.testbrowser/trunk/debian/control	2011-09-06 09:37:33 UTC (rev 2361)
+++ zope.testbrowser/trunk/debian/control	2011-09-06 09:38:30 UTC (rev 2362)
@@ -2,8 +2,11 @@
 Section: python
 Priority: extra
 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), python-all (>= 2.6.6-3~), python-setuptools
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7),
+               python-all (>= 2.6.6-3~),
+               python-setuptools
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.5
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.testbrowser/trunk
@@ -12,7 +15,10 @@
 
 Package: python-zope.testbrowser
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-webtest, python-mechanize (>= 0.2.0)
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-webtest,
+         python-mechanize (>= 0.2.0)
 Provides: ${python:Provides}
 Conflicts: zope3
 Description: Programmable browser for functional black-box tests




More information about the pkg-zope-developers mailing list