[Python-modules-commits] r19194 - in packages/pyrrd/trunk/debian (4 files)

lash-guest at users.alioth.debian.org lash-guest at users.alioth.debian.org
Mon Nov 7 21:14:41 UTC 2011


    Date: Monday, November 7, 2011 @ 21:14:39
  Author: lash-guest
Revision: 19194

 * New pyrrd release 0.1.0

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

Modified: packages/pyrrd/trunk/debian/changelog
===================================================================
--- packages/pyrrd/trunk/debian/changelog	2011-11-07 14:21:53 UTC (rev 19193)
+++ packages/pyrrd/trunk/debian/changelog	2011-11-07 21:14:39 UTC (rev 19194)
@@ -1,3 +1,10 @@
+pyrrd (0.1.0-1) UNRELEASED; urgency=low
+
+  * 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
+
 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-07 14:21:53 UTC (rev 19193)
+++ packages/pyrrd/trunk/debian/control	2011-11-07 21:14:39 UTC (rev 19194)
@@ -5,7 +5,7 @@
 Uploaders: Andrea Corradi <lash at unstable.it>
 Build-Depends: debhelper (>= 5), python, python-setuptools
 Build-Depends-Indep: python-support (>= 0.6)
-Standards-Version: 3.8.3
+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/
@@ -13,7 +13,7 @@
 
 Package: python-pyrrd
 Architecture: all
-Depends: ${python:Depends}, rrdtool
+Depends: ${misc:Depends}, ${python:Depends}, 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/copyright
===================================================================
--- packages/pyrrd/trunk/debian/copyright	2011-11-07 14:21:53 UTC (rev 19193)
+++ packages/pyrrd/trunk/debian/copyright	2011-11-07 21:14:39 UTC (rev 19194)
@@ -43,5 +43,5 @@
 
 
 The Debian packaging is Copyright 2008-2009, Andrea Corradi <lash at unstable.it> and
-is licensed under the BSD, see `/usr/share/common-licenses/BSD'.
+is licensed under the BSD.
 

Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules	2011-11-07 14:21:53 UTC (rev 19193)
+++ packages/pyrrd/trunk/debian/rules	2011-11-07 21:14:39 UTC (rev 19194)
@@ -5,6 +5,9 @@
 
 ORIGFILES = PyRRD.egg-info/SOURCES.txt
 
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build: build-stamp
 
 build-stamp:
@@ -25,6 +28,9 @@
 	for f in $(ORIGFILES) ; do [ ! -e $$f.d-r-orig ] || mv $$f.d-r-orig $$f ; done
 	dh_clean ez_setup.pyc build-stamp
 
+	rm pyrrd/*.pyc
+	rm pyrrd/util/*.pyc
+
 install: build
 	dh_testdir
 	dh_testroot




More information about the Python-modules-commits mailing list