[Python-modules-commits] r11421 - in packages/python-whisper/trunk/debian (control rules)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Fri Jan 29 19:12:18 UTC 2010


    Date: Friday, January 29, 2010 @ 19:12:14
  Author: statik-guest
Revision: 11421

Dropped dependency on quilt, and simplified the script renaming
per suggestions from jwilk.

Modified:
  packages/python-whisper/trunk/debian/control
  packages/python-whisper/trunk/debian/rules

Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control	2010-01-29 19:08:58 UTC (rev 11420)
+++ packages/python-whisper/trunk/debian/control	2010-01-29 19:12:14 UTC (rev 11421)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Elliot Murphy <elliot at ubuntu.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.46-7), python-support (>= 0.6.4), python (>= 2.5)
+Build-Depends: debhelper (>= 7), python-support (>= 0.6.4), python (>= 2.5)
 XS-Python-Version: >= 2.5
 Standards-Version: 3.8.4
 Homepage: https://launchpad.net/graphite
@@ -12,6 +12,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: database engine for fast, reliable fixed-sized databases
- Whisper is a fixed size database, similar in design to RRD.
- Whisper is used by the Graphite scalable real time graphing system to
- store data points for later display.
+ Whisper is a fixed size database, similar in design to the Round Robin
+ database tool (RRDtool). Whisper is used by the Graphite scalable real
+ time graphing system to store time-series data for later display.

Modified: packages/python-whisper/trunk/debian/rules
===================================================================
--- packages/python-whisper/trunk/debian/rules	2010-01-29 19:08:58 UTC (rev 11420)
+++ packages/python-whisper/trunk/debian/rules	2010-01-29 19:12:14 UTC (rev 11421)
@@ -1,24 +1,13 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
-override_dh_quilt_patch:
-	dh_quilt_patch
-	[ -f bin/rrd2whisper ] || mv bin/rrd2whisper.py bin/rrd2whisper
-	[ -f bin/whisper-create ] || mv bin/whisper-create.py bin/whisper-create
-	[ -f bin/whisper-fetch ] || mv bin/whisper-fetch.py bin/whisper-fetch
-	[ -f bin/whisper-info ] || mv bin/whisper-info.py bin/whisper-info
-	[ -f bin/whisper-resize ] || mv bin/whisper-resize.py bin/whisper-resize
-	[ -f bin/whisper-update ] || mv bin/whisper-update.py bin/whisper-update
-
-override_dh_quilt_unpatch:
-	[ -f bin/rrd2whisper.py ] || mv bin/rrd2whisper bin/rrd2whisper.py
-	[ -f bin/whisper-create.py ] || mv bin/whisper-create bin/whisper-create.py
-	[ -f bin/whisper-fetch.py ] || mv bin/whisper-fetch bin/whisper-fetch.py
-	[ -f bin/whisper-info.py ] || mv bin/whisper-info bin/whisper-info.py
-	[ -f bin/whisper-resize.py ] || mv bin/whisper-resize bin/whisper-resize.py
-	[ -f bin/whisper-update.py ] || mv bin/whisper-update bin/whisper-update.py
-	dh_quilt_unpatch
-
-
+override_dh_install:
+	[ -f debian/python-whisper/usr/bin/rrd2whisper ] || mv debian/python-whisper/usr/bin/rrd2whisper.py debian/python-whisper/usr/bin/rrd2whisper
+	[ -f debian/python-whisper/usr/bin/whisper-create ] || mv debian/python-whisper/usr/bin/whisper-create.py debian/python-whisper/usr/bin/whisper-create
+	[ -f debian/python-whisper/usr/bin/whisper-fetch ] || mv debian/python-whisper/usr/bin/whisper-fetch.py debian/python-whisper/usr/bin/whisper-fetch
+	[ -f debian/python-whisper/usr/bin/whisper-info ] || mv debian/python-whisper/usr/bin/whisper-info.py debian/python-whisper/usr/bin/whisper-info
+	[ -f debian/python-whisper/usr/bin/whisper-resize ] || mv debian/python-whisper/usr/bin/whisper-resize.py debian/python-whisper/usr/bin/whisper-resize
+	[ -f debian/python-whisper/usr/bin/whisper-update ] || mv debian/python-whisper/usr/bin/whisper-update.py debian/python-whisper/usr/bin/whisper-update
+	dh_install




More information about the Python-modules-commits mailing list