[Python-modules-commits] r22025 - in packages/python-whisper/trunk/debian (4 files)
hggh-guest at users.alioth.debian.org
hggh-guest at users.alioth.debian.org
Sat Jun 2 18:02:49 UTC 2012
Date: Saturday, June 2, 2012 @ 18:02:48
Author: hggh-guest
Revision: 22025
added perl build depends, added patch to fix typo in whisper dump
Added:
packages/python-whisper/trunk/debian/patches/whisper-dump-typo.patch
Modified:
packages/python-whisper/trunk/debian/changelog
packages/python-whisper/trunk/debian/control
packages/python-whisper/trunk/debian/patches/series
Modified: packages/python-whisper/trunk/debian/changelog
===================================================================
--- packages/python-whisper/trunk/debian/changelog 2012-06-02 17:42:59 UTC (rev 22024)
+++ packages/python-whisper/trunk/debian/changelog 2012-06-02 18:02:48 UTC (rev 22025)
@@ -3,8 +3,9 @@
* New upstream version
* d/control: bumped up standards version
* d/copyright: update to version 1.0
- * d/rules: replaced mv with rename
+ * d/rules: replaced mv with rename (added build dependency perl)
* added manpages for whisper-dump and whisper-merge
+ * added patch to fix typo in whisper-dump
-- Jonas Genannt <jonas.genannt at capi2name.de> Sat, 02 Jun 2012 13:07:20 +0200
Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control 2012-06-02 17:42:59 UTC (rev 22024)
+++ packages/python-whisper/trunk/debian/control 2012-06-02 18:02:48 UTC (rev 22025)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Elliot Murphy <elliot at ubuntu.com>, Jonas Genannt <jonas.genannt at capi2name.de>
-Build-Depends: debhelper (>= 8), python-support (>= 0.6.4), python (>= 2.5)
+Build-Depends: debhelper (>= 8), python-support (>= 0.6.4), python (>= 2.5), perl
XS-Python-Version: >= 2.5
Standards-Version: 3.9.3
Homepage: https://launchpad.net/graphite
Modified: packages/python-whisper/trunk/debian/patches/series
===================================================================
--- packages/python-whisper/trunk/debian/patches/series 2012-06-02 17:42:59 UTC (rev 22024)
+++ packages/python-whisper/trunk/debian/patches/series 2012-06-02 18:02:48 UTC (rev 22025)
@@ -0,0 +1 @@
+whisper-dump-typo.patch
Added: packages/python-whisper/trunk/debian/patches/whisper-dump-typo.patch
===================================================================
--- packages/python-whisper/trunk/debian/patches/whisper-dump-typo.patch (rev 0)
+++ packages/python-whisper/trunk/debian/patches/whisper-dump-typo.patch 2012-06-02 18:02:48 UTC (rev 22025)
@@ -0,0 +1,17 @@
+Description: Fix typo in whisper-dump script
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Bug: https://bugs.launchpad.net/graphite/+bug/1007893
+
+diff --git a/bin/whisper-dump.py b/bin/whisper-dump.py
+index 0a34f82..44c4fc5 100755
+--- a/bin/whisper-dump.py
++++ b/bin/whisper-dump.py
+@@ -33,7 +33,7 @@ def read_header(map):
+ try:
+ (offset, secondsPerPoint, points) = struct.unpack(whisper.archiveInfoFormat, map[archiveOffset:archiveOffset+whisper.archiveInfoSize])
+ except:
+- raise CorruptWhisperFile("Unable to reda archive %d metadata" % i)
++ raise CorruptWhisperFile("Unable to read archive %d metadata" % i)
+
+ archiveInfo = {
+ 'offset' : offset,
More information about the Python-modules-commits
mailing list