[Python-modules-commits] r5045 - in packages/python-goopy/trunk/debian (4 files)

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Fri Apr 18 08:26:54 UTC 2008


    Date: Friday, April 18, 2008 @ 08:26:52
  Author: kumanna-guest
Revision: 5045

+ Make Standards Version 3.7.3 (No changes needed).
+ Build-depend on python-support instead of python-central
+ Switch my mail-address to akumar at debian.org.
* debian/rules:
+ Switch to use pysupport in place of pycentral.

Added:
  packages/python-goopy/trunk/debian/pyversions
Modified:
  packages/python-goopy/trunk/debian/changelog
  packages/python-goopy/trunk/debian/control
  packages/python-goopy/trunk/debian/rules

Modified: packages/python-goopy/trunk/debian/changelog
===================================================================
--- packages/python-goopy/trunk/debian/changelog	2008-04-16 19:26:56 UTC (rev 5044)
+++ packages/python-goopy/trunk/debian/changelog	2008-04-18 08:26:52 UTC (rev 5045)
@@ -1,15 +1,20 @@
-python-goopy (0.1-3) UNRELEASED; urgency=low
+python-goopy (0.1-3) unstable; urgency=low
 
   [ Kumar Appaiah ]
   * debian/control:
     + Add Vcs-Browser, Vcs-Svn and Homepage fields.
     + Make Debian Python Modules Team the maintainer.
+    + Make Standards Version 3.7.3 (No changes needed).
+    + Build-depend on python-support instead of python-central
+    + Switch my mail-address to akumar at debian.org.
+  * debian/rules:
+    + Switch to use pysupport in place of pycentral.
 
   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 18 Oct 2007 23:44:16 +0530
+ -- Kumar Appaiah <akumar at debian.org>  Fri, 18 Apr 2008 14:03:16 +0530
 
 python-goopy (0.1-2) unstable; urgency=low
 

Modified: packages/python-goopy/trunk/debian/control
===================================================================
--- packages/python-goopy/trunk/debian/control	2008-04-16 19:26:56 UTC (rev 5044)
+++ packages/python-goopy/trunk/debian/control	2008-04-18 08:26:52 UTC (rev 5045)
@@ -2,11 +2,10 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Kumar Appaiah <akumar at ee.iitm.ac.in>
+Uploaders: Kumar Appaiah <akumar at debian.org>
 Build-Depends: debhelper (>= 5.0.37.1)
-Build-Depends-Indep: python-all (>= 2.3.5-10), python-central (>= 0.4.17), python
-Standards-Version: 3.7.2
-XS-Python-Version: all
+Build-Depends-Indep: python-all (>= 2.3.5-10), python-support
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-goopy/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/?op=log
 Homepage: http://goog-goopy.sourceforge.net
@@ -16,7 +15,7 @@
 Depends: ${python:Depends}
 Replaces: python2.3-goopy, python2.4-goopy
 Conflicts: python2.3-goopy (<< 0.1-1.1), python2.4-goopy (<< 0.1-1.1)
-XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
 Description: A small collection of handy routines for functional programming
  This is a collection of Python functions that Googlers have found
  useful. It provides handy methods for functional style programming.

Added: packages/python-goopy/trunk/debian/pyversions
===================================================================
--- packages/python-goopy/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-goopy/trunk/debian/pyversions	2008-04-18 08:26:52 UTC (rev 5045)
@@ -0,0 +1 @@
+2.3-

Modified: packages/python-goopy/trunk/debian/rules
===================================================================
--- packages/python-goopy/trunk/debian/rules	2008-04-16 19:26:56 UTC (rev 5044)
+++ packages/python-goopy/trunk/debian/rules	2008-04-18 08:26:52 UTC (rev 5045)
@@ -44,8 +44,6 @@
 	sed -i -e '1 s|.*|#!/usr/bin/python|' ./debian/python-goopy/usr/lib/python$*/site-packages/goopy/functional_unittest.py
 	pydoc$* -w ./goopy/functional.py
 	mv functional.html functional_docs.html
-	#	dh_installdocs -ppython$*-goopy README
-	# dh_installdocs -ppython$*-goopy PKG-INFO
 	dh_installdocs functional_docs.html
 
 binary-arch: build install
@@ -58,7 +56,7 @@
 	dh_installdocs -i
 	dh_installexamples -i
 	dh_installchangelogs -i
-	dh_pycentral -i
+	dh_pysupport -i
 	dh_link -i
 	dh_compress -i -X.py
 	dh_fixperms -i -X.py




More information about the Python-modules-commits mailing list