[Python-apps-commits] r5799 - in packages/canto/trunk/debian (3 files)

vlegout-guest at users.alioth.debian.org vlegout-guest at users.alioth.debian.org
Thu Jul 8 08:30:50 UTC 2010


    Date: Thursday, July 8, 2010 @ 08:30:48
  Author: vlegout-guest
Revision: 5799

* New upstream version
* Set Python Applications Packaging Team as maintainer

Modified:
  packages/canto/trunk/debian/changelog
  packages/canto/trunk/debian/control
  packages/canto/trunk/debian/patches/01-fix_hyphen-used-as-minus-sign.patch

Modified: packages/canto/trunk/debian/changelog
===================================================================
--- packages/canto/trunk/debian/changelog	2010-07-08 08:04:02 UTC (rev 5798)
+++ packages/canto/trunk/debian/changelog	2010-07-08 08:30:48 UTC (rev 5799)
@@ -1,3 +1,12 @@
+canto (0.7.9-1) unstable; urgency=low
+
+  * New upstream version
+    - Update 01-fix_hyphen-used-as-minus-sign.patch
+  * Set Python Applications Packaging Team as maintainer and myself as
+    uploader (Closes: #543934)
+
+ -- Vincent Legout <vincent at legout.info>  Thu, 08 Jul 2010 10:08:49 +0200
+
 canto (0.7.6-2) unstable; urgency=low
 
   * QA upload.

Modified: packages/canto/trunk/debian/control
===================================================================
--- packages/canto/trunk/debian/control	2010-07-08 08:04:02 UTC (rev 5798)
+++ packages/canto/trunk/debian/control	2010-07-08 08:30:48 UTC (rev 5799)
@@ -1,7 +1,8 @@
 Source: canto
 Section: net
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Vincent Legout <vincent at legout.info>
 Build-Depends: debhelper (>= 7), python-dev, python-support, libncurses5-dev, libncursesw5-dev
 Standards-Version: 3.8.4
 Homepage: http://www.codezen.org/canto/

Modified: packages/canto/trunk/debian/patches/01-fix_hyphen-used-as-minus-sign.patch
===================================================================
--- packages/canto/trunk/debian/patches/01-fix_hyphen-used-as-minus-sign.patch	2010-07-08 08:04:02 UTC (rev 5798)
+++ packages/canto/trunk/debian/patches/01-fix_hyphen-used-as-minus-sign.patch	2010-07-08 08:30:48 UTC (rev 5799)
@@ -1,82 +1,17 @@
-# Description: fix hyphen-used-as-minus-sign lintian warning
-# Author: David Paleino <d.paleino at gmail.com>
+Description: fix hyphen-used-as-minus-sign lintian warning
+Author: David Paleino <d.paleino at gmail.com>
 
 ---
  man/canto-fetch.1 |   28 ++++++++++++++--------------
  man/canto.1       |   36 ++++++++++++++++++------------------
  2 files changed, 32 insertions(+), 32 deletions(-)
 
---- canto.orig/man/canto-fetch.1
-+++ canto/man/canto-fetch.1
-@@ -13,50 +13,50 @@ Canto-fetch is meant to be used through 
- Alternatively, if you're unable/uncomfortable using cron, canto-fetch has a
- background daemon mode so you can invoke it in your X session scripts. Just use
+Index: canto-0.7.9/man/canto.1
+===================================================================
+--- canto-0.7.9.orig/man/canto.1	2010-05-25 00:25:08.000000000 +0200
++++ canto-0.7.9/man/canto.1	2010-07-08 10:22:29.000000000 +0200
+@@ -10,70 +10,70 @@
  
--canto-fetch -b
-+canto-fetch \-b
- 
- .SH USAGE
- These options correspond to options to the canto client.
- 
- .TP
---h / --help
-+\-h / \-\-help
- Print usage and quit.
- 
- .TP
---v / --version
-+\-v / \-\-version
- Print version and quit.
- 
- .TP
---V / --verbose
-+\-V / \-\-verbose
- Output status while updating.
- 
- .TP
---d / --daemon
--Continue to check for updates every minute. Mostly for debugging with -V, users
--probably want -b to background.
-+\-d / \-\-daemon
-+Continue to check for updates every minute. Mostly for debugging with \-V, users
-+probably want \-b to background.
- 
- .TP
---b / --background
--Detach from the terminal (implies -d)
-+\-b / \-\-background
-+Detach from the terminal (implies \-d)
- 
- .TP
---f / --force
-+\-f / \-\-force
- Force updates on all feeds, ignoring timestamps.
- 
- .TP
---C / --conf [PATH]
-+\-C / \-\-conf [PATH]
- Set path to configuration file (default: ~/.canto/conf)
- 
- .TP
---F / --fdir [PATH]
-+\-F / \-\-fdir [PATH]
- Set path to feed directory (default: ~/.canto/feeds/)
- 
- .TP
---L / --log [PATH]
-+\-L / \-\-log [PATH]
- Set path to log (default: ~/.canto/fetchlog)
- 
- .TP
---S / --sdir [PATH]
-+\-S / \-\-sdir [PATH]
- Set the path to execurl scripts (default ~/.canto/scripts/)
- 
- .SH FILES
---- canto.orig/man/canto.1
-+++ canto/man/canto.1
-@@ -10,70 +10,70 @@ Canto is the client, separate from the f
- 
  * * * * * canto-fetch
  
 -If you're not a fan of cron, then you can add `canto-fetch -b` to your startup
@@ -163,7 +98,7 @@
  Set the path to execurl scripts (default ~/.canto/scripts/)
  
  .SH INTERNAL USAGE
-@@ -102,7 +102,7 @@ Cycle through defined filters (prev_filt
+@@ -102,7 +102,7 @@
  Cycle through defined tag filters (prev_feed_filter) (next_feed_filter)
  
  .TP
@@ -172,3 +107,77 @@
  Cycle through defined tag sorts (prev_tag_sort) (next_tag_sort)
  
  .TP
+Index: canto-0.7.9/man/canto-fetch.1
+===================================================================
+--- canto-0.7.9.orig/man/canto-fetch.1	2010-07-08 10:24:43.944000837 +0200
++++ canto-0.7.9/man/canto-fetch.1	2010-07-08 10:25:07.572000980 +0200
+@@ -13,54 +13,54 @@
+ Alternatively, if you're unable/uncomfortable using cron, canto-fetch has a
+ background daemon mode so you can invoke it in your X session scripts. Just use
+ 
+-canto-fetch -b
++canto-fetch \-b
+ 
+ .SH USAGE
+ These options correspond to options to the canto client.
+ 
+ .TP
+--h / --help
++\-h / \-\-help
+ Print usage and quit.
+ 
+ .TP
+--v / --version
++\-v / \-\-version
+ Print version and quit.
+ 
+ .TP
+--V / --verbose
++\-V / \-\-verbose
+ Output status while updating.
+ 
+ .TP
+--d / --daemon
+-Continue to check for updates every minute. Mostly for debugging with -V, users
+-probably want -b to background.
++\-d / \-\-daemon
++Continue to check for updates every minute. Mostly for debugging with \-V, users
++probably want \-b to background.
+ 
+ .TP
+--b / --background
+-Detach from the terminal (implies -d)
++\-b / \-\-background
++Detach from the terminal (implies \-d)
+ 
+ .TP
+--f / --force
++\-f / \-\-force
+ Force updates on all feeds, ignoring timestamps.
+ 
+ .TP
+--s / --sysfp
++\-s / \-\-sysfp
+ Use feedparser on system instead of builtin copy.
+ 
+ .TP
+--C / --conf [PATH]
++\-C / \-\-conf [PATH]
+ Set path to configuration file (default: ~/.canto/conf)
+ 
+ .TP
+--F / --fdir [PATH]
++\-F / \-\-fdir [PATH]
+ Set path to feed directory (default: ~/.canto/feeds/)
+ 
+ .TP
+--L / --log [PATH]
++\-L / \-\-log [PATH]
+ Set path to log (default: ~/.canto/fetchlog)
+ 
+ .TP
+--S / --sdir [PATH]
++\-S / \-\-sdir [PATH]
+ Set the path to execurl scripts (default ~/.canto/scripts/)
+ 
+ .SH FILES




More information about the Python-apps-commits mailing list