[Python-modules-commits] r22023 - in packages/python-whisper/trunk/debian (7 files)

hggh-guest at users.alioth.debian.org hggh-guest at users.alioth.debian.org
Sat Jun 2 11:31:31 UTC 2012


    Date: Saturday, June 2, 2012 @ 11:31:28
  Author: hggh-guest
Revision: 22023

update package to 0.9.10

Added:
  packages/python-whisper/trunk/debian/whisper-dump.1
  packages/python-whisper/trunk/debian/whisper-merge.1
Modified:
  packages/python-whisper/trunk/debian/changelog
  packages/python-whisper/trunk/debian/control
  packages/python-whisper/trunk/debian/copyright
  packages/python-whisper/trunk/debian/manpages
  packages/python-whisper/trunk/debian/rules

Modified: packages/python-whisper/trunk/debian/changelog
===================================================================
--- packages/python-whisper/trunk/debian/changelog	2012-06-02 09:14:03 UTC (rev 22022)
+++ packages/python-whisper/trunk/debian/changelog	2012-06-02 11:31:28 UTC (rev 22023)
@@ -1,3 +1,13 @@
+python-whisper (0.9.10-1) unstable; urgency=low
+
+  * New upstream version
+  * d/control: bumped up standards version
+  * d/copyright: update to version 1.0
+  * d/rules: replaced mv with rename
+  * added manpages for whisper-dump and whisper-merge
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 02 Jun 2012 13:07:20 +0200
+
 python-whisper (0.9.9-1) unstable; urgency=low
 
   * New upstream version (Closes: #651216)

Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control	2012-06-02 09:14:03 UTC (rev 22022)
+++ packages/python-whisper/trunk/debian/control	2012-06-02 11:31:28 UTC (rev 22023)
@@ -5,7 +5,7 @@
 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)
 XS-Python-Version: >= 2.5
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: https://launchpad.net/graphite
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-whisper/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-whisper/trunk/

Modified: packages/python-whisper/trunk/debian/copyright
===================================================================
--- packages/python-whisper/trunk/debian/copyright	2012-06-02 09:14:03 UTC (rev 22022)
+++ packages/python-whisper/trunk/debian/copyright	2012-06-02 11:31:28 UTC (rev 22023)
@@ -1,15 +1,15 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=248
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Chris Davis <chrismd at gmail.com>
 Source: http://pypi.python.org/pypi/whisper/
 Upstream-Name: Whisper
 
 Files: *
-Copyright: 2008, Orbitz WorldWide Chris Davis <chrismd at gmail.com>
+Copyright: 2008 Orbitz WorldWide Chris Davis <chrismd at gmail.com>
 License: Apache
 
 Files: debian/*
-Copyright: 2009 - 2011, Elliot Murphy <elliot at ubuntu.com>
- 2012, Jonas Genannt <jonas.genannt at capi2name.de>
+Copyright: 2009-2011 Elliot Murphy <elliot at ubuntu.com>
+                2012 Jonas Genannt <jonas.genannt at capi2name.de>
 License: Apache
 
 License: Apache

Modified: packages/python-whisper/trunk/debian/manpages
===================================================================
--- packages/python-whisper/trunk/debian/manpages	2012-06-02 09:14:03 UTC (rev 22022)
+++ packages/python-whisper/trunk/debian/manpages	2012-06-02 11:31:28 UTC (rev 22023)
@@ -5,3 +5,5 @@
 debian/whisper-info.1
 debian/whisper-fetch.1
 debian/whisper-set-aggregation-method.1
+debian/whisper-dump.1
+debian/whisper-merge.1

Modified: packages/python-whisper/trunk/debian/rules
===================================================================
--- packages/python-whisper/trunk/debian/rules	2012-06-02 09:14:03 UTC (rev 22022)
+++ packages/python-whisper/trunk/debian/rules	2012-06-02 11:31:28 UTC (rev 22023)
@@ -4,11 +4,5 @@
 	dh $@
 
 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
-	[ -f debian/python-whisper/usr/bin/whisper-set-aggregation-method ] || mv debian/python-whisper/usr/bin/whisper-set-aggregation-method.py debian/python-whisper/usr/bin/whisper-set-aggregation-method
+	rename 's/\.py//' debian/python-whisper/usr/bin/*.py
 	dh_install

Added: packages/python-whisper/trunk/debian/whisper-dump.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-dump.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-dump.1	2012-06-02 11:31:28 UTC (rev 22023)
@@ -0,0 +1,23 @@
+.TH WHISPER-DUMP 1
+.SH NAME
+whisper-dump \- dump whister database files
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-dump\fP path
+.fam T
+.fi
+.SH DESCRIPTION
+This command dumps an whister database file.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+Show the embedded help.
+.SH AUTHOR
+\fBwhisper\fP is a fixed size database, created by Chris Davis.
+.PP
+This manual page was written by Jonas Genannt <jonas.genannt at capi2name.de>, for
+the Debian project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-merge.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-merge.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-merge.1	2012-06-02 11:31:28 UTC (rev 22023)
@@ -0,0 +1,23 @@
+.TH WHISPER-MERGE 1
+.SH NAME
+whisper-merge \- merge two whisper database files
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-merge\fP from_path to_path
+.fam T
+.fi
+.SH DESCRIPTION
+This command merges two whisper database files.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+Show the embedded help.
+.SH AUTHOR
+\fBwhisper\fP is a fixed size database, created by Chris Davis.
+.PP
+This manual page was written by Jonas Genannt <jonas.genannt at capi2name.de>, for
+the Debian project (but may be used by others).




More information about the Python-modules-commits mailing list