diff -Nru bosh-0.6/debian/bosh.docs bosh-0.6/debian/bosh.docs --- bosh-0.6/debian/bosh.docs 1970-01-01 00:00:00.000000000 +0000 +++ bosh-0.6/debian/bosh.docs 2011-12-14 07:16:42.000000000 +0000 @@ -0,0 +1,2 @@ +README +TODO diff -Nru bosh-0.6/debian/bosh.lintian-overrides bosh-0.6/debian/bosh.lintian-overrides --- bosh-0.6/debian/bosh.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ bosh-0.6/debian/bosh.lintian-overrides 2011-12-14 07:16:42.000000000 +0000 @@ -0,0 +1,4 @@ +# The examples have bosh as the interpreter +bosh: example-unusual-interpreter usr/share/doc/bosh/examples/bof #!bosh +bosh: example-unusual-interpreter usr/share/doc/bosh/examples/bops #!bosh +bosh: example-unusual-interpreter usr/share/doc/bosh/examples/boss #!bosh diff -Nru bosh-0.6/debian/changelog bosh-0.6/debian/changelog --- bosh-0.6/debian/changelog 2010-08-31 09:01:41.000000000 +0000 +++ bosh-0.6/debian/changelog 2011-12-14 07:16:42.000000000 +0000 @@ -1,3 +1,22 @@ +bosh (0.6-6) unstable; urgency=low + + * Update my email address + * debian/control: Drop the DM-Upload-Allowed control field. + * Add fix-spelling-errors-in-manpage.patch patch. + Fix some spelling errors in manpage for bosh. + Thanks to A. Costa for the bugreport and the patch. + (Closes: #652004) + * Update debian/copyright file. + Update copyright years for debian/* packaging stanza. + * Bump Standards-Version to 3.9.2 + * Rename debian/docs file to debian/bosh.docs + * Add lintian-overrides for the examples files. + Examples files emit a example-unusual-interpreter lintian warning. This + is a false-positive in this case as bosh should be used as the + interpreter in these examples. + + -- Salvatore Bonaccorso Wed, 14 Dec 2011 08:09:56 +0100 + bosh (0.6-5) unstable; urgency=low * debian/control: Fix long description of package refering to bosh diff -Nru bosh-0.6/debian/control bosh-0.6/debian/control --- bosh-0.6/debian/control 2010-08-31 09:01:41.000000000 +0000 +++ bosh-0.6/debian/control 2011-12-14 07:16:42.000000000 +0000 @@ -1,10 +1,9 @@ Source: bosh Section: utils Priority: optional -Maintainer: Salvatore Bonaccorso -DM-Upload-Allowed: yes +Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 7), autotools-dev, libncurses5-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://bosh.sourceforge.net/ Package: bosh diff -Nru bosh-0.6/debian/copyright bosh-0.6/debian/copyright --- bosh-0.6/debian/copyright 2010-08-31 09:01:41.000000000 +0000 +++ bosh-0.6/debian/copyright 2011-12-14 07:16:42.000000000 +0000 @@ -8,7 +8,7 @@ License: GPL-2+ Files: debian/* -Copyright: Copyright 2009-2010, Salvatore Bonaccorso +Copyright: Copyright 2009-2011, Salvatore Bonaccorso License: GPL-2+ License: GPL-2+ diff -Nru bosh-0.6/debian/docs bosh-0.6/debian/docs --- bosh-0.6/debian/docs 2010-08-31 09:01:41.000000000 +0000 +++ bosh-0.6/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -README -TODO diff -Nru bosh-0.6/debian/patches/fix-spelling-errors-in-manpage.patch bosh-0.6/debian/patches/fix-spelling-errors-in-manpage.patch --- bosh-0.6/debian/patches/fix-spelling-errors-in-manpage.patch 1970-01-01 00:00:00.000000000 +0000 +++ bosh-0.6/debian/patches/fix-spelling-errors-in-manpage.patch 2011-12-14 07:16:42.000000000 +0000 @@ -0,0 +1,66 @@ +Description: Fix spelling errors in manpage +Origin: vendor +Bug-Debian: http://bugs.debian.org/652004 +Forwarded: yes +Author: A. Costa +Reviewed-by: Salvatore Bonaccorso +Last-Update: 2011-12-14 + +--- a/bosh.1 ++++ b/bosh.1 +@@ -22,7 +22,7 @@ + Bosh now supports passing arguments to the CONFIGURATION. The arguments will be available + in the standard way ($1...$9,$*,$@,etc). + +-Bosh can be invoked as above, or as "intepreter", meaning it can invoked from ++Bosh can be invoked as above, or as "interpreter", meaning it can invoked from + a shebang (#!) line at the top of a script. This script would just be a bosh + configuration file. See + .B bops +@@ -51,15 +51,15 @@ + .TP + .B \-\-multilineseperator=\fISTRING\fP + When an action is invoked and the cursor is multi-line, the lines selected will be concatenated together. +-With this setting a seperating string can be specified to be inserted between the lines. ++With this setting a separating string can be specified to be inserted between the lines. + .TP + .B \-\-preaction=\fICOMMANDS\fP +-A command or commands that will be run on the invokation of all actions, before the action is run. ++A command or commands that will be run on the invocation of all actions, before the action is run. + This allows code that is a common for the actions to be only defined once. Preactions are simply prefixed onto the action +-when the action is invoked. This means you will need to include a seperating character (eg ;) at the end of preaction. ++when the action is invoked. This means you will need to include a separating character (eg ;) at the end of preaction. + .TP + .B \-\-refresh=\fI[0,1]\fP +-A value of 1 means that bosh will re-run the command after an action is perfromed. ++A value of 1 means that bosh will re-run the command after an action is performed. + .TP + .B \-\-uservars=\fIN\fP + Set the number of user variables ( of the form +@@ -84,7 +84,7 @@ + .B command=for i in *; do echo $i; done + .RE + +-Or it can spread it over multiple lines for readablity with a \\ (must be at the end of line!) \- ++Or it can spread it over multiple lines for readability with a \\ (must be at the end of line!) \- + + .RS + .B +@@ -277,7 +277,7 @@ + + + .SH BOSH* VARIABLES: +-In addtion to ++In addition to + .B $BOSH + , + .B $BOSHPARAM +@@ -296,7 +296,7 @@ + User variables are variables to be set and used by commands and actions. They are of the form + .B $BOSHVARx. + When the command or action +-is run and sets a user variable, bosh will store the contents when that command or action has finised. ++is run and sets a user variable, bosh will store the contents when that command or action has finished. + This allows the values to be used by subsequent actions. To make use of these, you must first set the + .B uservars + to the number you need (eg: uservars=1 will give you BOSHVAR1, uservars=10 will give you diff -Nru bosh-0.6/debian/patches/series bosh-0.6/debian/patches/series --- bosh-0.6/debian/patches/series 2010-08-31 09:01:41.000000000 +0000 +++ bosh-0.6/debian/patches/series 2011-12-14 07:16:42.000000000 +0000 @@ -1,3 +1,4 @@ fix-path-in-example-bops.patch fix-lintian-hyphen-used-as-minus-sign.patch add-status-bar-description.patch +fix-spelling-errors-in-manpage.patch