[Python-modules-commits] r6538 - in packages/pyrrd/trunk/debian (control copyright rules)
lash-guest at users.alioth.debian.org
lash-guest at users.alioth.debian.org
Thu Sep 18 17:29:45 UTC 2008
Date: Thursday, September 18, 2008 @ 17:29:44
Author: lash-guest
Revision: 6538
* rules: remove configure clause from PHONY; use dh_clean to remove build_stamp
* control: downgrade build-dep version of dh from 7 to 5; remove version from python-support
* copyright: package licensed under BSD
Modified:
packages/pyrrd/trunk/debian/control
packages/pyrrd/trunk/debian/copyright
packages/pyrrd/trunk/debian/rules
Modified: packages/pyrrd/trunk/debian/control
===================================================================
--- packages/pyrrd/trunk/debian/control 2008-09-17 19:29:32 UTC (rev 6537)
+++ packages/pyrrd/trunk/debian/control 2008-09-18 17:29:44 UTC (rev 6538)
@@ -3,8 +3,8 @@
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 (>= 7), python, python-setuptools (>= 0.6a9)
-Build-Depends-Indep: python-support (>= 0.6)
+Build-Depends: debhelper (>= 5), python, python-setuptools (>= 0.6a9)
+Build-Depends-Indep: python-support
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/pyrrd/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrrd/trunk/
@@ -15,10 +15,10 @@
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.
+ PyRRD is a module that wraps RRDTool (round-robin database tool) 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.
.
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
Modified: packages/pyrrd/trunk/debian/copyright
===================================================================
--- packages/pyrrd/trunk/debian/copyright 2008-09-17 19:29:32 UTC (rev 6537)
+++ packages/pyrrd/trunk/debian/copyright 2008-09-18 17:29:44 UTC (rev 6538)
@@ -43,5 +43,5 @@
The Debian packaging is (C) 2008, Andrea Corradi <lash at unstable.it> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the BSD, see `/usr/share/common-licenses/BSD'.
Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules 2008-09-17 19:29:32 UTC (rev 6537)
+++ packages/pyrrd/trunk/debian/rules 2008-09-18 17:29:44 UTC (rev 6538)
@@ -19,12 +19,11 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
[ ! -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
- dh_clean ez_setup.pyc
+ dh_clean ez_setup.pyc build-stamp
install: build
dh_testdir
@@ -53,4 +52,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list