[Python-apps-commits] r4242 - in packages/google-sitemapgen/trunk/debian (3 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Fri Dec 4 02:44:52 UTC 2009


    Date: Friday, December 4, 2009 @ 02:44:52
  Author: akumar
Revision: 4242

* Use python-support instead of python-central.
* Change uploader's e-mail address.
* Standards Version updated (no changes needed).

Modified:
  packages/google-sitemapgen/trunk/debian/changelog
  packages/google-sitemapgen/trunk/debian/control
  packages/google-sitemapgen/trunk/debian/rules

Modified: packages/google-sitemapgen/trunk/debian/changelog
===================================================================
--- packages/google-sitemapgen/trunk/debian/changelog	2009-12-04 02:25:29 UTC (rev 4241)
+++ packages/google-sitemapgen/trunk/debian/changelog	2009-12-04 02:44:52 UTC (rev 4242)
@@ -1,10 +1,16 @@
-google-sitemapgen (1.4-4) UNRELEASED; urgency=low
+google-sitemapgen (1.4-4) unstable; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:47:30 +0100
+  [ Kumar Appaiah ]
+  * Use python-support instead of python-central.
+  * Change uploader's e-mail address.
+  * Standards Version updated (no changes needed).
 
+ -- Kumar Appaiah <akumar at debian.org>  Thu, 03 Dec 2009 20:29:04 -0600
+
 google-sitemapgen (1.4-3) unstable; urgency=low
 
   * Remove unnecessary MANIFEST file.

Modified: packages/google-sitemapgen/trunk/debian/control
===================================================================
--- packages/google-sitemapgen/trunk/debian/control	2009-12-04 02:25:29 UTC (rev 4241)
+++ packages/google-sitemapgen/trunk/debian/control	2009-12-04 02:44:52 UTC (rev 4242)
@@ -2,10 +2,10 @@
 Section: utils
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Kumar Appaiah <akumar at ee.iitm.ac.in>
-Build-Depends-Indep: python-dev (>= 2.3.5-11), python-central (>= 0.5)
+Uploaders: Kumar Appaiah <akumar at debian.org>
+Build-Depends-Indep: python-dev (>= 2.3.5-11), python-support (>= 0.6.4)
 Build-Depends: debhelper (>= 5.0.37.3)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/google-sitemapgen/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/google-sitemapgen/trunk/

Modified: packages/google-sitemapgen/trunk/debian/rules
===================================================================
--- packages/google-sitemapgen/trunk/debian/rules	2009-12-04 02:25:29 UTC (rev 4241)
+++ packages/google-sitemapgen/trunk/debian/rules	2009-12-04 02:44:52 UTC (rev 4242)
@@ -2,8 +2,8 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-# The versions of python currently supported
-PYTHON=$(shell pyversions -r)
+# The default python version
+PYTHON=$(shell pyversions -d)
 
 build: build-stamp
 
@@ -39,7 +39,7 @@
 	dh_installman
 	dh_installexamples
 	dh_installchangelogs
-	dh_pycentral
+	dh_pysupport
 	dh_compress -X.py
 	dh_fixperms
 	dh_installdeb




More information about the Python-apps-commits mailing list