[Python-modules-commits] r19473 - in packages/pyrrd/trunk/debian (changelog control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Nov 30 09:46:56 UTC 2011


    Date: Wednesday, November 30, 2011 @ 09:46:55
  Author: bzed
Revision: 19473

* Team upload
* Depend on python-rrdtool as PyRRD uses this now instead of
  executing rrdtool for everything.
* Migrate to dh_python2 

Modified:
  packages/pyrrd/trunk/debian/changelog
  packages/pyrrd/trunk/debian/control
  packages/pyrrd/trunk/debian/rules

Modified: packages/pyrrd/trunk/debian/changelog
===================================================================
--- packages/pyrrd/trunk/debian/changelog	2011-11-30 03:16:16 UTC (rev 19472)
+++ packages/pyrrd/trunk/debian/changelog	2011-11-30 09:46:55 UTC (rev 19473)
@@ -1,10 +1,18 @@
-pyrrd (0.1.0-1) UNRELEASED; urgency=low
+pyrrd (0.1.0-1) unstable; urgency=low
 
+  * Team upload
+
+  [ Andrea Corradi ]
   * New upstream release (Closes: #627538, #646427)
   * Update to policy 3.9.2
 
- -- Andrea Corradi <lash at unstable.it>  Sun, 06 Nov 2011 23:11:34 +0100
+  [ Bernd Zeimetz ]
+  * Depend on python-rrdtool as PyRRD uses this now instead of
+    executing rrdtool for everything.
+  * Migrate to dh_python2 
 
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 30 Nov 2011 10:46:12 +0100
+
 pyrrd (0.0.7-1) unstable; urgency=low
 
   * New upstream release (Closes: #528743)

Modified: packages/pyrrd/trunk/debian/control
===================================================================
--- packages/pyrrd/trunk/debian/control	2011-11-30 03:16:16 UTC (rev 19472)
+++ packages/pyrrd/trunk/debian/control	2011-11-30 09:46:55 UTC (rev 19473)
@@ -3,17 +3,15 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Andrea Corradi <lash at unstable.it>
-Build-Depends: debhelper (>= 5), python, python-setuptools
-Build-Depends-Indep: python-support (>= 0.6)
+Build-Depends: debhelper (>= 5), python (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/pyrrd/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrrd/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyrrd/trunk/
-XS-Python-Version: all
 
 Package: python-pyrrd
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, rrdtool
+Depends: ${misc:Depends}, ${python:Depends}, rrdtool, python-rrdtool
 Description: object-oriented Python interface for RRD
  PyRRD is a module that wraps RRDTool (round-robin database tool) to allow
  for the greatest possible programmatic ease in creating, updating, querying

Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules	2011-11-30 03:16:16 UTC (rev 19472)
+++ packages/pyrrd/trunk/debian/rules	2011-11-30 09:46:55 UTC (rev 19473)
@@ -50,7 +50,7 @@
 	dh_installchangelogs docs/HISTORY.txt
 	dh_installdocs README docs/*
 	dh_installexamples examples/* -Xpng
-	dh_pysupport
+	dh_python2
 	dh_compress -X.py
 	dh_fixperms
 	dh_gencontrol




More information about the Python-modules-commits mailing list