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

hggh-guest at users.alioth.debian.org hggh-guest at users.alioth.debian.org
Sat Jan 21 19:14:51 UTC 2012


    Date: Saturday, January 21, 2012 @ 19:14:50
  Author: hggh-guest
Revision: 20068

new upstream version, bumped debhelper, added manpage for new binary, switched to DEP5

Added:
  packages/python-whisper/trunk/debian/whisper-set-aggregation-method.1
Modified:
  packages/python-whisper/trunk/debian/changelog
  packages/python-whisper/trunk/debian/compat
  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-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/changelog	2012-01-21 19:14:50 UTC (rev 20068)
@@ -1,3 +1,13 @@
+python-whisper (0.9.9-1) unstable; urgency=low
+
+  * New upstream version (Closes: #651216)
+  * bumped debhelper compat version
+  * d/control: Added myself as Uploader
+  * d/copyright: changed to DEP5
+  * added manpage for whisper-set-aggregation-method
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Tue, 17 Jan 2012 20:35:27 +0100
+
 python-whisper (0.9.8-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/python-whisper/trunk/debian/compat
===================================================================
--- packages/python-whisper/trunk/debian/compat	2012-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/compat	2012-01-21 19:14:50 UTC (rev 20068)
@@ -1 +1 @@
-7
+8

Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control	2012-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/control	2012-01-21 19:14:50 UTC (rev 20068)
@@ -2,8 +2,8 @@
 Section: python
 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.0.50), python-support (>= 0.6.4), python (>= 2.5)
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, 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
 Homepage: https://launchpad.net/graphite

Modified: packages/python-whisper/trunk/debian/copyright
===================================================================
--- packages/python-whisper/trunk/debian/copyright	2012-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/copyright	2012-01-21 19:14:50 UTC (rev 20068)
@@ -1,38 +1,29 @@
-This work was packaged for Debian by:
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135
+Maintainer: Chris Davis <chrismd at gmail.com>
+Source: http://pypi.python.org/pypi/whisper/
+Name: Whisper
 
-    Elliot Murphy <elliot at ubuntu.com> on Mon, 31 Dec 2009 15:27:43 -0500
+Files: *
+Copyright: 2008, Orbitz WorldWide Chris Davis <chrismd at gmail.com>
+License: Apache
 
-It was downloaded from <http://pypi.python.org/pypi/whisper/>
+Files: debian/*
+Copyright: 2009 - 2011, Elliot Murphy <elliot at ubuntu.com>
+ 2012, Jonas Genannt <jonas.genannt at capi2name.de>
+License: Apache
 
-Upstream Author(s):
-
-    Chris Davis <chrismd at gmail.com>
-
-Copyright:
-
-    Copyright (C) 2008 Orbitz WorldWide
-
-License:
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-On Debian systems, the complete text of the Apache version 2.0 license
-can be found in `/usr/share/common-licenses/Apache-2.0'.
-
-The Debian packaging is:
-
-    Copyright (C) 2009 Elliot Murphy <elliot at ubuntu.com>
-
-and is also licensed under the Apache License, version 2.0,
-see `/usr/share/common-licenses/Apache-2.0'.
-
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License
+ .
+ On Debian systems, the full text of the Apache License can be found at
+ "/usr/share/common-licenses/Apache-2.0"

Modified: packages/python-whisper/trunk/debian/manpages
===================================================================
--- packages/python-whisper/trunk/debian/manpages	2012-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/manpages	2012-01-21 19:14:50 UTC (rev 20068)
@@ -4,3 +4,4 @@
 debian/whisper-update.1
 debian/whisper-info.1
 debian/whisper-fetch.1
+debian/whisper-set-aggregation-method.1

Modified: packages/python-whisper/trunk/debian/rules
===================================================================
--- packages/python-whisper/trunk/debian/rules	2012-01-21 12:25:41 UTC (rev 20067)
+++ packages/python-whisper/trunk/debian/rules	2012-01-21 19:14:50 UTC (rev 20068)
@@ -10,4 +10,5 @@
 	[ -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
 	dh_install

Added: packages/python-whisper/trunk/debian/whisper-set-aggregation-method.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-set-aggregation-method.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-set-aggregation-method.1	2012-01-21 19:14:50 UTC (rev 20068)
@@ -0,0 +1,23 @@
+.TH WHISPER-SET-AGGREGATION-METHOD 1
+.SH NAME
+whisper-set-aggregation-method \- set aggregationType field
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-set-aggregation-method\fP path <average|sum|last|max|min>
+.fam T
+.fi
+.SH DESCRIPTION
+This command sets the aggregationType field in an whisper database.
+.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