[Python-modules-commits] r16703 - in packages/xmlmarshaller/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Apr 22 07:01:24 UTC 2011


    Date: Friday, April 22, 2011 @ 07:01:09
  Author: arnau
Revision: 16703

Add python-pkg-resources to Build-Depends-Indep and Suggests

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

Modified: packages/xmlmarshaller/trunk/debian/changelog
===================================================================
--- packages/xmlmarshaller/trunk/debian/changelog	2011-04-22 05:54:11 UTC (rev 16702)
+++ packages/xmlmarshaller/trunk/debian/changelog	2011-04-22 07:01:09 UTC (rev 16703)
@@ -1,3 +1,12 @@
+xmlmarshaller (0.9.7+svn39722-2) unstable; urgency=low
+
+  * debian/control:
+    + Add python-pkg-resources to Build-Depends-Indep explictely as it is
+      required to run the tests.
+    + Add python-pkg-resources to Suggests.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 22 Apr 2011 15:46:44 +0900
+
 xmlmarshaller (0.9.7+svn39722-1) unstable; urgency=low
 
   * Initial upload. Closes: #623656.

Modified: packages/xmlmarshaller/trunk/debian/control
===================================================================
--- packages/xmlmarshaller/trunk/debian/control	2011-04-22 05:54:11 UTC (rev 16702)
+++ packages/xmlmarshaller/trunk/debian/control	2011-04-22 07:01:09 UTC (rev 16703)
@@ -7,6 +7,7 @@
                python-all (>= 2.6.6-3),
                python-lxml,
                debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-pkg-resources
 Standards-Version: 3.9.2
 X-Python-Version: all
 Homepage: http://pypi.python.org/pypi/xml_marshaller
@@ -17,6 +18,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
+Suggests: python-pkg-resources
 Description: Converting Python objects to XML and back again.
  Marshals simple Python data types into a custom XML format.  The
  Marshaller and Unmarshaller classes can be subclassed in order to




More information about the Python-modules-commits mailing list