diff -Nru python-whisper-0.9.8/debian/changelog python-whisper-0.9.8/debian/changelog --- python-whisper-0.9.8/debian/changelog 2011-04-30 12:42:41.000000000 +0000 +++ python-whisper-0.9.8/debian/changelog 2011-05-03 21:18:18.000000000 +0000 @@ -1,12 +1,18 @@ -python-whisper (0.9.8-1) unstable; urgency=low +python-whisper (0.9.8-1~lucid1~ppa1) lucid; urgency=low - * New upstream version. - * Bump Standards-Version. + * New version 0.9.8 + * Removed assertions patch which has been incorporated. - -- Elliot Murphy Wed, 27 Apr 2011 09:39:51 -0400 + -- Stuart Colville Tue, 03 May 2011 20:01:20 +0100 -python-whisper (0.9.6-1) unstable; urgency=low +python-whisper (0.9.5-1ubuntu1~ppa1~lucid1) lucid; urgency=low + + * PPA release (LP: #524558) + + -- Rick McBride Fri, 19 Feb 2010 15:33:39 -0500 + +python-whisper (0.9.5-1) unstable; urgency=low * Initial release (Closes: #563765) - -- Elliot Murphy Mon, 07 Jun 2010 16:40:44 -0500 + -- Elliot Murphy Thu, 28 Jan 2010 16:48:43 -0500 diff -Nru python-whisper-0.9.8/debian/control python-whisper-0.9.8/debian/control --- python-whisper-0.9.8/debian/control 2011-04-30 12:42:41.000000000 +0000 +++ python-whisper-0.9.8/debian/control 2010-05-28 19:42:44.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.6.4), python (>= 2.5) XS-Python-Version: >= 2.5 -Standards-Version: 3.9.2 +Standards-Version: 3.8.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/ diff -Nru python-whisper-0.9.8/debian/rrd2whisper.1 python-whisper-0.9.8/debian/rrd2whisper.1 --- python-whisper-0.9.8/debian/rrd2whisper.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/rrd2whisper.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,11 +14,11 @@ .SH OPTIONS .TP .B -\-\-xFilesFactor +--xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. diff -Nru python-whisper-0.9.8/debian/whisper-create.1 python-whisper-0.9.8/debian/whisper-create.1 --- python-whisper-0.9.8/debian/whisper-create.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/whisper-create.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,15 +14,15 @@ .SH OPTIONS .TP .B -\-\-overwrite +--overwrite Overwrite an existing database. .TP .B -\-\-xFilesFactor +--xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. diff -Nru python-whisper-0.9.8/debian/whisper-fetch.1 python-whisper-0.9.8/debian/whisper-fetch.1 --- python-whisper-0.9.8/debian/whisper-fetch.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/whisper-fetch.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,23 +14,23 @@ .SH OPTIONS .TP .B -\-\-from +--from Unix epoch time of the beginning of your requested interval (default: 24 hours ago). .TP .B -\-\-until +--until Unix epoch time of the end of your requested interval (default: now). .TP .B -\-\-json +--json Output results in JSON form. .TP .B -\-\-pretty +--pretty Show human-readable timestamps instead of unix times. .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. diff -Nru python-whisper-0.9.8/debian/whisper-info.1 python-whisper-0.9.8/debian/whisper-info.1 --- python-whisper-0.9.8/debian/whisper-info.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/whisper-info.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,7 +14,7 @@ .SH OPTIONS .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. diff -Nru python-whisper-0.9.8/debian/whisper-resize.1 python-whisper-0.9.8/debian/whisper-resize.1 --- python-whisper-0.9.8/debian/whisper-resize.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/whisper-resize.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,19 +14,19 @@ .SH OPTIONS .TP .B -\-\-force +--force Force a destructive change to an existing database. .TP .B -\-\-newfile +--newfile Create a new database file without removing the existing one. .TP .B -\-\-xFilesFactor +--xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. diff -Nru python-whisper-0.9.8/debian/whisper-update.1 python-whisper-0.9.8/debian/whisper-update.1 --- python-whisper-0.9.8/debian/whisper-update.1 2010-10-26 22:27:42.000000000 +0000 +++ python-whisper-0.9.8/debian/whisper-update.1 2010-05-28 19:42:44.000000000 +0000 @@ -14,7 +14,7 @@ .SH OPTIONS .TP .B -\-h, \-\-help +-h, --help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis.