[Python-modules-commits] r18257 - in packages/flufl.enum/trunk/debian (3 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Mon Aug 22 17:32:53 UTC 2011


    Date: Monday, August 22, 2011 @ 17:32:52
  Author: warsaw-guest
Revision: 18257

* Add missing file
* Fix description
* Depend on python-sphinx version that allows --with sphinxdoc

Added:
  packages/flufl.enum/trunk/debian/python-flufl.enum.links
Modified:
  packages/flufl.enum/trunk/debian/control
  packages/flufl.enum/trunk/debian/rules

Modified: packages/flufl.enum/trunk/debian/control
===================================================================
--- packages/flufl.enum/trunk/debian/control	2011-08-22 17:12:42 UTC (rev 18256)
+++ packages/flufl.enum/trunk/debian/control	2011-08-22 17:32:52 UTC (rev 18257)
@@ -7,14 +7,14 @@
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-sphinx,
+               python-sphinx (>= 1.0.7+dfsg-1),
                debhelper (>= 7.0.50)
 Standards-Version: 3.9.2
 
 Package: python-flufl.enum
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: Yet another Python enumeration package.
+Description: yet another Python enumeration package
  This package provides a Python enumeration, with an emphasis on simple,
  specific, concise semantics in an easy to read and write syntax.
  ``flufl.enum`` has just enough of the features needed to make enumerations

Added: packages/flufl.enum/trunk/debian/python-flufl.enum.links
===================================================================
--- packages/flufl.enum/trunk/debian/python-flufl.enum.links	                        (rev 0)
+++ packages/flufl.enum/trunk/debian/python-flufl.enum.links	2011-08-22 17:32:52 UTC (rev 18257)
@@ -0,0 +1 @@
+usr/share/doc/python-flufl.enum/html/_sources usr/share/doc/python-flufl.enum/rst

Modified: packages/flufl.enum/trunk/debian/rules
===================================================================
--- packages/flufl.enum/trunk/debian/rules	2011-08-22 17:12:42 UTC (rev 18256)
+++ packages/flufl.enum/trunk/debian/rules	2011-08-22 17:32:52 UTC (rev 18257)
@@ -3,7 +3,7 @@
 PYTHON2=$(shell pyversions -vr)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
 test-python%:
 	python$* setup.py test -vv




More information about the Python-modules-commits mailing list