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

lash-guest at users.alioth.debian.org lash-guest at users.alioth.debian.org
Tue Sep 16 12:32:28 UTC 2008


    Date: Tuesday, September 16, 2008 @ 12:32:26
  Author: lash-guest
Revision: 6530

 * control: moved python-support dependency from Build-Deb-Indep to Buil-Deb
 
 * rules: readd dh_installdeb in binary-indep; add README to the doc; remove png from example

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

Modified: packages/pyrrd/trunk/debian/control
===================================================================
--- packages/pyrrd/trunk/debian/control	2008-09-16 10:09:56 UTC (rev 6529)
+++ packages/pyrrd/trunk/debian/control	2008-09-16 12:32:26 UTC (rev 6530)
@@ -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
-Build-Depends-Indep: python-support (>= 0.6), python-setuptools (>= 0.6a9)
+Build-Depends: debhelper (>= 7), python, python-setuptools (>= 0.6a9)
+Build-Depends-Indep: python-support (>= 0.6)
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/pyrrd/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrrd/trunk/
@@ -14,7 +14,7 @@
 Package: python-pyrrd
 Architecture: all
 Depends: ${python:Depends}, rrdtool
-Description: object-oriented python interface for RRD
+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

Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules	2008-09-16 10:09:56 UTC (rev 6529)
+++ packages/pyrrd/trunk/debian/rules	2008-09-16 12:32:26 UTC (rev 6530)
@@ -42,13 +42,13 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
-	dh_installdocs
-	dh_installexamples examples/*
+	dh_installdocs README
+	dh_installexamples examples/* -Xpng
 	dh_pysupport
-	dh_link
 	dh_compress -X.py
 	dh_fixperms
 	dh_gencontrol
+	dh_installdeb
 	dh_md5sums
 	dh_builddeb
 




More information about the Python-modules-commits mailing list