[Python-modules-commits] r16387 - in packages/python-setupdocs/trunk/debian (3 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Wed Apr 6 05:27:24 UTC 2011


    Date: Wednesday, April 6, 2011 @ 05:27:06
  Author: varun
Revision: 16387

Convert to dh_python2 (Closes: #617029)

Modified:
  packages/python-setupdocs/trunk/debian/changelog
  packages/python-setupdocs/trunk/debian/control
  packages/python-setupdocs/trunk/debian/rules

Modified: packages/python-setupdocs/trunk/debian/changelog
===================================================================
--- packages/python-setupdocs/trunk/debian/changelog	2011-04-06 05:26:49 UTC (rev 16386)
+++ packages/python-setupdocs/trunk/debian/changelog	2011-04-06 05:27:06 UTC (rev 16387)
@@ -1,3 +1,9 @@
+python-setupdocs (1.0.5-2) unstable; urgency=low
+
+  * Convert to dh_python2 (Closes: #617029)
+
+ -- Varun Hiremath <varun at debian.org>  Wed, 06 Apr 2011 00:01:55 -0400
+
 python-setupdocs (1.0.5-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/python-setupdocs/trunk/debian/control
===================================================================
--- packages/python-setupdocs/trunk/debian/control	2011-04-06 05:26:49 UTC (rev 16386)
+++ packages/python-setupdocs/trunk/debian/control	2011-04-06 05:27:06 UTC (rev 16387)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), python-all, python-central, python-setuptools
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://pypi.python.org/pypi/setupdocs
-XS-Python-Version: >=2.4
+X-Python-Version: >=2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-setupdocs/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-setupdocs/trunk/?op=log
 
 Package: python-setupdocs
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-setuptools, python-sphinx
-XB-Python-Version: ${python:Versions}
 Description: setuptools plugin that automates building of docs from reST source
  python-setupdocs is a python-setuptools plugin that automates
  building of docs from reStructured Text (reST) source

Modified: packages/python-setupdocs/trunk/debian/rules
===================================================================
--- packages/python-setupdocs/trunk/debian/rules	2011-04-06 05:26:49 UTC (rev 16386)
+++ packages/python-setupdocs/trunk/debian/rules	2011-04-06 05:27:06 UTC (rev 16387)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 




More information about the Python-modules-commits mailing list