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

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Sun Jan 31 06:08:50 UTC 2010


    Date: Sunday, January 31, 2010 @ 06:08:27
  Author: statik-guest
Revision: 11473

Added Vcs-* headers, fix lintian warning about debhelper minver, added man pages.

Added:
  packages/python-whisper/trunk/debian/manpages
  packages/python-whisper/trunk/debian/rrd2whisper.1
  packages/python-whisper/trunk/debian/whisper-create.1
  packages/python-whisper/trunk/debian/whisper-fetch.1
  packages/python-whisper/trunk/debian/whisper-info.1
  packages/python-whisper/trunk/debian/whisper-resize.1
  packages/python-whisper/trunk/debian/whisper-update.1
Modified:
  packages/python-whisper/trunk/debian/control
Deleted:
  packages/python-whisper/trunk/debian/README.source

Deleted: packages/python-whisper/trunk/debian/README.source
===================================================================
--- packages/python-whisper/trunk/debian/README.source	2010-01-31 04:03:45 UTC (rev 11472)
+++ packages/python-whisper/trunk/debian/README.source	2010-01-31 06:08:27 UTC (rev 11473)
@@ -1,4 +0,0 @@
-This package uses quilt to manage all modifications to the upstream source.
-Changes are stored in the source package as diffs in debian/patches and
-applied during the build.
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control	2010-01-31 04:03:45 UTC (rev 11472)
+++ packages/python-whisper/trunk/debian/control	2010-01-31 06:08:27 UTC (rev 11473)
@@ -3,10 +3,12 @@
 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), python-support (>= 0.6.4), python (>= 2.5)
+Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.6.4), python (>= 2.5)
 XS-Python-Version: >= 2.5
 Standards-Version: 3.8.4
 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/
 
 Package: python-whisper
 Architecture: all

Added: packages/python-whisper/trunk/debian/manpages
===================================================================
--- packages/python-whisper/trunk/debian/manpages	                        (rev 0)
+++ packages/python-whisper/trunk/debian/manpages	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,6 @@
+debian/whisper-create.1
+debian/whisper-resize.1
+debian/rrd2whisper.1
+debian/whisper-update.1
+debian/whisper-info.1
+debian/whisper-fetch.1

Added: packages/python-whisper/trunk/debian/rrd2whisper.1
===================================================================
--- packages/python-whisper/trunk/debian/rrd2whisper.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/rrd2whisper.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,27 @@
+.TH RRD2WHISPER 1
+.SH NAME
+rrd2whisper \- convert an RRD database to a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwrrd2whisper\fP rrd_path
+.fam T
+.fi
+.SH DESCRIPTION
+This command converts an RRD database to a whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+xFilesFactor
+The fraction of data points in a propagation interval that must have known values for a propagation to occur.
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-create.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-create.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-create.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,31 @@
+.TH WHISPER-CREATE 1
+.SH NAME
+whisper-create \- create a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-create\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]*
+.fam T
+.fi
+.SH DESCRIPTION
+This command creates a new whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+overwrite
+Overwrite an existing database.
+.TP
+.B
+xFilesFactor
+The fraction of data points in a propagation interval that must have known values for a propagation to occur.
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-fetch.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-fetch.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-fetch.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,39 @@
+.TH WHISPER-FETCH 1
+.SH NAME
+whisper-fetch \- extract records from a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-fetch\fP [options] path
+.fam T
+.fi
+.SH DESCRIPTION
+This command retrieves records from a whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+from
+Unix epoch time of the beginning of your requested interval (default: 24 hours ago).
+.TP
+.B
+until
+Unix epoch time of the end of your requested interval (default: now).
+.TP
+.B
+json
+Output results in JSON form.
+.TP
+.B
+pretty
+Show human-readable timestamps instead of unix times.
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-info.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-info.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-info.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,23 @@
+.TH WHISPER-INFO 1
+.SH NAME
+whisper-info \- show information about a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-info\fP path [field]
+.fam T
+.fi
+.SH DESCRIPTION
+This command displays information about a whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-resize.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-resize.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-resize.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,35 @@
+.TH WHISPER-RESIZE 1
+.SH NAME
+whisper-resize \- resize a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-resize\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]*
+.fam T
+.fi
+.SH DESCRIPTION
+This command resizes a whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+force
+Force a destructive change to an existing database.
+.TP
+.B
+newfile
+Create a new database file without removing the existing one.
+.TP
+.B
+xFilesFactor
+The fraction of data points in a propagation interval that must have known values for a propagation to occur.
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Added: packages/python-whisper/trunk/debian/whisper-update.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-update.1	                        (rev 0)
+++ packages/python-whisper/trunk/debian/whisper-update.1	2010-01-31 06:08:27 UTC (rev 11473)
@@ -0,0 +1,23 @@
+.TH WHISPER-UPDATE 1
+.SH NAME
+whisper-update \- update a whisper database
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-update\fP [options] path timestamp:value [timestamp:value]*
+.fam T
+.fi
+.SH DESCRIPTION
+This command adds an entry to a whisper fixed-size database.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+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 Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).




More information about the Python-modules-commits mailing list