[Python-modules-commits] r3601 - in /packages/pydot/trunk/debian: changelog control
pcc-guest at users.alioth.debian.org
pcc-guest at users.alioth.debian.org
Mon Nov 12 12:46:40 UTC 2007
Author: pcc-guest
Date: Mon Nov 12 12:46:40 2007
New Revision: 3601
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3601
Log:
* debian/control:
- added Homepage, Vcs-Browser, Vcs-Svn fields
- removed Provides field
- changed python-all-dev to python in Build-Depends
- moved packages from Build-Depends to Build-Depends-Indep
Modified:
packages/pydot/trunk/debian/changelog
packages/pydot/trunk/debian/control
Modified: packages/pydot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pydot/trunk/debian/changelog?rev=3601&op=diff
==============================================================================
--- packages/pydot/trunk/debian/changelog (original)
+++ packages/pydot/trunk/debian/changelog Mon Nov 12 12:46:40 2007
@@ -2,6 +2,11 @@
* debian/copyright: Rewrapped to 80 characters per line
* debian/watch: Updated with new download location (closes: #450120)
+ * debian/control:
+ - added Homepage, Vcs-Browser, Vcs-Svn fields
+ - removed Provides field
+ - changed python-all-dev to python in Build-Depends
+ - moved packages from Build-Depends to Build-Depends-Indep
-- Peter Collingbourne <pcc03 at doc.ic.ac.uk> Sat, 10 Nov 2007 21:51:31 +0000
Modified: packages/pydot/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pydot/trunk/debian/control?rev=3601&op=diff
==============================================================================
--- packages/pydot/trunk/debian/control (original)
+++ packages/pydot/trunk/debian/control Mon Nov 12 12:46:40 2007
@@ -3,13 +3,16 @@
Priority: optional
Maintainer: Peter Collingbourne <pcc03 at doc.ic.ac.uk>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python-all-dev (>= 2.3.5-11), python-pyparsing, python-support (>= 0.5.3)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python (>= 2.3.5-11)
+Build-Depends-Indep: python-pyparsing, python-support (>= 0.5.3)
Standards-Version: 3.7.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydot/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pydot/trunk
+Homepage: http://dkbza.org/pydot.html
Package: python-pydot
Architecture: all
Depends: ${python:Depends}, python-pyparsing, graphviz
-Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python interface to Graphviz's dot
This package provides you with a full Python interface for creating,
More information about the Python-modules-commits
mailing list