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

lash-guest at users.alioth.debian.org lash-guest at users.alioth.debian.org
Sun Aug 24 20:46:10 UTC 2008


    Date: Sunday, August 24, 2008 @ 20:46:08
  Author: lash-guest
Revision: 6353

[svn-inject] Applying Debian modifications to trunk

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

Modified: packages/pyrrd/trunk/debian/control
===================================================================
--- packages/pyrrd/trunk/debian/control	2008-08-24 14:51:09 UTC (rev 6352)
+++ packages/pyrrd/trunk/debian/control	2008-08-24 20:46:08 UTC (rev 6353)
@@ -3,18 +3,23 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Andrea Corradi <lash at unstable.it>
-Build-Depends: python-support (>= 0.6), debhelper (>= 7)
+Build-Depends: debhelper (>= 7), python
+Build-Depends-Indep: python-support (>= 0.6), python-setuptools (>= 0.6a9)
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/pyrrd/
-Vcs-Svn: http://pyrrd.googlecode.com/svn/trunk/
-Vcs-Browser: http://code.google.com/p/pyrrd/source/browse/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrrd/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyrrd/trunk/?op=log
 XS-Python-Version: all
 
-Package: pyrrd
-Architecture: any
+Package: python-pyrrd
+Architecture: all
 Depends: ${python:Depends}, rrdtool
 Description: object-oriented python interface for RRD
  PyRRD is a module that wraps RRDTool to allow for the greatest possible
  programmatic ease in creating, updating, querying and graphing RRD data.
  The idea is to make RRDTool insanely easy to use and to be aesthetically
- pleasing for Python programmers. 
+ pleasing for Python programmers.
+ .
+ It is different from python-rrdtool, which is more a simple way to use
+ rrdtool as by command line, because python-pyrrd wraps options in objects
+ that are more easy and comfortable to use.

Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules	2008-08-24 14:51:09 UTC (rev 6352)
+++ packages/pyrrd/trunk/debian/rules	2008-08-24 20:46:08 UTC (rev 6353)
@@ -20,7 +20,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	[! -d build ] || rm -rf build
+	[ ! -d build ] || rm -rf build
 	
 	python setup.py clean
 	for f in $(ORIGFILES) ; do [ ! -e $$f.d-r-orig ] || mv $$f.d-r-orig $$f ; done
@@ -46,7 +46,7 @@
 	dh_installexamples examples/*
 	dh_pysupport
 	dh_link
-	dh_compress
+	dh_compress -X.py
 	dh_fixperms
 	dh_gencontrol
 	dh_md5sums

Modified: packages/pyrrd/trunk/debian/watch
===================================================================
--- packages/pyrrd/trunk/debian/watch	2008-08-24 14:51:09 UTC (rev 6352)
+++ packages/pyrrd/trunk/debian/watch	2008-08-24 20:46:08 UTC (rev 6353)
@@ -1,3 +1,3 @@
 version=3
 
-http://pyrrd.googlecode.com/files/PyRRD-(.*)\.tar\.gz
+http://code.google.com/p/pyrrd/downloads/list http://pyrrd.googlecode.com/files/PyRRD-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list