Bug#697719: ITP: libmojolicious-plugin-authorization-perl -- module to make authorization a bit easier for Mojolicious

2013-01-08 Thread Joenio Costa
Package: wnpp
Severity: wishlist
Owner: Joenio Costa joe...@colivre.coop.br

* Package name: libmojolicious-plugin-authorization-perl
  Version : 1.0301
  Upstream Author : John Scoles byter...@hotmail.com
* URL : 
http://search.cpan.org/dist/Mojolicious-Plugin-Authorization/
* License : Perl
  Programming Lang: Perl
  Description : module to make authorization a bit easier for Mojolicious

A very simple API implementation of role-based access control (RBAC).
This plugin is only an API you will have to do all the work of setting
up your roles and privileges and then provide four subs that are used by
the plugin.  The plugin expects that the current session will be used to
get the role its privileges. It also assumes that you have already been
authenticated and your role set. That is about it you are free to
implement any system you like.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#697052: moreutils: 'pee' with 'echo' buggy.

2012-12-31 Thread A. Costa
Package: moreutils
Version: 0.47
Severity: normal

Dear Maintainer,

This should print 3 foos, but doesn't:

% echo foo | pee cat echo cat cat | nl -b a
 1  
 2  foo

Discovered the above, while trying to print hi\nho\n:

% echo hi | pee cat echo ho
hi
ho
# add a 'cat' and the order changes.
% echo hi | pee cat echo ho cat
ho
hi

HTH...



-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages moreutils depends on:
ii  libc62.13-35
ii  libipc-run-perl  0.92-1
ii  perl 5.14.2-12

moreutils recommends no packages.

Versions of packages moreutils suggests:
pn  libtime-duration-perl  none
ii  libtimedate-perl   1.2000-1

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#695870: [Cupt-devel] Bug#695870: cupt: Change The following packages... to The following _n_ packages

2012-12-16 Thread A. Costa
On Sat, 15 Dec 2012 11:47:31 +0200
Eugene V. Lyubimkin jac...@debian.org wrote:

 I removed numbers from 'package lists' on purpose since numbers
 naturally belongs to summary, and sometimes those lists are so big
 that don't event fit to the one page.

That's true.  Still, users can do a 'shift pageup' to see what's
scrolled off the terminal.  OTOH, your next suggestion (quoted right
below this) would be fine.

 ...Something like
 
 | 5 (1 manually installed and 4 automatically installed) packages
 | will be installed

Logically satisfactory, but redundant (3xinstalled).  
Attempt at reducing:

5 packages will be installed, 1 manually and 4 automatically.
 
  Optional finesse: handle singular  plural cases correctly, as above
  for plural, and as follows for singular (just one package):
  
  The following 1 package will be installed:
 
 Yep, placed into long-term TODO.

How I do that for typos, (shell script snippet, the details aren't
relevant, but the simple structure of it might be of interest):

# check if there's more than one typo, plural or singular?
TYPONUM=`grep --count ^\+[^+].* $DIFFNAME`# for 'diff -u'
tylist=`cat ${TMPFILE}wirdlist`
case $TYPONUM in
1)  TYPLURAL=
TYARTICLE=a
tylist=${tylist%, }   # cut off last two chars
;;
2)  TYPLURAL=s
TYARTICLE=a few
tylist=$(echo ${tylist%, } | sed 's/,/ and/')
;;
[34])
TYPLURAL=s
TYARTICLE=some
tylist=$(echo ${tylist%, } | sed 's/,\( [^,]*$\)/ 
and\1/')
;;
*)  TYPLURAL=s
TYARTICLE=some
tylist=${tylist} etc.
;;
esac
SugSubj='man $MP' typo$TYPLURAL: $tylist
whiptail  --inputbox Edit subject line...  6 75 $SugSubj 2 
${TMPFILE}sbjl
case $? in
0) SugSubj=`cat ${TMPFILE}sbjl` ;;
*) ;;
esac
echo Suggested Subject:  $SugSubj  ${TMPFILE}blah
echo Suggested body:  ${TMPFILE}blah
echo Found $TYARTICLE typo$TYPLURAL in '$MANPAGELONGNAME', see 
attached '.diff'.

Perhaps the above code should be abstracted for more general use and
spun off into its own text util.  Later such a util might be abstracted
further and made language independent.

HTH...


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#695870: cupt: Change The following packages... to The following _n_ packages

2012-12-13 Thread A. Costa
Package: cupt
Version: 2.5.9
Severity: wishlist

Dear Maintainer,

Seen during an install:

The following packages will be installed:

libdataquay0 libfishsound1 liboggz2 librubberband2 sonic-visualiser 

Action summary:
  1 manually installed and 4 automatically installed packages will be 
installed

The first line The following packages... provides no number, and the
last line includes two numbers, which if added (4+1=5) corresponds to
the five packages listed.

Computing such totals isn't difficult, but it would be simpler to show
the total, so the first line above would read:

The following 5 packages will be installed:

Optional finesse: handle singular  plural cases correctly, as above
for plural, and as follows for singular (just one package):

The following 1 package will be installed:

HTH...

PS:  Recently my phone carrier (Verizon) upgraded from copper to fiber 
optic lines.  Since then my modem which formerly connected at 5K is 
mysteriously reduced to 3.3K. (Same hardware, software,  ISP)  
In such an environment efficient 'diff' based transfer programs 
like 'cupt' are more important than ever.  Kudos  thanks again for 'cupt'!  



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cupt depends on:
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libc6   2.13-35
ii  libcupt2-0  2.5.9
ii  libgcc1 1:4.7.1-4
ii  libstdc++6  4.7.1-4

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline66.2-9
ii  sensible-utils  0.0.7

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#695491: undbx: 'man undbx' typo: Subjec:

2012-12-08 Thread A. Costa
Package: undbx
Version: 0.20-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/undbx.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages undbx depends on:
ii  libc6  2.13-35

undbx recommends no packages.

undbx suggests no packages.

-- debconf-show failed
--- undbx.1	2011-10-12 17:50:07.0 -0400
+++ /tmp/undbx.1	2012-12-09 00:04:58.470585541 -0500
@@ -23,7 +23,7 @@
 On the other hand, if a .eml file exists in the destination directory and no corresponding mail is found in the .dbx file, the mail is considered deleted and \fBundbx\fR will delete this .eml file.
 This way, \fBundbx\fR can be used as an synchronization backup tool for .dbx files.
 .PP
-The file names of .eml files are composed by the From, To and Subjec: header fields.
+The file names of .eml files are composed by the From, To and Subject: header fields.
 The modification time of each file is set to match the date specified in the Date field of the mail header.
 .SH OPTIONS
 


Bug#694492: potrace: 'man potrace' typo: unambigous

2012-11-26 Thread A. Costa
Package: potrace
Version: 1.10-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/potrace.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages potrace depends on:
ii  libc62.13-35
ii  libpotrace0  1.10-1
ii  zlib1g   1:1.2.7.dfsg-13

potrace recommends no packages.

Versions of packages potrace suggests:
ii  netpbm  2:10.0-15+b1

-- debconf-show failed
--- potrace.1	2011-08-20 04:59:58.0 -0400
+++ /tmp/potrace.1	2012-11-25 10:44:50.465073829 -0500
@@ -152,7 +152,7 @@
 .B -z \fIpolicy\fP, --turnpolicy \fIpolicy\fP
 specify how to resolve ambiguities in path decomposition. Must be one of
 black, white, right, left, minority, majority, or random. Default is
-minority. Turn policies can be abbreviated by an unambigous prefix,
+minority. Turn policies can be abbreviated by an unambiguous prefix,
 e.g., one can specify min instead of minority. 
 .TP
 .B -t \fIn\fP, --turdsize \fIn\fP


Bug#692847: 'raw': please add convenient '-u' unbind switch

2012-11-09 Thread A. Costa
Package: util-linux
Version: 2.20.1-5.2
Severity: wishlist

Dear Maintainer,

At present the sole available syntax to unbind a device is:

raw /dev/raw/rawN 0 0

That syntax is inconvenient because:

1) A command line switch uses fewer characters.

2) There are too many Linux man pages to read.  Users
   skim, and when looking for a given function,
   users skim the man page for indented command line switches.

   Users skimming 'man raw' for an unmount/unbind command line switch
   find nothing.  This leads them to wonder if there's 
   a separate 'unraw' command.
   
   Unless the lucky user skims the 4th paragraph of DESCRIPTION:

Unbinding can be done by specifying major and minor 0.

3) The 0 0 syntax requires the use of arbitrary magic numbers.

It would be convenient to have such a switch. -u, --unbind might
be good names.  Keep the current 0 0 syntax as well, no need to break
any existing code.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages util-linux depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  dpkg   1.16.9
ii  initscripts2.88dsf-32
ii  install-info   4.13a.dfsg.1-10
ii  libblkid1  2.20.1-5.2
ii  libc6  2.13-35
ii  libncurses55.9-10
ii  libselinux12.1.9-5
ii  libslang2  2.2.4-15
ii  libtinfo5  5.9-10
ii  libuuid1   2.20.1-5.2
ii  lsb-base   4.1+Debian7
ii  tzdata 2012c-1
ii  zlib1g 1:1.2.7.dfsg-13

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  3.0.13-1
ii  kbd 1.15.3-9
pn  util-linux-locales  none

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691453: Reopen: Bug#691453: apt: 'apt cache search': multiple patterns return fewer matches than if done seperately.

2012-10-26 Thread A. Costa
reopen 691453 !

thanks

On Thu, 25 Oct 2012 22:38:45 +0200
David Kalnischkies kalnischkies+deb...@gmail.com wrote:

 True. And that is intentional as combining two separate searches
 is a logical OR and not an AND as the combined list includes packages
 which match foo but not bar.
 E.g. libart-2.0-2 is not included as it matches foo(tprint), but
 not bar. If you want OR you can use the usual regex syntax for that.

Sorry, look again:  liBARt-2.0-2 matches bar.

Another way to look at it is to compare the line counts of unique
matches:

% apt-cache search foo bar | wc -l
21

# simulate 'AND' with sort | uniq -d:
% { apt-cache search foo ; apt-cache search bar ; } | sort | uniq -d | 
wc -l
23

# simulate 'OR'
# { apt-cache search foo ; apt-cache search bar ; } | sort -u | wc -l
791

(BTW, logic aside, thanks for the _cordial_ corrective feedback.)

HTH...


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691453: apt: 'apt cache search': multiple patterns return fewer matches than if done seperately.

2012-10-25 Thread A. Costa
Package: apt
Version: 0.9.7.6
Severity: normal

Dear Maintainer,

In lines #146  #147 below, the docs explain that 'search' supports 'AND':

% man  apt-cache | grep -B 1 -A 10 -n search performs
136-   search regex...
137:   search performs a full text search on all available package lists
138-   for the POSIX regex pattern given, see regex(7). It searches the
139-   package names and the descriptions for an occurrence of the 
regular
140-   expression and prints out the package name and the short
141-   description, including virtual package names. If --full is given
142-   then output identical to show is produced for each matched 
package,
143-   and if --names-only is given then the long description is not
144-   searched, only the package name is.
145-
146-   Separate arguments can be used to specify multiple search 
patterns
147-   that are and'ed together.

However, that built-in 'AND' misses items found with combined 
separate searches:

# built-in 'AND':
% apt-cache search foo bar | sort  /tmp/x1

# simulate 'AND' with sort | uniq -d:
% { apt-cache search foo ; apt-cache search bar ; } | sort | uniq -d  
/tmp/x2

# show what the built-in 'AND' missed:
% diff /tmp/x[12]
9a10,11
 libart-2.0-2 - Library of functions for 2D graphics - runtime files
 libart-2.0-dev - Library of functions for 2D graphics - development files

HTH...

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.12-6
ii  libapt-pkg4.12  0.9.7.6
ii  libc6   2.13-35
ii  libgcc1 1:4.7.1-4
ii  libstdc++6  4.7.1-4

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc none
ii  dpkg-dev1.16.8
ii  python-apt  0.8.6
ii  synaptic0.75.13
ii  xz-utils5.1.1alpha+20120614-1

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690850: ITP: libdist-zilla-localetextdomain-perl -- Dist::Zilla plugin that adds support for managing l10n and i18n in Perl modules

2012-10-19 Thread Joenio Costa

Hi

Em 19-10-2012 07:15, intrigeri escreveu:

Hi,

Joenio Costa wrote (18 Oct 2012 14:29:22 GMT) :

Owner: Joenio Costajoe...@colivre.coop.br
* Package name: libdist-zilla-localetextdomain-perl


I'm happy someone wants to maintain Dist::Zilla::LocaleTextDomain!


Thanks!


Did you consider maintaining this package under the Debian Perl
Group umbrella?


Sure! I'm getting help of gregor from Debian Perl Group.

--
Joenio Costa
Colivre - Cooperativa de Tecnologias Livres
Cel: (71) 8182-5123
http://www.colivre.coop.br

GNU/Linux User #431067 http://counter.li.org


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690850: ITP: libdist-zilla-localetextdomain-perl -- Dist::Zilla plugin that adds support for managing l10n and i18n in Perl modules

2012-10-18 Thread Joenio Costa
Package: wnpp
Severity: wishlist
Owner: Joenio Costa joe...@colivre.coop.br

* Package name: libdist-zilla-localetextdomain-perl
  Version : 0.81
  Upstream Author : David E. Wheeler da...@justatheory.com
* URL : http://search.cpan.org/dist/Dist-Zilla-LocaleTextDomain/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Dist::Zilla plugin that adds support for managing l10n and 
i18n in Perl modules

Dist::Zilla::LocaleTextDomain provides set of commands for managing
internationalization and localization for Perl modules by using the
Locale::TextDomain. You can just use this plugin and get all the tools
you need to scan your Perl libraries for localizable strings, create a
language template, and initialize translation files and keep them
up-to-date.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690914: cupt: during downloads please show ETA of '.delta' file, rather than '.deb' file.

2012-10-18 Thread A. Costa
Package: cupt
Version: 2.5.9
Severity: wishlist

Dear Maintainer,

During an upgrade via a dialup connection:

Get:3 debdelta:http://debdeltas.debian.net/debian-deltas  xulrunner-10.0 
10.0.9esr-1 [9688KiB]
40% [3 xulrunner-10.0 2431KiB/9688KiB 25%] | 3258B/s | ETA: 21m4s

But 9688K is the size of the compressed '.deb' file:

# proof: get size of version being upgraded.
% wc -c /var/cache/apt/archives/xulrunner-10.0_10.0*   
9917448 /var/cache/apt/archives/xulrunner-10.0_10.0.7esr-2_i386.deb

Since it's a '.delta' file that's being downloaded, the above ETA is 
incorrect.  The correct ETA might be anywhere from 1%-70% of that.


HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cupt depends on:
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libc6   2.13-35
ii  libcupt2-0  2.5.9
ii  libgcc1 1:4.7.1-4
ii  libstdc++6  4.7.1-4

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline66.2-9
ii  sensible-utils  0.0.7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690922: myrescue: 'man myrescue' typos: ammount, harddiscs and similiar

2012-10-18 Thread A. Costa
Package: myrescue
Version: 0.9.4-5+b1
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man8/myrescue.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages myrescue depends on:
ii  libc6  2.13-35

myrescue recommends no packages.

myrescue suggests no packages.

-- no debconf information
--- myrescue.8	2009-08-06 12:37:07.0 -0400
+++ /tmp/myrescue.8	2012-10-19 01:47:16.287407672 -0400
@@ -29,7 +29,7 @@
 .I output-file
 .SH DESCRIPTION
 myrescue is a program to rescue the still-readable data from a
-damaged harddisk. It is similiar in purpose to dd_rescue, but it
+damaged harddisk. It is similar in purpose to dd_rescue, but it
 tries to quickly get out of damaged areas to first handle the not
 yet damaged part of the disk and return later.
 .PP
@@ -74,7 +74,7 @@
 .TP
 .BI -b  block-size
 The size of the blocks (in bytes). Set this to your
-harddiscs error detection/correction unit size. Usually
+harddisk's error detection/correction unit size. Usually
 this is 4096, which happens to be the default.
 .TP
 .BI -B  bitmap-file
@@ -139,7 +139,7 @@
 .SH RECOMMENDED PROCEDURE
 .IP \(bu
 Make sure you have sufficient disk space to copy the whole
-partition (not just the used ammount of data) to plus some
+partition (not just the used amount of data) to plus some
 space for the block bitmap (1 byte per block).
 .IP \(bu
 Determine the hardware block size (CRC/ECC unit) of your


Bug#690923: scrounge-ntfs: 'man scrounge-ntfs' typo: sucessfully

2012-10-18 Thread A. Costa
Package: scrounge-ntfs
Version: 0.9-6+b1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man8/scrounge-ntfs.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages scrounge-ntfs depends on:
ii  libc6  2.13-35

scrounge-ntfs recommends no packages.

scrounge-ntfs suggests no packages.

-- no debconf information
--- scrounge-ntfs.8	2009-08-06 12:29:08.0 -0400
+++ /tmp/scrounge-ntfs.8	2012-10-19 01:49:15.972717132 -0400
@@ -95,7 +95,7 @@
 The end of the NTFS partition (in sectors)
 .El
 .Sh NOTES
-If you plan on using this program sucessfully you should prepare
+If you plan on using this program successfully you should prepare
 in advance by storing a copy of the partition information. Use the 
 .Fl l
 option to do this. Eventually searching for disk partition information 


Bug#690758: dlocate: unknown option '-F', etc.

2012-10-17 Thread A. Costa
Package: dlocate
Version: 1.02
Severity: normal

Dear Maintainer,

A trailing '-' triggers inaccurate error messages:

% for f in F G P w ; do dlocate -$f - | head -n 1 ; done
dlocate: unknown option '-F'
dlocate: unknown option '-G'
dlocate: unknown option '-P'
dlocate: unknown option '-w'

Yet '-F' and the others are known options.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]  2.22.2
ii  dpkg  1.16.8
ii  perl  5.14.2-12

dlocate recommends no packages.

dlocate suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690789: clamav-freshclam: 'freshclam' lacks bandwidth information during downloads.

2012-10-17 Thread A. Costa
Package: clamav-freshclam
Version: 0.97.6+dfsg-1
Severity: wishlist

Dear Maintainer,

A reinstallation of 'clamav' requires downloading 'main.cvd':

ClamAV update process started at Wed Oct 10 20:17:15 2012
Downloading main.cvd [  1%]

How much longer?, the user wonders.

Please print more bandwidth information during downloads, (e.g. more like
what 'cupt' shows):
 
0% [2 iceape 126KiB/18.7MiB 1%]   | 2424B/s | ETA: 45m24s

HTH...

-- Package-specific info:
--- configuration ---
#Automatically Generated by clamav-base postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-base
#Please read /usr/share/doc/clamav-base/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
AllowSupplementaryGroups true
ScanMail true
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks false
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
LogSyslog false
LogFacility LOG_LOCAL6
LogClean false
LogVerbose false
PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav
SelfCheck 3600
Foreground false
Debug false
ScanPE true
ScanOLE2 true
ScanHTML true
DetectBrokenExecutables false
ExitOnOOM false
LeaveTemporaryFiles false
AlgorithmicDetection true
ScanELF true
IdleTimeout 30
PhishingSignatures true
PhishingScanURLs true
PhishingAlwaysBlockSSLMismatch false
PhishingAlwaysBlockCloak false
DetectPUA false
ScanPartialMessages false
HeuristicScanPrecedence false
StructuredDataDetection false
CommandReadTimeout 5
SendBufTimeout 200
MaxQueue 100
ExtendedDetectionInfo true
OLE2BlockMacros false
StreamMaxLength 25M
LogFile /var/log/clamav/clamav.log
LogTime true
LogFileUnlock false
LogFileMaxSize 0
Bytecode true
BytecodeSecurity TrustSigned
BytecodeTimeout 6
OfficialDatabaseOnly false
CrossFilesystems true
# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net

--- data dir ---
total 288
-rw-r--r-- 1 clamav clamav 272896 Sep 13 08:55 bytecode.cld
drwxr-sr-x 2 clamav clamav   4096 Oct 10 19:59 
clamav-16753a50227686aecc875aeec565193e
drwxr-sr-x 2 clamav clamav   4096 Oct 10 20:17 
clamav-5c0fc3f0bea50b43cd9384145ba64b18
drwxr-sr-x 2 root   root 4096 May  7  2010 
clamav-62d0143e8fb5918d15a5401c84d142be
drwxr-sr-x 2 root   root 4096 May  7  2010 
clamav-99ad96242086cdcfdda3504ad4e9d5c6
-rw--- 1 clamav clamav260 Oct 10 20:17 mirrors.dat

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamav-freshclam depends on:
ii  clamav-base0.97.6+dfsg-1
ii  debconf [debconf-2.0]  1.5.46
ii  libc6  2.13-35
ii  libclamav6 0.97.6+dfsg-1
ii  logrotate  3.8.1-4
ii  lsb-base   4.1+Debian7
ii  ucf3.0025+nmu3
ii  zlib1g 1:1.2.7.dfsg-13

clamav-freshclam recommends no packages.

Versions of packages clamav-freshclam suggests:
pn  clamav-docs  none

-- debconf information:
* clamav-freshclam/autoupdate_freshclam: manual
* clamav-freshclam/local_mirror: db.local.clamav.net
  clamav-freshclam/internet_interface:
  clamav-freshclam/proxy_user:
* clamav-freshclam/NotifyClamd: false
* clamav-freshclam/http_proxy:
  clamav-freshclam/update_interval: 24


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690788: clamav-freshclam: 'freshclam' won't resume (large) partial downloads.

2012-10-17 Thread A. Costa
Package: clamav-freshclam
Version: 0.97.6+dfsg-1
Severity: normal

Dear Maintainer,

For the last few days my system can't seem to download the whole 30M
'main.cvd', it fails, tries again, fails, and tries again...:

Setting up clamav-freshclam (0.97.6+dfsg-1) ...
Starting database update: 
ClamAV update process started at Wed Oct 10 19:24:11 2012
nonblock_recv: recv timing out (30 secs)
WARNING: getfile: Download interrupted: Operation now in progress (IP: 
69.163.100.14)
WARNING: Can't download main.cvd from db.local.clamav.net
Trying again in 5 secs...
^C

Worse, the 'main.cvd' download doesn't resume where it left off.  
'freschclam' starts from '0' bytes every time.  

Please include an automatic 'resume partial downloads' function 
for large stable partial downloads.

(I have dialup ISP.  At 5Kbytes/sec, 30M takes 2 hours to fetch.  This
bug has wasted several hours.)

HTH...

-- Package-specific info:
--- configuration ---
#Automatically Generated by clamav-base postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-base
#Please read /usr/share/doc/clamav-base/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
AllowSupplementaryGroups true
ScanMail true
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks false
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
LogSyslog false
LogFacility LOG_LOCAL6
LogClean false
LogVerbose false
PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav
SelfCheck 3600
Foreground false
Debug false
ScanPE true
ScanOLE2 true
ScanHTML true
DetectBrokenExecutables false
ExitOnOOM false
LeaveTemporaryFiles false
AlgorithmicDetection true
ScanELF true
IdleTimeout 30
PhishingSignatures true
PhishingScanURLs true
PhishingAlwaysBlockSSLMismatch false
PhishingAlwaysBlockCloak false
DetectPUA false
ScanPartialMessages false
HeuristicScanPrecedence false
StructuredDataDetection false
CommandReadTimeout 5
SendBufTimeout 200
MaxQueue 100
ExtendedDetectionInfo true
OLE2BlockMacros false
StreamMaxLength 25M
LogFile /var/log/clamav/clamav.log
LogTime true
LogFileUnlock false
LogFileMaxSize 0
Bytecode true
BytecodeSecurity TrustSigned
BytecodeTimeout 6
OfficialDatabaseOnly false
CrossFilesystems true
# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net

--- data dir ---
total 284
-rw-r--r-- 1 clamav clamav 272896 Sep 13 08:55 bytecode.cld
drwxr-sr-x 2 clamav clamav   4096 Oct 10 19:59 
clamav-16753a50227686aecc875aeec565193e
drwxr-sr-x 2 root   root 4096 May  7  2010 
clamav-62d0143e8fb5918d15a5401c84d142be
drwxr-sr-x 2 root   root 4096 May  7  2010 
clamav-99ad96242086cdcfdda3504ad4e9d5c6
-rw--- 1 clamav clamav104 Oct 10 19:59 mirrors.dat

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamav-freshclam depends on:
ii  clamav-base0.97.6+dfsg-1
ii  debconf [debconf-2.0]  1.5.46
ii  libc6  2.13-35
ii  libclamav6 0.97.6+dfsg-1
ii  logrotate  3.8.1-4
ii  lsb-base   4.1+Debian7
ii  ucf3.0025+nmu3
ii  zlib1g 1:1.2.7.dfsg-13

clamav-freshclam recommends no packages.

Versions of packages clamav-freshclam suggests:
pn  clamav-docs  none

-- debconf information:
* clamav-freshclam/autoupdate_freshclam: manual
* clamav-freshclam/local_mirror: db.local.clamav.net
  clamav-freshclam/internet_interface:
  clamav-freshclam/proxy_user:
* clamav-freshclam/NotifyClamd: false
* clamav-freshclam/http_proxy:
  clamav-freshclam/update_interval: 24


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653279: dlocate does not work as advertised

2012-10-17 Thread A. Costa
Package: dlocate
Version: 1.02
Followup-For: Bug #653279

On Tue, 27 Dec 2011 14:59:47 +0200 era eriksson e...@iki.fi wrote:
 As you can tell by the diagnostic output, you cannot use a regex anchor
 to signal beginning of file in this context.  Did you get the impression
 from the documentation that this [regexp '^'] ought to be possible? ...

% dlocate | grep -A 1 Commands 
Commands:
  DEFAULT/none PATTERN   list records that match either package or files 
names


% man dlocate | grep -n -A 2 COMMANDS
17:COMMANDS
18-   (none) List  all records where either the package name or the 
filename matches
19-  PATTERN.

A standard regexp '^' is a clear implication of the above.

Moreover, the docs neglect to describe how the regexp '^' wouldn't
work unless it's suffixed with 'dlocate' specific metadata. (s/^/^: /)

Either the '^' should be made to work in a standard way, or the docs
should describe how it deviates.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]  2.22.2
ii  dpkg  1.16.8
ii  perl  5.14.2-12

dlocate recommends no packages.

dlocate suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658728: closed by Jonathan Nieder jrnie...@gmail.com (Re: patch_realtek: no more sound on HP Compaq dx2200 MT)

2012-10-10 Thread A. Costa
Thanks for the civil closing, and sorry about not replying for months.
Lack of time mainly.  Plus a hardware  kernel change since then. The
hardware for #658728 is still here however.  Still the same old hard
disk images, upgraded and copied to ever larger disks since 1998.  

I've also reported other easier (or should that be seemingly easier, or
maybe theoretically easier) Debian bugs, and regret not devoting more
of those bugs time to this bug.

So if I ever get a chance, it'd be nice to complete doing my bit to help
solve #658728...

Off topic, sort of:  would something like 'ksplice'[1] help here, or in
similar cases, the better to ease the user burden of bandwidth 
recompiling?

[1] http://en.wikipedia.org/wiki/Ksplice


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#689690: clamtk: Quarantine 'Save As' to '/tmp/' error: Could not save that file.

2012-10-05 Thread A. Costa
Package: clamtk
Version: 4.41-1
Severity: normal

Dear Maintainer,

The 'clamtk' Scanning Results window, full of the grayed out files
quarantined, right-click option Save As:.

Select a quarantined file, pick a save location in '/tmp', and:

Could not save that file.

The '/tmp' directory had enough free space.

'clamtk' saves the same file to non-'/tmp' directories without a problem.

Assuming this '/tmp' exclusion is intentional or mostly harmless, the
main flaw lies in the error message: Could not save that file., which
misleads users to infer the file itself is to blame.

Suggested tweak:  change the source code to check for '/tmp', then
show a more specific error message, e.g.:

Sorry, can't save files to '/tmp'.

Better tweak:.  Gray out the 'tmp' directory in the file selection
window, that is, make '/tmp' unselectable.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamtk depends on:
ii  clamav  0.97.5+dfsg-6
ii  clamav-freshclam [clamav-data]  0.97.5+dfsg-6
ii  libdate-calc-perl   6.3-1
ii  libgtk2-perl2:1.244-1
ii  liblocale-gettext-perl  1.05-7+b1
ii  libwww-perl 6.04-1
ii  perl5.14.2-12
ii  zenity  3.4.0-2

Versions of packages clamtk recommends:
ii  udev  175-3.1

Versions of packages clamtk suggests:
ii  cabextract  1.4-3

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#689685: clamtk: Doc/interface omission: The Quarantine folder/files pathname.

2012-10-04 Thread A. Costa
Package: clamtk
Version: 4.41-1
Severity: wishlist

Dear Maintainer,

The manual should provide the pathname of the Quarantine folder:

% zgrep -i quarantine `dlocate -lsman clamtk` | wc -l
0

Nothing in the README, nor the menus. 

Note for curious users:  the Quarantine folder is hidden in 
the '~/.clamtk/viruses' directory, which contains the suspect 
files (apparently uncompressed).  For example, if you ran 'clamtk'
as root, the Quarantine folder would be '/root/.clamtk/viruses'.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamtk depends on:
ii  clamav  0.97.5+dfsg-6
ii  clamav-freshclam [clamav-data]  0.97.5+dfsg-6
ii  libdate-calc-perl   6.3-1
ii  libgtk2-perl2:1.244-1
ii  liblocale-gettext-perl  1.05-7+b1
ii  libwww-perl 6.04-1
ii  perl5.14.2-12
ii  zenity  3.4.0-2

Versions of packages clamtk recommends:
ii  udev  175-3.1

Versions of packages clamtk suggests:
ii  cabextract  1.4-3

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#689518: cupt: 'man cupt' typo: ...package names that start with a supplied suffix

2012-10-03 Thread A. Costa
Package: cupt
Version: 2.5.9
Severity: minor

Dear Maintainer,

Compound words may start with a prefix, not a suffix:

% man cupt | grep -n -B 1 -A 2 start.*suffix
213-   pkgnames
214:   prints package names that start with a supplied suffix
215-
216-   If no suffix is given, prints all package names

I've no patch for this today, but something like the following,
(adapted to the 'Pod::Man 2.25' source), should work:

man cupt | sed '214,216s/suf/pre/'

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cupt depends on:
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libc6   2.13-35
ii  libcupt2-0  2.5.9
ii  libgcc1 1:4.7.1-4
ii  libstdc++6  4.7.1-4

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline66.2-8
ii  sensible-utils  0.0.7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#688826: ITP: libarchive-rar-perl -- interface for the 'rar' command

2012-09-25 Thread Joenio Costa
Package: wnpp
Severity: wishlist
Owner: Joenio Costa joe...@colivre.coop.br

* Package name: libarchive-rar-perl
  Version : 2.02
  Upstream Author : jean-marc boulade jmbp...@hotmail.com
* URL : http://search.cpan.org/dist/Archive-Rar/
* License : Perl
  Programming Lang: Perl
  Description : interface for the 'rar' command

This is a module for the handling of rar archives.
..
Locates the rar command (from PATH or from regedit for Win32) and
encapsulate it to create, extract and list rar archives.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#684692: uswsusp: Vague reconfigure message: The swap file or partition ... is not active.

2012-08-12 Thread A. Costa
Package: uswsusp
Version: 1.0+20110509-2
Severity: normal

Dear Maintainer,

On an imperfect system running 'dpkg-reconfigure uswsusp' shows:

 The swap file or partition that was found in uswsusp's 
 configuration file is not active. {...}

Instead of that, I'd Suggest having the reconfigure script accordingly
print either: 

 The swap file '/var/tmp/fubar', named in the '/etc/uswsusp.conf'
 configuration file, is not active.

 The swap device '/dev/disk/by-label/swap', named in the '/etc/uswsusp.conf'
 configuration file, is not active.

...where the specific device or file name would vary depending on
what's in 'uswsusp.conf'.

Why the original is vague:

1) Warns of an inactive file _or_ partition,
   leaving users to discover (or guess) which.

2) Specifies neither the name of the inactive file, nor the device name of
   the inactive device.

3) Doesn't specify the name of uswsusp's configuration file.

4) that was found in  {named in, pointed at in, referred to in, 
etc.}.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]  1.5.45
ii  libc6  2.13-35
ii  libgcrypt111.5.0-3
ii  liblzo2-2  2.06-1
ii  libpci31:3.1.9-5
ii  libx86-1   1.1+ds1-10

Versions of packages uswsusp recommends:
ii  initramfs-tools  0.107
ii  mount2.20.1-5.1

uswsusp suggests no packages.

-- debconf information:
* uswsusp/suspend_loglevel: 6
  uswsusp/no_swap:
  uswsusp/resume_offset:
* uswsusp/early_writeout: true
* uswsusp/image_size: 831592949
* uswsusp/snapshot_device:
* uswsusp/max_loglevel: 5
* uswsusp/shutdown_method: platform
* uswsusp/encrypt: false
  uswsusp/RSA_key_bits: 1024
* uswsusp/continue_without_swap: false
* uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
* uswsusp/compress: true
  uswsusp/create_RSA_key: false
  uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/resume_device: /dev/sdd1
* uswsusp/splash: true


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#684419: cam: 'man cam' typo: trebble

2012-08-09 Thread A. Costa
Package: cam
Version: 1.05-8
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/cam.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cam depends on:
ii  libc62.13-35
ii  libncurses5  5.9-10

cam recommends no packages.

cam suggests no packages.

-- no debconf information
--- cam.1	2005-04-11 10:16:27.0 -0400
+++ /tmp/cam.1	2012-08-09 02:57:14.515436736 -0400
@@ -87,7 +87,7 @@
 \fI-b, --bass x,y\fP 
 Set 'bass' to x (left) and y (right)
 .TP
-\fI-t, --trebble x,y\fP 
+\fI-t, --treble x,y\fP 
 Set 'treble' to x (left) and y (right)
 .TP
 \fI-s, --synth x,y\fP


Bug#684446: cpufreqd: 'man cpufreqd' typos: configration, mimimum, paramters and writeable

2012-08-09 Thread A. Costa
Package: cpufreqd
Version: 2.4.2-1
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man5/cpufreqd.conf.5.gz', see attached 
'.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cpufreqd depends on:
ii  libc62.13-35
ii  libcpufreq0  008-1
ii  libsensors4  1:3.3.2-2
ii  libsysfs22.1.0+repack-1.2
ii  lsb-base 4.1+Debian7

Versions of packages cpufreqd recommends:
ii  acpid  1:2.0.16-1

Versions of packages cpufreqd suggests:
pn  cpufrequtils  none

-- no debconf information
--- cpufreqd.conf.5	2010-04-18 12:26:40.0 -0400
+++ /tmp/cpufreqd.conf.5	2012-08-10 00:04:44.980944182 -0400
@@ -94,7 +94,7 @@
 
 .TP
 .B remote_group
-Make the socket readable and writeable to the specified group. Useful to allow
+Make the socket readable and writable to the specified group. Useful to allow
 simple users to tweak cpufreqd with cpufreqd-set and cpufreqd-get.
 
 .TP
@@ -159,8 +159,8 @@
 .SH PLUGINS
 .PP
 Plugins extend cpufreqd in order to be able to cope with the most exotic system
-paramters. Currently available plugins are listed below along with the
-configration directives they provide and their configuration section description
+parameters. Currently available plugins are listed below along with the
+configuration directives they provide and their configuration section description
 if available.
 
 .PP
@@ -344,7 +344,7 @@
 .TP
 .B sampling_rate
 How often the governor checks the CPU usage.  Specify in micro-seconds
-or percentage of mimimum and maximum available values. Supported suffixes:
+or percentage of minimum and maximum available values. Supported suffixes:
 .B `%'
 for a percentage,
 .B `s'


Bug#684447: acpitool: 'man acpitool' typos: brighness, meaningfull and tochiba

2012-08-09 Thread A. Costa
Package: acpitool
Version: 0.5.1-3
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/acpitool.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages acpitool depends on:
ii  libc6   2.13-35
ii  libgcc1 1:4.7.1-4
ii  libstdc++6  4.7.1-4

Versions of packages acpitool recommends:
ii  acpid  1:2.0.16-1

acpitool suggests no packages.

-- no debconf information
--- acpitool.1	2012-01-13 07:56:18.0 -0500
+++ /tmp/acpitool.1	2012-08-10 00:07:25.646700871 -0400
@@ -33,7 +33,7 @@
 .I /proc/acpi 
 or 
 .I /sys/class 
-entries and presents the output in a meaningfull, human-readable format.
+entries and presents the output in a meaningful, human-readable format.
 .br
 
 It provides a.o. information on battery status, AC adapter presence, thermal reading, etc. This command is
@@ -46,7 +46,7 @@
 
 If your laptop is a 
 .B Toshiba
-, it allows you to set the LCD brighness level and toggle the fan on/off. 
+, it allows you to set the LCD brightness level and toggle the fan on/off. 
 .br
 
 If you have an
@@ -98,7 +98,7 @@
 .B \-l x
 Set LCD brightness level to x, where x is in the range 0..7. Works only on Toshiba and IBM Thinkpad laptops.
 Requires write access to 
-.I /proc/acpi/tochiba/lcd
+.I /proc/acpi/toshiba/lcd
 or
 .I /proc/acpi/ibm/brightness
 .


Bug#683358: torsocks: 'man torsocks' typo: from then internet

2012-08-06 Thread A. Costa
On Sun, 05 Aug 2012 10:31:52 +0200
intrigeri intrig...@debian.org wrote:

  but the typo was the second is on that line:  
 
  's/in is setuid/in its setuid/'.
 
 I was talking of that one, and am therefore still in need
 of clarification.

After some study of 'setuid()', I now can see the 's/is/its/' was _not_
a typo.  What I'd missed was how the program torsocks is embedded in
constitutes a noun-phrase, and therefore can correctly precede
is.

Attached is another '.diff' file, this time with just from then
internet and the caps.

Sorry about the goof, and thanks for maintaining...
--- torsocks.8	2012-02-05 18:38:25.0 -0500
+++ /tmp/torsocks.8	2012-08-05 23:36:43.508982120 -0400
@@ -43,9 +43,9 @@
 program. 
 
 .BR torsocks
-is designed for use in machines which are firewalled from then
-internet. It avoids the need to recompile applications like lynx or
-telnet so they can use SOCKS to reach the internet. It behaves much like
+is designed for use in machines which are firewalled from the
+Internet. It avoids the need to recompile applications like lynx or
+telnet so they can use SOCKS to reach the Internet. It behaves much like
 the SOCKSified TCP/IP stacks seen on other platforms.
 
 .SS ARGUMENTS


Bug#683358: torsocks: 'man torsocks' typos: 's/is/its/', from then internet, etc.

2012-08-04 Thread A. Costa
On Sat, 04 Aug 2012 13:23:40 +0200
intrigeri intrig...@debian.org wrote:

  -is designed for use in machines which are firewalled from then
  -internet. It avoids the need to recompile applications like lynx or...
 
 ...I'm not too fond of carying a Debian -specific patch
 merely to capitalize Internet...

Please note the line before:  from THEN internet, i.e.
's/then/the/'.  (The capitalizations are freebies.)

  program torsocks -is embedded in is setuid. In addition this 
 
 I'm sorry, but I think this suggested change does not fix any typo,
 but instead changes the (correct) original meaning of the sentence
 into something that does not make sense to me, neither technically nor
 grammatically. Can you please double-check and report back if/why you
 still think there is something to fix or perhaps clarify?

You've added a - to highlight the first is on the quoted line above,
but the typo was the second is on that line:  

's/in is setuid/in its setuid/'.

Good tool: the 'wdiff' package provides colored word-based output.  Example:

D=torsocks.8.diff
wdiff -n -w $'\033[30;41m' -x $'\033[0m' -y $'\033[30;42m' -z 
$'\033[0m' -d $D | less -R

HTH...


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#683636: wpasupplicant: 'man wpa_action' typo: existance

2012-08-02 Thread A. Costa
Package: wpasupplicant
Version: 1.0-2
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man8/wpa_action.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages wpasupplicant depends on:
ii  adduser   3.113+nmu3
ii  initscripts   2.88dsf-29
ii  libc6 2.13-35
ii  libdbus-1-3   1.6.2-2
ii  libnl-3-200   3.2.7-4
ii  libnl-genl-3-200  3.2.7-4
ii  libpcsclite1  1.8.4-1
ii  libssl1.0.0   1.0.1c-3
ii  lsb-base  4.1+Debian7

wpasupplicant recommends no packages.

Versions of packages wpasupplicant suggests:
pn  libengine-pkcs11-openssl  none
pn  wpaguinone

-- no debconf information
--- wpa_action.8	2012-05-14 18:10:02.0 -0400
+++ /tmp/wpa_action.8	2012-08-02 00:52:15.753848003 -0400
@@ -20,7 +20,7 @@
 .PP
 If either the ifupdown \fBinterfaces\fR or \fIifstate\fR file cannot be found,
 \fBwpa_action\fR will exit silently (status 0). \fBwpa_action\fR will search
-the following locations for their existance:
+the following locations for their existence:
 .nf
 	/etc/network/run/ifstate
 	/var/run/network/ifstate


Bug#683635: wireless-tools: 'man iwlist' typo: curently, parametes

2012-08-02 Thread A. Costa
Package: wireless-tools
Version: 30~pre9-8
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man8/iwlist.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages wireless-tools depends on:
ii  libc62.13-35
ii  libiw30  30~pre9-8

wireless-tools recommends no packages.

wireless-tools suggests no packages.

-- no debconf information
--- iwlist.8	2011-12-23 10:53:02.0 -0500
+++ /tmp/iwlist.8	2012-08-02 00:51:11.653144341 -0400
@@ -115,7 +115,7 @@
 List the wireless events supported by the device.
 .TP
 .B auth
-List the WPA authentication parametes curently set.
+List the WPA authentication parameters currently set.
 .TP
 .BR wpa [keys]
 List all the WPA encryption keys set in the device.


Bug#683708: pyrit: 'man pyrit' typo: througput

2012-08-02 Thread A. Costa
Package: pyrit
Version: 0.4.0-2
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/pyrit.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages pyrit depends on:
ii  libc6   2.13-35
ii  libpcap0.8  1.3.0-1
ii  libssl1.0.0 1.0.1c-3
ii  python  2.7.3-1
ii  python-support  1.0.15

Versions of packages pyrit recommends:
ii  python-scapy   2.2.0-1
ii  python-sqlalchemy  0.7.8-1

Versions of packages pyrit suggests:
pn  python-psycopg2 | python-pymssql | python-mysqldb  none

-- no debconf information
--- pyrit.1	2011-04-17 16:48:16.0 -0400
+++ /tmp/pyrit.1	2012-08-02 09:26:56.776841928 -0400
@@ -154,7 +154,7 @@
 Pyrit's own database is not touched by \fBattack_cowpatty\fP.
 
 Pyrit attacks all EAPOL-handshakes at the same time if the option
-\fB\-\-all\-handshakes\fP is supplied. This will reduce througput (e.g.: 33% throughout
+\fB\-\-all\-handshakes\fP is supplied. This will reduce throughput (e.g.: 33% throughout
 in case of three handshakes).
 .RE
 .TP


Bug#683709: kismet: 'man kismet' typos: restablish, seperated and informat

2012-08-02 Thread A. Costa
Package: kismet
Version: 2008-05-R1-4.3+b1
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/kismet.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages kismet depends on:
ii  libc6 2.13-35
ii  libexpat1 2.1.0-1
ii  libgcc1   1:4.7.1-4
ii  libgmp10  2:5.0.5+dfsg-2
ii  libgomp1  4.7.1-4
ii  libmagickcore58:6.7.7.10-2
ii  libncurses5   5.9-10
ii  libpcap0.81.3.0-1
ii  libstdc++64.7.1-4
ii  libtinfo5 5.9-10
ii  wireless-tools30~pre9-8
ii  wireshark-common  1.8.0-1
ii  zlib1g1:1.2.7.dfsg-13

kismet recommends no packages.

Versions of packages kismet suggests:
ii  festival 1:2.1~release-5+b1
pn  gpsd none
ii  gsfonts  1:8.11+urwcyr1.0.7~pre44-4.2
ii  libwww-perl  6.04-1
ii  sox  14.4.0-3
ii  wget 1.13.4-3

-- no debconf information
--- kismet.1	2012-04-02 19:11:30.0 -0400
+++ /tmp/kismet.1	2012-08-02 08:32:38.921079082 -0400
@@ -44,7 +44,7 @@
 .br
 .Nm kismet
 supports logging to the wtapfile packet format (readable by tcpdump and
-ethereal) and saves detected network informat as plaintext, CSV, and XML.
+ethereal) and saves detected network in plaintext, CSV, or XML formats.
 .Nm kismet
 is capable of using any GPS supported by
 .Nm gpsd
@@ -124,11 +124,11 @@
 .It Fl s
 Override server host:port
 .It Fl r
-Attempt to automatically restablish the connection if the server terminates
+Attempt to automatically reestablish the connection if the server terminates
 .It Fl g
 Override UI type (curses, panel)
 .It Fl c
-Override list of columns to display (comma seperated)
+Override list of columns to display (comma separated)
 .It Fl v
 Print version
 .It Fl h


Bug#683710: bridge-utils: 'man brctl' typo: eachother

2012-08-02 Thread A. Costa
Package: bridge-utils
Version: 1.5-4
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man8/brctl.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages bridge-utils depends on:
ii  libc6  2.13-35

bridge-utils recommends no packages.

Versions of packages bridge-utils suggests:
ii  ifupdown  0.7.1

-- no debconf information
--- brctl.8	2012-06-29 20:30:13.0 -0400
+++ /tmp/brctl.8	2012-08-02 11:43:04.290500146 -0400
@@ -107,7 +107,7 @@
 protocol. This protocol is used for finding the shortest path between
 two ethernets, and for eliminating loops from the topology. As this
 protocol is a standard, linux bridges will interwork properly with
-other third party bridge products. Bridges communicate with eachother
+other third party bridge products. Bridges communicate with each other
 by sending and receiving BPDUs (Bridge Protocol Data Units). These
 BPDUs can be recognised by an ethernet destination address of
 01:80:c2:00:00:00.


Bug#683711: python-scapy: 'man scapy' typos: poisonning and intances x 2

2012-08-02 Thread A. Costa
Package: python-scapy
Version: 2.2.0-1
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/scapy.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-scapy depends on:
ii  python 2.7.3-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3-1

python-scapy recommends no packages.

Versions of packages python-scapy suggests:
pn  ebtablesnone
ii  graphviz2.26.3-12
ii  gv  1:3.7.3-1
pn  hexer   none
ii  imagemagick 8:6.7.7.10-2
pn  librsvg2-binnone
ii  python-crypto   2.6-2
pn  python-gnuplot  none
pn  python-pcapynone
pn  python-pyx  none
pn  python-visual   none
ii  sox 14.4.0-3
ii  tcpdump 4.3.0-1
pn  tcpreplay   none
ii  wireshark   1.8.0-1
ii  xpdf3.03-10

-- no debconf information
--- scapy.1	2011-08-06 11:05:23.0 -0400
+++ /tmp/scapy.1	2012-08-02 09:28:38.509958694 -0400
@@ -17,7 +17,7 @@
 \fBscapy\fP uses the python interpreter as a command board. That means that 
 you can use directly python language (assign variables, use loops, 
 define functions, etc.) If you give a file as parameter when you run 
-\fBscapy\fP, your session (variables, functions, intances, ...) will be saved 
+\fBscapy\fP, your session (variables, functions, instances, ...) will be saved 
 when you leave the interpretor, and restored the next time you launch
 \fBscapy\fP. 
 .PP
@@ -45,7 +45,7 @@
 increase log verbosity. Can be used many times.
 .TP
 \fB\-s\fR FILE
-use FILE to save/load session values (variables, functions, intances, ...) 
+use FILE to save/load session values (variables, functions, instances, ...) 
 .TP
 \fB\-p\fR PRESTART_FILE 
 use PRESTART_FILE instead of $HOME/.scapy_prestart.py as pre-startup file
@@ -161,7 +161,7 @@
 
 
 .LP
-ARP cache poisonning:
+ARP cache poisoning:
 .nf
 sendp(Ether(dst=tmac)/ARP(op=who-has, psrc=victim, pdst=target))
 .fi


Bug#683712: linux-wlan-ng: 'man wlanctl-ng wlancfg' typos: manupulate; verson

2012-08-02 Thread A. Costa
Package: linux-wlan-ng
Version: 0.2.9+dfsg-5
Severity: minor
Tags: patch

Dear Maintainer,

Found a few typos in '/usr/share/man/man8/wlanctl-ng.8.gz',
'/usr/share/man/man8/wlancfg.8.gz',
see attached '.diff' files.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-wlan-ng depends on:
ii  libc6   2.13-35
ii  udev175-3.1
ii  wireless-tools  30~pre9-8

Versions of packages linux-wlan-ng recommends:
ii  linux-wlan-ng-doc  0.2.9+dfsg-5

linux-wlan-ng suggests no packages.

-- no debconf information
--- wlanctl-ng.8	2012-02-18 05:46:24.0 -0500
+++ /tmp/wlanctl-ng.8	2012-08-02 08:34:32.086321343 -0400
@@ -2,7 +2,7 @@
 .SH NAME
 wlanctl-ng \- control utility for linux-wlan-ng 802.11 devices
 .SH SYNOPSIS
-.B wlanctl-ng interface|verson|commands|mibs cmd cmdarg [cmdarg..]
+.B wlanctl-ng interface|version|commands|mibs cmd cmdarg [cmdarg..]
 .SH DESCRIPTION
 The wlanctl-ng utility program is used to set up linux-wlan-ng 802.11
 devices. linux-wlan-ng devices are configured using a MIB.
--- wlancfg.8	2012-02-18 05:46:24.0 -0500
+++ /tmp/wlancfg.8	2012-08-02 08:33:54.641910301 -0400
@@ -1,6 +1,6 @@
 .TH WLANCFG 8
 .SH NAME
-wlancfg \- manupulate linux-wlan-ng MIB values
+wlancfg \- manipulate linux-wlan-ng MIB values
 .SH SYNOPSIS
 .B wlancfg query dev
 .P


Bug#683358: torsocks: 'man torsocks' typos: 's/is/its/', from then internet, etc.

2012-07-30 Thread A. Costa
Package: torsocks
Version: 1.2-3
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man8/torsocks.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages torsocks depends on:
ii  libc6  2.13-35

Versions of packages torsocks recommends:
ii  tor  0.2.3.19-rc-1

torsocks suggests no packages.

-- no debconf information
--- torsocks.8	2012-02-05 18:38:25.0 -0500
+++ /tmp/torsocks.8	2012-07-30 11:52:54.961373145 -0400
@@ -43,9 +43,9 @@
 program. 
 
 .BR torsocks
-is designed for use in machines which are firewalled from then
-internet. It avoids the need to recompile applications like lynx or
-telnet so they can use SOCKS to reach the internet. It behaves much like
+is designed for use in machines which are firewalled from the
+Internet. It avoids the need to recompile applications like lynx or
+telnet so they can use SOCKS to reach the Internet. It behaves much like
 the SOCKSified TCP/IP stacks seen on other platforms.
 
 .SS ARGUMENTS
@@ -62,7 +62,7 @@
 .I TORSOCKS_CONFFILE
 This environment variable overrides the default location of the torsocks
 configuration file. This variable is not honored if the program torsocks
-is embedded in is setuid. In addition this environment variable can
+is embedded in its setuid. In addition this environment variable can
 be compiled out of torsocks with the \-\-disable\-envconf argument to
 configure at build time
 


Bug#683359: tor: 'man tor torify' typos: bandiwdth, exacutable; explictly

2012-07-30 Thread A. Costa
Package: tor
Version: 0.2.3.19-rc-1
Severity: minor
Tags: patch

Dear Maintainer,


Found a few typos in '/usr/share/man/man8/tor.8.gz', 
'/usr/share/man/man1/torify.1.gz',
see attached '.diff' files.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages tor depends on:
ii  adduser 3.113+nmu3
ii  libc6   2.13-35
ii  libevent-2.0-5  2.0.19-stable-3
ii  libssl1.0.0 1.0.1c-3
ii  lsb-base4.1+Debian7
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages tor recommends:
ii  logrotate3.8.1-4
ii  tor-geoipdb  0.2.3.19-rc-1
ii  torsocks 1.2-3

Versions of packages tor suggests:
pn  apparmor-utils none
ii  mixmaster  3.0.0-5
ii  privoxy3.0.19-2
pn  socat  none
pn  tor-armnone
pn  xul-ext-torbutton  none

-- no debconf information
--- tor.8	2012-07-07 19:06:48.0 -0400
+++ /tmp/tor.8	2012-07-30 11:49:02.258813019 -0400
@@ -160,7 +160,7 @@
 In its first form, when set along with a corresponding Bridge line, the Tor client forwards its traffic to a SOCKS\-speaking proxy on IP:PORT\. It\(cqs the duty of that proxy to properly forward the traffic to the bridge\.
 
 
-In its second form, when set along with a corresponding Bridge line, the Tor client launches the pluggable transport proxy exacutable in
+In its second form, when set along with a corresponding Bridge line, the Tor client launches the pluggable transport proxy executable in
 \fIpath\-to\-binary\fR
 using
 \fIoptions\fR
@@ -1599,7 +1599,7 @@
 .PP
 \fBV3BandwidthsFile\fR \fIFILENAME\fR
 .RS 4
-V3 authoritative directories only\. Configures the location of the bandiwdth\-authority generated file storing information on relays\*(Aq measured bandwidth capacities\. (Default: unset)
+V3 authoritative directories only\. Configures the location of the bandwidth\-authority generated file storing information on relays\*(Aq measured bandwidth capacities\. (Default: unset)
 .RE
 .PP
 \fBV3AuthUseLegacyKey\fR \fB0\fR|\fB1\fR
--- torify.1	2012-07-07 19:06:48.0 -0400
+++ /tmp/torify.1	2012-07-30 11:43:49.171368525 -0400
@@ -36,7 +36,7 @@
 .sp
 \fBtorify\fR is a simple wrapper that attempts to find the best underlying Tor wrapper available on a system\. It calls torsocks or tsocks with a tor specific configuration file\.
 .sp
-torsocks is an improved wrapper that explictly rejects UDP, safely resolves DNS lookups and properly socksifies your TCP connections\.
+torsocks is an improved wrapper that explicitly rejects UDP, safely resolves DNS lookups and properly socksifies your TCP connections\.
 .sp
 tsocks itself is a wrapper between the tsocks library and the application that you would like to run socksified\.
 .sp


Bug#683121: uniutils: 'man uniname' typo: apprpriate

2012-07-28 Thread A. Costa
Package: uniutils
Version: 2.27-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/uniname.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages uniutils depends on:
ii  ascii2binary  2.14-1
ii  libc6 2.13-35

uniutils recommends no packages.

uniutils suggests no packages.

-- no debconf information
--- uniname.1	2009-02-22 10:42:49.0 -0500
+++ /tmp/uniname.1	2012-07-28 01:39:36.999438290 -0400
@@ -70,7 +70,7 @@
 there is no guarantee that the byte sequence beginning at an arbitrary byte will be
 valid Unicode. This option is provided for use where other programs generate only
 byte offsets or where it is necessary to skip over damaged Unicode. In most circumstances
-use of a character offset will be more apprpriate. If a byte offset is used, the character
+use of a character offset will be more appropriate. If a byte offset is used, the character
 offsets shown are with respect to the beginning of the section of the file
 examined rather than the beginning of the file.
 .IP -u


Bug#679161: Info received (Bug#679161: ITP: libvuser-google-api-perl -- Perl module that implements the Google Apps for Your Domain Provisioning API)

2012-07-18 Thread Joenio Costa

Hi guys,

I've uploaded package to the git repository in [1], what must I do to 
release that package into Debian?


[1] 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvuser-google-api-perl.git


Thank you!
--
Joenio Costa
Colivre - Cooperativa de Tecnologias Livres
Cel: (71) 8182-5123
http://www.colivre.coop.br

GNU/Linux User #431067 http://counter.li.org


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653260: secure-delete: 'man sdmem' typos:

2012-07-04 Thread A. Costa
Package: secure-delete
Version: 3.1-5
Severity: minor
Tags: patch

Dear Maintainer,

Regarding Debian Bug #653260 secure-delete: Minor typo in sdmen's manpage 
(NOTE section).

Corrected some typos in '/usr/share/man/man1/sdmem.1.gz', (algorythm,
thiefs and 's/called sdmem/called smem/'), see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages secure-delete depends on:
ii  libc6  2.13-34

secure-delete recommends no packages.

secure-delete suggests no packages.

-- no debconf information
--- sdmem.1	2010-01-05 10:51:34.0 -0500
+++ /tmp/sdmem.1	2012-07-04 18:28:58.937005067 -0400
@@ -14,11 +14,11 @@
 .SH DESCRIPTION
 .I sdmem
 is designed to delete data which may lie still in your memory (RAM)
-in a secure manner which can not be recovered by thiefs, law enforcement
+in a secure manner which can not be recovered by thieves, law enforcement
 or other threats.
 Note that with the new SDRAMs, data will not wither away but will be kept
 static - it is easy to extract the necessary information!
-The wipe algorythm is based on the paper Secure Deletion of Data from
+The wipe algorithm is based on the paper Secure Deletion of Data from
 Magnetic and Solid-State Memory presented at the 6th Usenix Security
 Symposium by Peter Gutmann, one of the leading civilian cryptographers.
 .PP
@@ -61,7 +61,7 @@
 .SH NOTE
 .TP
 This utility was originally called
-.I sdmem
+.I smem
 but was renamed for debian to avoid name clashes with another package.
 
 .SH BEWARE


Bug#486018: secure-delete: 'man sfill srm sswap' typos: algorythm, aquired, finnished, and thiefs

2012-07-04 Thread A. Costa
Package: secure-delete
Version: 3.1-5
Severity: minor
Tags: patch

Dear Maintainer,

Patched some typos in '/usr/share/man/man1/sfill.1.gz',
  '/usr/share/man/man1/srm.1.gz', 
  '/usr/share/man/man1/sswap.1.gz', 
see attached '.diff' files.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages secure-delete depends on:
ii  libc6  2.13-34

secure-delete recommends no packages.

secure-delete suggests no packages.

-- no debconf information
--- sswap.1	2010-01-05 10:51:34.0 -0500
+++ /tmp/sswap.1	2012-07-04 18:27:20.847925920 -0400
@@ -14,9 +14,9 @@
 .SH DESCRIPTION
 .I sswap
 is designed to delete data which may lie still on your swapspace
-in a secure manner which can not be recovered by thiefs, law enforcement
+in a secure manner which can not be recovered by thieves, law enforcement
 or other threats.
-The wipe algorythm is based on the paper Secure Deletion of Data from
+The wipe algorithm is based on the paper Secure Deletion of Data from
 Magnetic and Solid-State Memory presented at the 6th Usenix Security
 Symposium by Peter Gutmann, one of the leading civilian cryptographers.
 .PP
--- sfill.1	2010-01-05 10:51:34.0 -0500
+++ /tmp/sfill.1	2012-07-04 18:25:22.806627266 -0400
@@ -14,9 +14,9 @@
 .SH DESCRIPTION
 .I sfill
 is designed to delete data which lies on available diskspace on mediums
-in a secure manner which can not be recovered by thiefs, law enforcement
+in a secure manner which can not be recovered by thieves, law enforcement
 or other threats.
-The wipe algorythm is based on the paper Secure Deletion of Data from
+The wipe algorithm is based on the paper Secure Deletion of Data from
 Magnetic and Solid-State Memory presented at the 6th Usenix Security
 Symposium by Peter Gutmann, one of the leading civilian cryptographers.
 .PP
@@ -39,7 +39,7 @@
 .PP
 afterwards as many temporary files as possible are generated to wipe the
 free inode space. After no more temporary files can be created, they are
-removed and sfill is finnished.
+removed and sfill is finished.
 .PP
 
 .SH COMMANDLINE OPTIONS
--- srm.1	2010-01-05 10:51:34.0 -0500
+++ /tmp/srm.1	2012-07-04 18:26:41.859496981 -0400
@@ -14,8 +14,8 @@
 .SH DESCRIPTION
 .I srm 
 is designed to delete data on mediums in a secure manner which can not be
-recovered by thiefs, law enforcement or other threats.
-The wipe algorythm is based on the paper Secure Deletion of Data from
+recovered by thieves, law enforcement or other threats.
+The wipe algorithm is based on the paper Secure Deletion of Data from
 Magnetic and Solid-State Memory presented at the 6th Usenix Security
 Symposium by Peter Gutmann, one of the leading civilian cryptographers.
 .PP
@@ -95,7 +95,7 @@
 which comes with the
 .I secure_deletion package
 to ensure to wipe also the free diskspace. However, If already a small
-file aquired a block with your precious data, no tool known to me can help
+file acquired a block with your precious data, no tool known to me can help
 you here. For a secure deletion of the swap space
 .I sswap
 is available.


Bug#680336: secure-delete: extraordinary claim: recovery of a file overwritten 10 times?

2012-07-04 Thread A. Costa
Package: secure-delete
Version: 3.1-5
Severity: normal

Dear Maintainer,

An extraordinary claim:

% dlocate -s secure-delete | grep overwrite
 Even if you overwrite a file 10+ times, it can still be recovered. This

Perhaps in support of which, the docs include:

/usr/share/doc/secure-delete/usenix6-gutmann.doc.gz

...a 1996 paper speculating about the data remanence of the obsolesced
magnetic media of the '80s and mid '90s; it offers no direct 
evidence that a recovery of a 10+ overwritten file has occurred, 
on any medium, ever, anywhere.
 
Suggested revision of package description:

Gutmann method based tools for securely wiping data from files, 
free disk space, swap and memory.


HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages secure-delete depends on:
ii  libc6  2.13-34

secure-delete recommends no packages.

secure-delete suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#680010: wanted: debdelta-only-upgrade option.

2012-07-02 Thread A. Costa
Package: cupt
Version: 2.5.7
Severity: wishlist

Dear Maintainer,

On my Debian 'unstable', with a 5K/sec modem for internet,
sometimes an upgrade/update cycle lists many big files with 
no currently available debdeltas, which means 400M or so to 
download, a 23 hour upgrade (ideal case).

It would be useful if users with low bandwidth could 
run an update/upgrade cycle that offered available 
debdeltas only.  The CLI interface might look like:

# update deltas
cupt debdelta-update
...

# upgrade with only deltas
cupt debdelta-only-upgrade
...

Benefits include: In some cases it would make systems safer 
faster, as would be the case when a needed upgrade has deltas 
available, which would otherwise wait behind a 23 hour queue.
(i.e. a 23 hour window of vulnerability.)  It needn't slow anything 
down, since the user could always run 'debdelta-only-upgrade' first, 
then opt for a standard upgrade.  Also saves user time, electricity,
phone bandwidth, and server bandwidth.  


I'm not sure if the debdelta infrastructure as of 7/2012 provides an 
easy way to do this.  If not, something extra would need to be 
added to debdelta to make it work.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cupt depends on:
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libc6   2.13-34
ii  libcupt2-0  2.5.7
ii  libgcc1 1:4.7.1-2
ii  libstdc++6  4.7.1-2

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline66.2-8
ii  sensible-utils  0.0.7

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#680012: wanted: 'cache-only-upgrade'

2012-07-02 Thread A. Costa
Package: cupt
Version: 2.5.7
Severity: wishlist

Dear Maintainer,

It would be useful for low bandwidth users to have a 'cache-only-upgrade'
option. 

Apt can already do that using:

apt-get --no-download  --ignore-missing upgrade

...I'm not sure how to make that work for 'cupt', without running both
'cupt update' and 'apt-get update' regularly. To save bandwidth I'd
rather avoid running 'apt-get update'; also, keeping 'apt-get' in sync
with 'cupt' can be difficult.

Application:  suppose a 400M (modem) upgrade needs 24 hours at 5K/sec, but
bandwidth is only available late at night, say 8 hours.  In the
morning, some packages can usually be upgraded, (since their
dependencies have all been fetched), but which packages?  Then at the
end of 3 days, there's new updates, and catching up can be delayed
endlessly.

In the meantime, for users who don't mind a (quite slow) kludge, this 
seems to work:

   # get 'cupt' to just upgrade only what's in the cache.
   # parse upgradeable cached .deb files for '0B', make
   # a list, and install with 'cupt'.
   cupt -y iii `cupt -d -y  safe-upgrade 2 /dev/null | \
   grep -A 2 The following packages will be upgraded | \
   tail -n 1 | tr ' ' '\n' | \
   while read p ; do \
   yes q | cupt iii $p 2 /dev/null | \
   grep -q get 0B  echo -n $p  ; \
   done`

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cupt depends on:
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libc6   2.13-34
ii  libcupt2-0  2.5.7
ii  libgcc1 1:4.7.1-2
ii  libstdc++6  4.7.1-2

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline66.2-8
ii  sensible-utils  0.0.7

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679804: baobab: views lack open with file manager option.

2012-07-01 Thread A. Costa
Package: baobab
Version: 3.4.1-1
Severity: wishlist

Dear Maintainer,

Rings chart or Treemap, right click on a dir, it says:

Move to parent folder
Zoom in
Zoom out
Save Screenshot

For directories it would be useful to have an open with file manager
option in there, and perhaps an open with as well, and for
standard files an open containing directory with file manager.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages baobab depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-33
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgtk-3-0   3.4.2-1
ii  libgtop2-7   2.28.4-3
ii  libpango1.0-01.30.0-1

baobab recommends no packages.

Versions of packages baobab suggests:
ii  yelp  3.4.2-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679161: ITP: libvuser-google-api-perl -- Perl module that implements the Google Apps for Your Domain Provisioning API

2012-06-26 Thread Joenio Costa
Package: wnpp
Severity: wishlist
Owner: Joenio Costa joe...@colivre.coop.br


* Package name: libvuser-google-api-perl
  Version : 1.0.1
  Upstream Author : Randy Smith perlstal...@vuser.net
* URL : http://search.cpan.org/dist/VUser-Google-Api/
* License : Artistic
  Programming Lang: Perl
  Description : Perl module that implements the Google Apps for Your Domain 
Provisioning API

This module provides a simple interface to the Google Apps for Your
Domain Provisioning API. It uses the LWP::UserAgent module for the HTTP
transport, and the HTTP::Request module for the HTTP request and
response



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679161: ITP: libvuser-google-api-perl -- Perl module that implements the Google Apps for Your Domain Provisioning API

2012-06-26 Thread Joenio Costa

Follow a patch with files needed to create deb package.

--
Joenio Costa
Colivre - Cooperativa de Tecnologias Livres
Tel: (71) 3011-2199 | 8182-5123
http://www.colivre.coop.br

GNU/Linux User #431067 http://counter.li.org
From c3b3160cf66855e39b6931b1712dcd69e206611f Mon Sep 17 00:00:00 2001
From: Joenio Costa joe...@colivre.coop.br
Date: Tue, 26 Jun 2012 18:07:37 -0300
Subject: [PATCH] Adding files to make debian package

Also fixing a litle POD error syntax on file
lib/VUser/Google/ApiProtocol.pm
---
 debian/changelog|5 +
 debian/compat   |1 +
 debian/control  |   13 +
 debian/copyright|   29 +
 debian/rules|7 +++
 lib/VUser/Google/ApiProtocol.pm |1 +
 6 files changed, 56 insertions(+)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100755 debian/rules

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..dbfbab5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libvuser-google-api-perl (1.0.1-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #679161)
+
+ -- Joenio Costa joe...@colivre.coop.br  Tue, 19 Jun 2012 16:33:46 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..3c00df7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: libvuser-google-api-perl
+Section: perl
+Priority: optional
+Maintainer: Joenio Costa joe...@colivre.coop.br
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: perl, libtest-most-perl, libmoose-perl
+Standards-Version: 3.9.3
+Homepage: http://search.cpan.org/dist/VUser-Google-Api/
+
+Package: libvuser-google-api-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module that implements the Google Apps for Your Domain Provisioning API
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..aa2356f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markuppathrev=135
+Maintainer: Joenio Costa joe...@colivre.coop.br
+Source: http://search.cpan.org/dist/VUser-Google-Api/
+Name: VUser-Google-Api
+
+Files: *
+Copyright: 2006, Johan Reinalda jo...@reinalda.net
+   2007, Randy Smith perlstal...@vuser.org
+License: Artistic
+
+Files: debian/*
+Copyright: 2012, Joenio Costa joe...@colivre.coop.br
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991, or (at your
+ option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..bb42040
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	/bin/echo skinpig tests...
diff --git a/lib/VUser/Google/ApiProtocol.pm b/lib/VUser/Google/ApiProtocol.pm
index 59f1a7e..4d27614 100644
--- a/lib/VUser/Google/ApiProtocol.pm
+++ b/lib/VUser/Google/ApiProtocol.pm
@@ -199,6 +199,7 @@ The plain text password of the admin user.
 
 If set to a true value, CLogin() will refresh the authentication token
 even if it's not necessary.
+
 =back
 
 =head2 Read-only members
-- 
1.7.10



Bug#678670: man-db: 'apropos --and' inaccurate, many misses + a few false hits.

2012-06-23 Thread A. Costa
Package: man-db
Version: 2.6.2-1
Severity: normal

Dear Maintainer,

Testing 'apropos --and' today returns two false hits and 49 misses:

% apropos --and file list
sync (1) - flush filesystem buffers
tzfile (5)   - time zone information

# Those misses:
% apropos file | grep -i list | wc -l
49

Attached is the output of:

apropos --debug --and file list  /tmp/apropos_debug.log 21

HTH...



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages man-db depends on:
ii  bsdmainutils   9.0.2
ii  debconf [debconf-2.0]  1.5.43
ii  dpkg   1.16.3
ii  groff-base 1.21-7
ii  libc6  2.13-33
ii  libgdbm3   1.8.3-10
ii  libpipeline1   1.2.1-1
ii  zlib1g 1:1.2.7.dfsg-11

man-db recommends no packages.

Versions of packages man-db suggests:
ii  dillo [www-browser] 3.0.2-2
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  groff   1.21-7
ii  iceape [www-browser]2.7.4-2
ii  iceweasel [www-browser] 10.0.5esr-1
ii  konqueror [www-browser] 4:4.7.4-2
ii  less444-2
ii  links [www-browser] 2.6-2
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  opera-static [www-browser]  7.23-20031119.1

-- debconf information:
  man-db/build-database: true
* man-db/rebuild-database: true
* man-db/install-setuid: true
  man-db/auto-update: true


apropos_debug.log.gz
Description: GNU Zip compressed data


Bug#659678: xdemineur: wishlist features

2012-06-20 Thread A. Costa
On Tue, 19 Jun 2012 23:25:06 +0200
Ralf Treinen trei...@free.fr wrote:

 Thanks for your interest in xdemineur. I agree that this may be useful
 (also the save-game feature that you asked for in #659678), but it
 would require more work than I pesonally am willing to invest. The
 original developer of xdemineur has declared a long time ago that he
 is no longer interested in continuing the development of this
 program, so the only way how new features could be integrated is that
 someone else steps in as a new upstream developer.

The Debian BTS has by default, (besides it's primary function to fix
bugs), a secondary journalistic function, of telling users and
programmers how things are with a package, what's needed, planned,
etc.  So, news of stasis or growth, either of which is useful news...

Bugs like these serve that secondary function.  Thanks for the replies.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#677688: help2man: 'help2man' doesn't timeout lingering child processes.

2012-06-15 Thread A. Costa
Package: help2man
Version: 1.40.10
Severity: wishlist

Dear Maintainer,

(This was discovered while coding a front-end menu for Debian's several 
documentation types and corresponding viewers.  My front-end hung,
when it did what follows...)

Since 'xfce4-clipman' has no CLI help, 'help2man xfce4-clipman'
returned nothing.  During which 'xfce4-clipman' loaded a 2nd instance
of itself, (which stays resident); meanwhile 'help2man' waited for its
child processes to quit, making it look like it had hanged.

Fortunately I'd seen the extra 'clipman' icon show up in the system
tray.  'Ctrl-C' restored the command prompt.

Programming remedy:  have 'help2man' timeout after a duration D.  D
might be a function of the size of the executable's real path name and
the cstime (cumulative system time) of help2man's child processes.
After D, output an explanatory error message, then quit.

Meanwhile, a kludge for users:

# Run for half a second, then quit.
% timeout .5 help2man xfce4-clipman | man -l -
Terminated

Documentation remedy:  perhaps programming a fix seems like a
reduplication of 'timeout', if so please consider documenting
the problem, along with a 'timeout' example.

HTH...





-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages help2man depends on:
ii  dpkg1.16.3
ii  install-info4.13a.dfsg.1-10
ii  libc6   2.13-33
ii  liblocale-gettext-perl  1.05-7+b1
ii  perl5.14.2-11

help2man recommends no packages.

help2man suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668302: sylpheed: symbol lookup error: .../libgioremote-volume-monitor.so: undefined symbol: g_mutex_lock

2012-06-07 Thread A. Costa
On Thu, 7 Jun 2012 12:47:48 +0200
Ricardo Mones mo...@debian.org wrote:

  While writing an email that'd been open in the background 
  for a while, (hours), I clicked the 'Attach' button, and 
  sylpheed vanished -- as in ceased running. ...
 
 If you did an upgrade of gvfs while sylpheed was open that could be
 the reason. The workaround is simple: restart session. Otherwise you
 should try to get a backtrace. Anyway doesn't look like a Sylpheed
 bug.

Thanks for the reply.

In review, to verify I understand correctly.  You suggest the cause of
'sylpheed' unexpectedly quitting might be a side effect of something
that happens only during a background 'gvfs' upgrade, and probably
happens because of a 'gvfs' upgrade.  (This is plausible, since I
usually have a 'sylpheed' window open, and I also run system upgrades
regularly.)

Supposing that's not a 'sylpheed' bug, would it therefore follow that it
must be a 'gvfs' bug?

I probably should check my '/var/log/dpkg.log' circa 4/10/12 (when
this bug was first reported).  Hmm, that date's been logrotated, and
today it'd be here:

-rw-r--r-- 1 148461 May  1 04:16 /var/log/dpkg.log.2.gz

Grepping that, it seems there were some upgrades to 'gvfs' version
1.12.0-1 before 4/10/12: 

% zgrep gvfs /var/log/dpkg.log.2.gz | grep  status installed  \ 
   | grep 2012-04-[01][07-9]
2012-04-08 20:38:54 status installed gvfs-common:all 1.12.0-1
2012-04-08 20:38:54 status installed gvfs-libs:i386 1.12.0-1
2012-04-08 20:38:55 status installed gvfs-daemons:i386 1.12.0-1
2012-04-08 20:38:56 status installed gvfs:i386 1.12.0-1
2012-04-08 20:38:56 status installed gvfs-backends:i386 1.12.0-1

What versions of 'gvfs' were installed before then?  'gvfs' v1.10.1-3:

% zgrep gvfs /var/log/dpkg.log.2.gz | grep  status installed  \
 | grep 2012-0[1-4]- | grep -m 1 -B 10 1.12.0-1
2012-04-02 13:30:27 status installed gvfs-common:all 1.10.1-3
2012-04-02 13:30:27 status installed gvfs-libs:i386 1.10.1-3
2012-04-02 13:30:28 status installed gvfs-daemons:i386 1.10.1-3
2012-04-02 13:30:29 status installed gvfs:i386 1.10.1-3
2012-04-02 20:35:34 status installed gvfs-backends:i386 1.10.1-3
2012-04-08 20:38:54 status installed gvfs-common:all 1.12.0-1

Hypothesis:  to reproduce, we'd have 'gvfs' v1.10.1-3 installed, then
run 'sylpheed' v3.2.0~beta6-1, keeping the latter open during a
background upgrade to 'gvfs' v1.12.0-1; after the upgrade, with
'sylpheed' still open, try to attach a file to a message.  I don't
recollect which file I was trying to attach.  Would the file's
directory need to be overseen by 'gvfs' to be relevant?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676304: help2man: 'help2man cdck' outputs duplicate switch description lines.

2012-06-05 Thread A. Costa
Package: help2man
Version: 1.40.9
Severity: normal

Dear Maintainer,

Consider 'cdck' a util and package name.  Its command
line help isn't very unusual:

% cdck -h   
Usage: cdck [-d /dev/devname] [-i] [-v] [-p] [-o plot-file.dat]
   -d CD/DVD device name, default is /dev/cdrom
   -i Print CD/DVD information and quit, perform no timings (default mode)
   -t Perform timing test
   -p Save data for gnuplot(1) program
   -o specify plot file, ./cdck-plot.dat is default
   -V Print version
   -v Verbose operations

From which, 'help2man' outputs duplicate lines:

# run 'help2man', prettify with 'man', sort the results, 
# count the dups, sort again by number, then show the doubles.
% help2man cdck | man -l - | sort | uniq -c | sort -g | grep  2 
  2-V Print version
  2-d CD/DVD device name, default is /dev/cdrom
  2-i Print CD/DVD information and quit, perform no timings 
(default mode)
  2-o specify plot file, ./cdck-plot.dat is default
  2-p Save data for gnuplot(1) program
  2-t Perform timing test
  2-v Verbose operations

I'd guess that since 'cdck' lacks '--help' and '--version' options, 'help2man'
checks for both, and comes up with the above.

Possible fix:  check if any duplicate switches exist, if so print only one of 
each.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages help2man depends on:
ii  dpkg1.16.3
ii  install-info4.13a.dfsg.1-10
ii  libc6   2.13-32
ii  liblocale-gettext-perl  1.05-7+b1
ii  perl5.14.2-10

help2man recommends no packages.

help2man suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676306: help2man: 'help2man cdck' gives the incorrect name: USAGE

2012-06-05 Thread A. Costa
Package: help2man
Version: 1.40.9
Severity: normal

Dear Maintainer,

% help2man cdck | man -l - | head | cat -n
 1  USAGE:(1)User Commands   
USAGE:(1)
 2  
 3  
 4  
 5  NAME
 6 Usage:  -  manual page for Usage: cdck [-d /dev/devname] [-i] 
[-v] [-p]
 7 [-o plot-file.dat]
 8  
 9  SYNOPSIS
10 cdck [-d /dev/devname] [-i] [-v] [-p] [-o plot-file.dat]

Lines #1 and #6 give the incorrect name: USAGE.  Line #6-7 repeats the
SYNOPSIS in line #10.

Possible fixes: 

1) If the command name isn't coincidentally usage, print the command name 
instead.

2) If the entire SYNOPSIS data is a substring of the NAME data, then that 
NAME 
   data may be presumed incorrect, so just print 'cdck' under NAME.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages help2man depends on:
ii  dpkg1.16.3
ii  install-info4.13a.dfsg.1-10
ii  libc6   2.13-32
ii  liblocale-gettext-perl  1.05-7+b1
ii  perl5.14.2-10

help2man recommends no packages.

help2man suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675881: grok: Please add a README to '/usr/share/doc/grok/examples'

2012-06-03 Thread A. Costa
Package: grok
Version: 1.20110708.1-1
Severity: wishlist

Dear Maintainer,

Please consider adding a README to '/usr/share/doc/grok/examples' that 
explains what the nine '.grok' files in that directory do, how to run
them, and what sort of output might result.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages grok depends on:
ii  libc6 2.13-32
ii  libevent-2.0-52.0.18-stable-1
ii  libpcre3  1:8.30-5
ii  libtokyocabinet9  1.4.47-2

grok recommends no packages.

grok suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#307827: wdiff / colordiff: word highlighting would also be good

2012-05-25 Thread A. Costa
On Wed, 23 May 2012 13:47:22 +1000 (EST)
Tim Connors tim.w.conn...@gmail.com wrote:

 Have you tried it?  

Yes, and wrongly, on Tuesday -- fortunately your reply showed my
mistake.  (My 'wdiff -a' input was two versions of a 'man' page that
had some control characters in it, which 'less' didn't like, and at the
time seemed like garbage.)

 Even if I unset $LESS on my system (which normally
 contains -R), wdiff -a automatically pages to less (hmm, maybe you
 need to set PAGER to less rather than more too).  And if you don't
 explicitly pipe to a pager and just let wdiff -a do it, then wdiff
 overstrikes the characters such that less (maybe you need a real
 terminal like xterm rather than something crappy like gnome-terminal)
 colourises it correctly.

Very helpful, thanks -- how little I'd looked into 'wdiff'!  This works
(no highlighting, but the text equivalent):

# change the first 'o' from 'fortune' quote to 'oo'; compare.
% fortune | tee /tmp/fub2 | sed 's/o/oo/1'  /tmp/fub1 ; wdiff 
/tmp/fub[12]
[-Trooubled-]{+Troubled+} day for virgins over 16 who are beautiful and 
wealthy and live
in eucalyptus trees.

And 'wdiff -a ...' does indeed highlight.  

The '-t' ('--terminal') switch also provides more or less the thing
desired:

wdiff -t /tmp/fub*

Except it's not in color.  'info wdiff' shows a way (bash):

   wdiff -n \
 -w $'\033[30;41m' -x $'\033[0m' \
 -y $'\033[30;42m' -z $'\033[0m' \
 ... | less -R

  This will print deleted text black on red, and inserted text
  black on green

Sometimes I don't want to see the common words, or any lines of 
that the '--no-common' switch outputs.  Of course a built-in switch
would be simpler; until then, for users in the same spot, a bash
function:

# Usage:  minimal_colorwdiff file1 file2
# minimal_colorwdiff diff_file
minimal_colorwdiff() { \
 { [ $2 ] \
 wdiff -3  -w $'\033[30;41m'  -x $'\033[0m'  \
 -y $'\033[30;42m'  -z $'\033[0m' $1 $2 \
|| wdiff -3d -w $'\033[30;41m'  -x $'\033[0m'  \
 -y $'\033[30;42m'  -z $'\033[0m' $1 ; \
 } | sed -n '/^$\|^=*$\|^.*-- .*++ .*/!p' ; \
}


This one takes two args, (files to be diff'd); or one arg, (a single
diff file, in which case it'll also omit any leading line of filename
metadata).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#307827: wdiff / colordiff: word highlighting would also be good

2012-05-22 Thread A. Costa
Only after the bug was closed did I read T. Connors' post, 
from 3/14/2008:

 Also give wdiff a shot

 'wdiff -a' can be used perhaps to highlight those words.

Not on my system:

% dlocate -s wdiff | grep Ver
Version: 1.1.0-2
% man wdiff | grep -A 1 '\-a,'
   -a, --auto-pager
  automatically calls a pager

Perhaps you had meant some other switch or util?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672840: tint2: 'tint2confproperties' currently useless: Saving not yet supported.

2012-05-13 Thread A. Costa
Package: tint2
Version: 0.11+svn20111022-3
Severity: normal

Dear Maintainer,

'tint2confproperties' displays a varied config GUI.  In the current 
version, if the user tweaks a few items, then clicks 'Apply' or 'OK',
the GUI returns a Saving not yet supported box.

Possible temporary remedies, (pending the time the GUI can save data):

1) temporarily remove 'tint2conf' from the 'tint2' package.

2) Disable (gray out) the 'tint2confproperties' item.

HTH...




-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages tint2 depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-1
ii  libfontconfig1  2.9.0-3
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.2-1
ii  libgtk2.0-0 2.24.10-1
ii  libimlib2   1.4.5-1
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.4.99.901-2
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxfixes3  1:5.0-4
ii  libxinerama12:1.1.2-1
ii  libxrandr2  2:1.3.2-2
ii  libxrender1 1:0.9.7-1

tint2 recommends no packages.

tint2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672661: man-db: 'apropos nosuchthinganywhere ; echo $?' returns 0

2012-05-12 Thread A. Costa
Package: man-db
Version: 2.6.1-2
Severity: normal

Dear Maintainer,

The man page says 'apropos' provides useful exit codes:

# show exit codes, no blank lines.  
% man apropos | grep -n -A 7 EXIT | sed  '/^.*-$/d'
105:EXIT STATUS
106-   0  Successful program execution.
108-   1  Usage, syntax or configuration file error.
110-   2  Operational error.
112-   16 Nothing was found that matched the criteria specified.

So the following should return '16':

# search for a non-existent string, print exit code.
% apropos nosuchthinganywhere ; echo $?
0

For comparison, the `whatis` util does return '16':

% whatis nosuchthinganywhere ; echo $?
nosuchthinganywhere: nothing appropriate.
16

Attached is the output of:

% apropos --debug nosuchthinganywhere 2 /tmp/apropos.log


HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages man-db depends on:
ii  bsdmainutils   9.0.1
ii  debconf [debconf-2.0]  1.5.43
ii  dpkg   1.16.3
ii  groff-base 1.21-7
ii  libc6  2.13-32
ii  libgdbm3   1.8.3-10
ii  libpipeline1   1.2.1-1
ii  zlib1g 1:1.2.7.dfsg-1

man-db recommends no packages.

Versions of packages man-db suggests:
ii  dillo [www-browser] 3.0.2-2
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  groff   1.21-7
ii  iceape [www-browser]2.7.4-1
ii  iceweasel [www-browser] 10.0.4esr-2
ii  konqueror [www-browser] 4:4.7.4-2
ii  less444-2
ii  links [www-browser] 2.6-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  opera-static [www-browser]  7.23-20031119.1

-- debconf information:
  man-db/build-database: true
* man-db/rebuild-database: true
* man-db/install-setuid: true
  man-db/auto-update: true


apropos.log.gz
Description: GNU Zip compressed data


Bug#672479: ledit: 'man ledit' typos: backard, france and searchs

2012-05-11 Thread A. Costa
Package: ledit
Version: 2.03-1
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/ledit.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages ledit depends on:
ii  ocaml-base-nox [ocaml-base-nox-3.12.1]  3.12.1-2

ledit recommends no packages.

ledit suggests no packages.

-- no debconf information
--- ledit.1	2012-03-04 12:49:37.0 -0500
+++ /tmp/ledit.1	2012-05-11 02:57:27.110650830 -0400
@@ -79,7 +79,7 @@
   ^f   : forward char
   ^b   : backward char
   M-f  : forward word
-  M-b  : backard word
+  M-b  : backward word
   TAB  : complete file name
   ^p   : previous line in history
   ^n   : next line in history
@@ -132,7 +132,7 @@
 .fi
 
 .SH REVERSE SEARCH
-The reverse search in incremental, i.e. \fIledit\fP backward searchs in the
+The reverse search in incremental, i.e. \fIledit\fP backward searches in the
 history a line holding the characters typed. If you type a, its search the
 first line before the current line holding an a and displays it. If you then
 type a b, its search a line holding ab, and so on. If you type ^h (or
@@ -241,6 +241,6 @@
 unicode_start(1), unicode_stop(1).
 
 .SH AUTHOR
-Daniel de Rauglaudre, at INRIA, france.
+Daniel de Rauglaudre, at INRIA, France.
 .br
 daniel.de_rauglau...@inria.fr


Bug#671817: sed: 'info sed Centering lines' script: line 12: strings for `y' command are different lengths

2012-05-07 Thread A. Costa
Package: sed
Version: 4.2.1-9
Severity: normal

Dear Maintainer,

Output the script in 'info sed Centering lines' to a file:.

% info sed Centering lines 2 /dev/null | \
sed -n '/#/,35p' | sed 's/^ //'  /tmp/sedcenter
% chmod +x /tmp/sedcenter

The script fails:

% echo hello | /tmp/sedcenter 
/bin/sed: file /tmp/sedcenter line 12: strings for `y' command are 
different lengths

Line #12:

%grep -n 'y/' /tmp/sedcenter 
12:y/tab/ /

It looks as though #12 should behave as tr '\t' ' ', but line #12 
doesn't seem to work for the current version of 'sed'.  
This would work:

s/\t/ /g

I'd include a patch, but it's not obvious whether the code in line #12
is wrong, or if 'sed' should be able to run it.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages sed depends on:
ii  dpkg  1.16.3
ii  install-info  4.13a.dfsg.1-10
ii  libc6 2.13-32
ii  libselinux1   2.1.9-4

sed recommends no packages.

sed suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671700: dbview: 'man dbview' typos: supresses and everytime

2012-05-05 Thread A. Costa
Package: dbview
Version: 1.0.4-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a few typos in '/usr/share/man/man1/dbview.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dbview depends on:
ii  libc6  2.13-32

dbview recommends no packages.

dbview suggests no packages.

-- no debconf information
--- dbview.1	2006-11-27 08:58:07.0 -0500
+++ /tmp/dbview.1	2012-05-05 03:25:38.540312212 -0400
@@ -95,7 +95,7 @@
 .B \-\-reserve, \-r
 Normally fieldnames are converted into a more friendly format.  They
 are stored in capital letters, but that looks like shouting.  This
-parameter supresses the conversion.
+parameter suppresses the conversion.
 
 .TP
 .B \-\-trim, \-t
@@ -136,7 +136,7 @@
 
 I mainly have written this program, because I've got several dbase
 files containing important information for me.  As I won't go running
-DOS everytime I need some of the stored information, I had to find a
+DOS every time I need some of the stored information, I had to find a
 viewer that runs unter Unix, resp. Linux, but unfortunately didn't
 find one.  So it was my turn.
 


Bug#671306: 'pinfo dash -' hangs: shows 1st screen, but keys don't work.

2012-05-03 Thread A. Costa
Package: pinfo
Version: 0.6.9-5.1
Severity: normal

Dear Maintainer,

I've been testing a local Bourne shell script that uses 'iselect' in a
'while' loop that calls 'pinfo'.  When the script opens a file as a
command line argument, 'pinfo' works correctly.  When the script inputs
from STDIN, 'pinfo' consistently hangs.  (i.e. the first screen of data
is shown, but no pager keys work.  'Ctrl-C' to exit works.)  The one line
of code that calls 'pinfo' remains the same, hang or no hang.

This code simulates the hang:

# close STDIN, run pinfo
% pinfo dash -

Maybe 'pinfo' requires an empty and open STDIN.

I used 'strace' and 'diff' to compare good and bad 'pinfo' runs. The
good run succeeds with this call:

select(1, [0], NULL, NULL, {0, 0})  = 0 (Timeout)

...while the bad run fails with it, just before some sort of infinite
loop:

select(1, [0], NULL, NULL, {0, 0})  = 1 (in [0], left {0, 0})

'man select' describes a potential 'select' hang, or race condition, and 
a related 'pselect' fix:

  % man select | grep -A 7 reason that pselect

The reason that pselect() is needed is that if one wants to wait for either 
 a
signal or for a file descriptor to become ready, then an atomic test is 
needed
to prevent race conditions.  (Suppose the signal handler sets  a  global  
flag
and  returns.   Then a test of this global flag followed by a call of 
select()
could hang indefinitely if the signal arrived just after  the  test  but  
just
before  the  call.   By contrast, pselect() allows one to first block 
signals,
handle the signals that have come in, then call  pselect()  with  the  
desired
sigmask, avoiding the race.)

Other pagers don't fail this way: 'man dash -' works fine.  

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages pinfo depends on:
ii  install-info  4.13a.dfsg.1-10
ii  libc6 2.13-31
ii  libncursesw5  5.9-7
ii  libreadline6  6.2-8
ii  libtinfo5 5.9-7

pinfo recommends no packages.

Versions of packages pinfo suggests:
ii  balsa [mail-reader] 2.4.11-1
ii  bsd-mailx [mail-reader] 8.1.2-0.2006cvs-1
ii  claws-mail [mail-reader]3.8.0-1
ii  cups-bsd [lpr]  1.5.2-10
ii  dillo [www-browser] 3.0.2-2
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  iceape [www-browser]2.7.4-1
ii  iceweasel [www-browser] 10.0.4esr-2
ii  konqueror [www-browser] 4:4.7.4-2
ii  links [www-browser] 2.6-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  nmh [mail-reader]   1.3-1+b1
ii  opera-static [www-browser]  7.23-20031119.1
ii  sylpheed [mail-reader]  3.2.0~beta7-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671006: parallel: 'man parallel' typos: charaters, halfcompleted, do no exist, occationally, possibilites, sacrifying, transfered, etc.

2012-05-01 Thread A. Costa
Package: parallel
Version: 20120422-1
Severity: minor

Dear Maintainer,

Found some typos in '/usr/share/man/man1/parallel.1.gz'.

Ordinarily I'd attach a '.diff' for it, but that man page source is
'Pod::Man' and my typo finder script doesn't (yet...) understand that
format.

Settle for 'sed'?  First as code:

# should work with any text format, barring word wrap for list item #3 
below
# append suitable  infile  outfile
sed 's/charaters/characters/;s/halfcompleted/half\-completed/;s/that do 
no exist./that do not 
exist;s/occationally/occasionally/;s/possibilites/possibilities/;s/sacrifying/sacrificing/;s/transfered/transferred/'

And a separate numbered list, for clarity:

1s/charaters/characters/
2s/halfcompleted/half-completed/
3s/that do no exist/that do not exist/
4s/occationally/occasionally/
5s/possibilites/possibilities/
6s/sacrifying/sacrificing/
7s/transfered/transferred/

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages parallel depends on:
ii  perl  5.14.2-9
ii  perl-modules  5.14.2-9

parallel recommends no packages.

parallel suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671134: util-linux: 'whereis' package diversion output inconsistent

2012-05-01 Thread A. Costa
Package: util-linux
Version: 2.20.1-4
Severity: normal

Dear Maintainer,

The 'moreutils' package has a 'parallel' command, and so does the
'parallel' package.  If the 'parallel' package is installed over a
pre-existing installation of 'moreutils', two diversions are created
(one for the 'parallel' util, and another for its man page):

% dlocate parallel | grep diversion
diversion by parallel from: /usr/share/man/man1/parallel.1.gz
diversion by parallel to: /usr/share/man/man1/parallel.moreutils.1.gz
diversion by parallel from: /usr/bin/parallel
diversion by parallel to: /usr/bin/parallel.moreutils

The resultant 'whereis' output is inconsistent:

% whereis parallel
parallel: /usr/bin/parallel.moreutils /usr/bin/parallel /etc/parallel 
/usr/bin/X11/parallel.moreutils /usr/bin/X11/parallel 
/usr/share/man/man1/parallel.1.gz

% whereis parallel.moreutils
parallel: /usr/bin/parallel.moreutils /usr/bin/parallel /etc/parallel 
/usr/bin/X11/parallel.moreutils /usr/bin/X11/parallel 
/usr/share/man/man1/parallel.1.gz

For clarity, let's spread out that 'whereis' output, and use line 
numbers:

% whereis parallel | tr ' ' '\n' | nl -s  
 1 parallel:
 2 /usr/bin/parallel.moreutils
 3 /usr/bin/parallel
 4 /etc/parallel
 5 /usr/bin/X11/parallel.moreutils
 6 /usr/bin/X11/parallel
 7 /usr/share/man/man1/parallel.1.gz

Lines #2  #5 probably don't belong.

% whereis parallel.moreutils | tr ' ' '\n' | nl -s  
 1 parallel:
 2 /usr/bin/parallel.moreutils
 3 /usr/bin/parallel
 4 /etc/parallel
 5 /usr/bin/X11/parallel.moreutils
 6 /usr/bin/X11/parallel
 7 /usr/share/man/man1/parallel.1.gz

Lines #1, #3, #6,  #7 probably don't belong. The package name (#1) 
is incorrect.  The man page name (#7) is incorrect. 

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages util-linux depends on:
ii  debconf [debconf-2.0]  1.5.42
ii  dpkg   1.16.3
ii  initscripts2.88dsf-22.1
ii  install-info   4.13a.dfsg.1-10
ii  libblkid1  2.20.1-4
ii  libc6  2.13-31
ii  libncurses55.9-7
ii  libselinux12.1.9-4
ii  libslang2  2.2.4-10
ii  libtinfo5  5.9-7
ii  libuuid1   2.20.1-4
ii  lsb-base   4.1+Debian2
ii  tzdata 2012b-1
ii  zlib1g 1:1.2.6.dfsg-2

util-linux recommends no packages.

Versions of packages util-linux suggests:
pn  dosfstools  3.0.12-1
pn  kbd 1.15.3-9
pn  util-linux-locales  none

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670983: dfc: 'man dfc' typos: mentionned and substracting

2012-04-30 Thread A. Costa
Package: dfc
Version: 2.5.0-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a few typos in '/usr/share/man/man1/dfc.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dfc depends on:
ii  libc6  2.13-31

dfc recommends no packages.

dfc suggests no packages.

-- no debconf information
--- dfc.1	2012-04-17 16:26:34.0 -0400
+++ /tmp/dfc.1	2012-04-30 19:43:24.157349248 -0400
@@ -10,7 +10,7 @@
 
 The available size correspond to the space available to a user point of
 view and not from root's perspective (ie: use f_bavail instead of f_bfree).
-In the same idea, used space is computed simply by substracting the available
+In the same idea, used space is computed simply by subtracting the available
 space from the total size.
 
 Without any argument, size is displayed in human readable format.
@@ -80,7 +80,7 @@
 
 You can also use negative matching to filter the output. To do so, you just
 need to prepend a - to FILESYSTEM. In the following example, dfc(1) will
-display all file system type except those mentionned:
+display all file system type except those mentioned:
 
 	dfc \-t \-rootfs,tmpfs
 


Bug#670996: dlocate: '-lsbin' '-lsman' options don't show diversions.

2012-04-30 Thread A. Costa
Package: dlocate
Version: 1.02
Severity: wishlist

Dear Maintainer,

The 'parallel' package diverts a command in the 'moreutils' package.

'-lsman'  '-lsbin' don't reflect that change:

% { dlocate -lsman moreutils ; dlocate -lsbin moreutils ; } | grep parallel
/usr/share/man/man1/parallel.1.gz
/usr/bin/parallel

Which creates a little illusion of duplicate filenames in lines
#1  #3 and #2  #4 below:

# feed the last command back to 'dlocate', filter out diversions:
% { dlocate -lsman moreutils ; dlocate -lsbin moreutils ; } | grep parallel 
| xargs dlocate | grep -v diversion | nl
 1  moreutils: /usr/bin/parallel
 2  moreutils: /usr/share/man/man1/parallel.1.gz
 3  parallel: /usr/bin/parallel
 4  parallel: /usr/share/man/man1/parallel.1.gz

No duplicate filenames exist under '/usr/' of course.  
A diversion search reveals:

% dlocate parallel | grep diversion
diversion by parallel from: /usr/share/man/man1/parallel.1.gz
diversion by parallel to: /usr/share/man/man1/parallel.moreutils.1.gz
diversion by parallel from: /usr/bin/parallel
diversion by parallel to: /usr/bin/parallel.moreutils

Wouldn't it be simpler to have the '-ls*' switch output show
the diversion names (where applicable) instead?  Hypothetical output:

% dlocate -lsman moreutils | grep parallel
/usr/bin/parallel.moreutils

HTH...



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]  2.21.1
ii  dpkg  1.16.3
ii  perl  5.14.2-9

dlocate recommends no packages.

dlocate suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670752: esperanza: 'man esperanza' typo: interactivly

2012-04-28 Thread A. Costa
Package: esperanza
Version: 0.4.0+git20091017-2+b1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/esperanza.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages esperanza depends on:
ii  libc6 2.13-30
ii  libgcc1   1:4.7.0-3
ii  libqt4-network4:4.7.4-3
ii  libqt4-xml4:4.7.4-3
ii  libqtcore44:4.7.4-3
ii  libqtgui4 4:4.7.4-3
ii  libstdc++64.7.0-3
ii  libx11-6  2:1.4.99.901-1
ii  libxmmsclient++4  0.8+dfsg-2+b1
ii  libxmmsclient60.8+dfsg-2+b1
ii  xmms2-icon0.8+dfsg-2

esperanza recommends no packages.

Versions of packages esperanza suggests:
ii  xmms2-core  0.8+dfsg-2+b1

-- no debconf information
--- esperanza.1	2012-04-11 17:59:53.0 -0400
+++ /tmp/esperanza.1	2012-04-28 11:24:39.619424247 -0400
@@ -113,7 +113,7 @@
 
 .TP
 .BR \-\-`Change Volume = (on/off)
-Change volume interactivly (could cause problems).
+Change volume interactively (could cause problems).
 
 .TP
 .BR \-\-`Show volume pupups = (on/off)


Bug#670753: promoe: Right click on GUI does nothing. Please add a config menu.

2012-04-28 Thread A. Costa
Package: promoe
Version: 0.1.1-3+b1
Severity: wishlist

Dear Maintainer,

Usually the music player interfaces that 'promoe' seems to be modeled
on permit users to right click for various config menus, e.g. for
skins, plug-ins, etc.

Please consider adding some kind of config menu/interface.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages promoe depends on:
ii  libc6 2.13-30
ii  libgcc1   1:4.7.0-3
ii  libqt4-network4:4.7.4-3
ii  libqtcore44:4.7.4-3
ii  libqtgui4 4:4.7.4-3
ii  libstdc++64.7.0-3
ii  libxmmsclient++4  0.8+dfsg-2+b1
ii  libxmmsclient60.8+dfsg-2+b1

promoe recommends no packages.

promoe suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#637106: still more typos.

2012-04-22 Thread A. Costa
Attached is a revised 'diff' file with the previous typos, plus several
others.  Most of the typos are grammatical, e.g. 's/have equal/be the same/'.

HTH...
--- -	2012-04-22 15:54:36.820306692 -0400
+++ /tmp/bbe.1_v2	2012-04-22 15:52:39.215724702 -0400
@@ -44,7 +44,7 @@
 Add the COMMAND to the commands to be executed.
 .TP 
 .BR  \-f ,  \-\-file=\fIscript\-file\fP
-Add the contest of script\-file to commands.
+Add the contents of script\-file to commands.
 .TP 
 .BR  \-o ,  \-\-output=\fIname\fP
 Write output to \fIname\fP instead of standard output.
@@ -71,10 +71,10 @@
 String \fIstart\fP starts \fIM\fR bytes long block.
 .TP 
 /start/:/stop/
-String \fIstart\fP starts the block and block ends to string \fIstop\fR.
+String \fIstart\fP starts the block and block ends at string \fIstop\fR.
 .TP 
 /start/:
-String \fIstart\fR starts the block and block will end at next occurence of \fIstart\fR. Only the first \fIstart\fR is included to the block.
+String \fIstart\fR starts the block and block will end at next occurrence of \fIstart\fR. Only the first \fIstart\fR is included to the block.
 .TP 
 :/stop/
 Block starts at the beginning of input stream (or at the end of previous block) and ends at the next occurrence of \fIstop\fR. String \fIstop\fR will be included to the block.
@@ -83,7 +83,7 @@
 .PP 
 Default value for block is 0:$, meaning the whole input stream.
 .PP 
-Both \fIstart\fR and \fIstop\fR strings are included to block. Nonprintable characters can be escaped as
+Both \fIstart\fR and \fIstop\fR strings are included in block. Nonprintable characters can be escaped as
 .TP 
 \ennn
 decimal 
@@ -96,9 +96,9 @@
 .PP 
 Character '\e' can be escaped as '\e\e'. Escape codes '\ea','\eb','\et','\en','\ev','\ef','\er' and '\e;' can also be used.
 .PP 
-Length (\fIN\fR and \fIM\fR) can be defined as decimal (n), hexadecimal (xn) or octal (0n) value.
+Length (\fIN\fR and \fIM\fR) can be defined as a decimal (n), a hexadecimal (xn) or an octal (0n) value.
 .SH COMMAND SYNOPSIS
-\fBbbe\fR has two type of commands: block and byte commands, both are allways related to current block. That means that the input stream outside of block remains untouched. 
+\fBbbe\fR has two type of commands: block and byte commands, both are always related to current block. That means that the input stream outside of the blocks remains untouched. 
 .SS Block commands
 .TP 
 D [\fIn\fR]
@@ -111,7 +111,7 @@
 Append the string \fIstring\fR at the end of block.
 .TP 
 J \fIn\fR
-Skip \fIn\fR blocks before executing commands after this command.
+Skip \fIn\fR blocks, before executing commands after this command.
 .TP 
 L \fIn\fR
 Leave all blocks unmodified starting from block number \fIn\fR. Affects only commands after this command.
@@ -120,7 +120,7 @@
 Before printing a block, the file name in which the block starts is printed.
 .TP 
 F \fIf\fR
-Before printing a block, the input stream offset at the begining of the block is printed.
+Before printing a block, the input stream offset at the beginning of the block is printed.
 \fIf\fR can be H, D or O for Hexadecimal, Decimal or Octal format of offset.
 .TP 
 B \fIf\fR
@@ -128,12 +128,12 @@
 \fIf\fR can be H, D or O for Hexadecimal, Decimal or Octal format of block number.
 .TP 
  \fIfile\fR
-Before printing a block, the contents of file \fIfile\fR is printed.
+Before printing a block, the contents of file \fIfile\fR are printed.
 .TP 
  \fIfile\fR
-After printing a block, the contents of file \fIfile\fR is printed.
+After printing a block, the contents of file \fIfile\fR are printed.
 .SS Byte commands
-\fIn\fR in byte commands is offset from the beginning of current block (starts from zero).
+\fIn\fR in byte commands is the offset from the beginning of current block (starts from zero).
 .TP 
 r \fIn\fR \fIstring\fR
 Replace bytes starting at position \fIn\fR with string \fIstring\fR.
@@ -143,13 +143,13 @@
 .TP 
 p \fIformat\fR
 The contents of block is printed in format defined by \fIformat\fR. \fIformat\fR
-can have any of the formats H, D, O, A and B for Hexadecimal, Decimal, Octal, Asciii and Binary.
+can have any of the formats H, D, O, A and B for Hexadecimal, Decimal, Octal, Ascii and Binary.
 .TP 
 s/\fIsearch\fR/\fIreplace\fR/
 Replace all occurrences of \fIsearch\fR with \fIreplace\fR.
 .TP 
 y/\fIsource\fR/\fIdest\fR/
-Translate bytes in \fIsource\fR to the corresponding bytes in \fIdest\fR. \fISource\fR and \fIdest\fR must have equal length.
+Translate bytes in \fIsource\fR to the corresponding bytes in \fIdest\fR. \fISource\fR and \fIdest\fR must be the same length.
 .TP 
 d \fIn\fR \fIm\fR|*
 Delete \fIm\fR bytes starting from the offset \fIn\fR. If * is defined instead of \fIm\fR, then all bytes starting from \fIn\fR are deleted.
@@ -170,17 +170,17 @@
 Commands after the l\-command are ignored from \fIn\fR'th byte of the block.
 .TP 
 w \fIfile\fR
-Write bytes from the current block to file \fIfile\fR. Commands before w\-command have effect to what will be written. %B or 

Bug#669675: cuetools: 'man cuebreakpoints cueconvert cueprint' typos: availabe; filenamess; infomation

2012-04-20 Thread A. Costa
Package: cuetools
Version: 1.3.1-12
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/cuebreakpoints.1.gz', 
'/usr/share/man/man1/cueconvert.1.gz',
   '/usr/share/man/man1/cueprint.1.gz'
see attached '.diff' files.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages cuetools depends on:
ii  id3v2  0.1.12-2
ii  libc6  2.13-27

Versions of packages cuetools recommends:
ii  flac  1.2.1-6

cuetools suggests no packages.

-- no debconf information
--- cuebreakpoints.1	2011-06-19 16:12:28.0 -0400
+++ /tmp/cuebreakpoints.1	2012-04-16 14:28:29.892289378 -0400
@@ -28,7 +28,7 @@
 .B shnsplit
 (part of the shntool package).
 .PP
-Three approaches to track pregaps are availabe: append (to previous track),
+Three approaches to track pregaps are available: append (to previous track),
 prepend (to succeeding track), and split (from both preceding and
 succeeding tracks).
 The split approach can result in up to twice as many breakpoints being
--- cueconvert.1	2011-06-19 16:12:28.0 -0400
+++ /tmp/cueconvert.1	2012-04-16 14:29:00.436240759 -0400
@@ -34,7 +34,7 @@
 .I outfile
 is not specified, it writes to standard output.
 .PP
-If no filenamess are specified, standard input is used, and an input format
+If no filenames are specified, standard input is used, and an input format
 option
 .I must
 be specified.
--- cueprint.1	2011-06-19 16:12:28.0 -0400
+++ /tmp/cueprint.1	2012-04-16 14:29:49.952163010 -0400
@@ -1,6 +1,6 @@
 .TH cueprint 1
 .SH NAME
-cueprint \- report disc and track infomation from a CUE or TOC file
+cueprint \- report disc and track information from a CUE or TOC file
 .SH SYNOPSIS
 .B cueprint
 [ {


Bug#669041: dhelp: 404 Not Found

2012-04-16 Thread A. Costa
Package: dhelp
Version: 0.6.20
Severity: normal

Dear Maintainer,

Plain old 'httpd' dependent 'dhelp' isn't working on my system.  
When run, 'dhelp' launches a browser, which says:

404 Not Found
doc/HTML/index.html:

This item has not been found

'dhelp -f' works correctly.

My current  web server 'bozohttpd' works correctly with 
'dwww'; but perhaps bozo  dhelp don't get along?

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dhelp depends on:
ii  doc-base   0.10.3
ii  libcommandline-ruby1.8 0.7.10-12
ii  libdata-page-perl  2.02-1
ii  libdb-ruby1.8  0.6.5-7
ii  libgettext-ruby1.8 2.1.0-2.1
ii  libhtml-parser-perl3.69-2
ii  liblocale-gettext-perl 1.05-7+b1
ii  libtemplate-perl   2.22-0.1+b2
ii  liburi-perl1.60-1
ii  perl-modules   5.14.2-9
ii  poppler-utils  0.16.7-3
ii  pstotext   1.9-6
ii  ruby-bdb [libdb-ruby1.8]   0.6.5-7
ii  ruby-commandline [libcommandline-ruby1.8]  0.7.10-12
ii  ruby1.81.8.7.352-2
ii  swish++6.1.5-2.1
ii  ucf3.0025+nmu3

Versions of packages dhelp recommends:
ii  dillo [www-browser] 3.0.2-2
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  iceape [www-browser]2.7.3-2
ii  iceweasel [www-browser] 10.0.3esr-3
ii  konqueror [www-browser] 4:4.7.4-2
ii  links [www-browser] 2.5-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  opera-static [www-browser]  7.23-20031119.1

Versions of packages dhelp suggests:
ii  bozohttpd [httpd]  2018-1
ii  catdvi none
ii  html2text  1.3.2a-15
ii  info2www   1.2.2.9-24
ii  links  2.5-1
ii  lynx   2.8.8dev.12-2
ii  man2html   1.6g-6

-- debconf information:
* dhelp/www-browser-console: lynx
* dhelp/www-browser-x: mozilla



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668865: mimetex: 'man mimetex' typo: emmiting

2012-04-15 Thread A. Costa
Package: mimetex
Version: 1.73-2
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/mimetex.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages mimetex depends on:
ii  libc6  2.13-27

mimetex recommends no packages.

mimetex suggests no packages.

-- no debconf information
--- mimetex.1	2012-01-21 01:38:41.0 -0500
+++ /tmp/mimetex.1	2012-04-15 01:56:47.098862718 -0400
@@ -12,7 +12,7 @@
 This manual page was written for the Debian distribution
 because the original program does not have a manual page.
 .PP
-\fBmimetex\fP is a program that parses LaTeX math expressions emmiting directly
+\fBmimetex\fP is a program that parses LaTeX math expressions emitting directly
 anti-aliased GIF images without intermediate dvi-to-gif conversion.
 .TP
 .BR -d


Bug#668960: hdparm: '--prefer-ata12' lacks off switch.

2012-04-15 Thread A. Costa
Package: hdparm
Version: 9.39-1
Severity: wishlist

Dear Maintainer,

There seems to be no off switch for '--prefer-ata12'.  
Disconnecting or rebooting should reset the affected device, but
neither method is as convenient as a software toggle.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages hdparm depends on:
ii  libc6 2.13-27
ii  lsb-base  4.1+Debian0

Versions of packages hdparm recommends:
ii  powermgmt-base  1.31

Versions of packages hdparm suggests:
ii  apmd  3.2.2-14

-- Configuration Files:
/etc/hdparm.conf changed [not included]
/etc/udev/hdparm.rules [Errno 2] No such file or directory: 
u'/etc/udev/hdparm.rules'

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668344: systemd: 'man systemd.path systemd.unit' typos: existance; appropiate

2012-04-11 Thread A. Costa
Package: systemd
Version: 37-1.1
Severity: minor
Tags: patch

Dear Maintainer,

Found a few typos in '/usr/share/man/man5/systemd.path.5.gz' 
'/usr/share/man/man5/systemd.unit.5.gz',
see attached '.diff' files.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-22.1
ii  libacl1 2.2.51-5
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-27
ii  libcap2 1:2.22-1
ii  libcryptsetup4  2:1.4.1-2
ii  libdbus-1-3 1.5.12-1
ii  libpam0g1.1.3-7
ii  libselinux1 2.1.9-4
ii  libsystemd-daemon0  44-1
ii  libsystemd-login0   44-1
ii  libudev0175-3.1
ii  libwrap07.6.q-23
ii  udev175-3.1
ii  util-linux  2.20.1-4

Versions of packages systemd recommends:
ii  libpam-systemd  37-1.1

Versions of packages systemd suggests:
pn  python   2.7.2-10
pn  systemd-gui  none

-- no debconf information
--- systemd.path.5	2012-03-03 14:35:06.0 -0500
+++ /tmp/systemd.path.5	2012-04-11 03:34:53.365433806 -0400
@@ -74,7 +74,7 @@
 \fIPathExists=\fR
 may be used to watch the mere existence of a file or directory\. If the file specified exists the configured unit is activated\.
 \fIPathExistsGlob=\fR
-works similar, but checks for the existance of at least one file matching the globbing pattern specified\.
+works similar, but checks for the existence of at least one file matching the globbing pattern specified\.
 \fIPathChanged=\fR
 may be used to watch a file or directory and activate the configured unit whenever it changes or is modified\.
 \fIDirectoryNotEmpty=\fR
--- systemd.unit.5	2012-03-03 14:35:06.0 -0500
+++ /tmp/systemd.unit.5	2012-04-11 03:37:26.539115257 -0400
@@ -79,7 +79,7 @@
 .PP
 If a line starts with
 \fB\.include\fR
-followed by a file name, the specified file will be parsed at this point\. Make sure that the file that is included has the appropiate section headers before any directives\.
+followed by a file name, the specified file will be parsed at this point\. Make sure that the file that is included has the appropriate section headers before any directives\.
 .PP
 Along with a unit file
 foo\.service


Bug#668436: pngtools: 'man pnginfo' typo: lables

2012-04-11 Thread A. Costa
Package: pngtools
Version: 0.4-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/pnginfo.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages pngtools depends on:
ii  libc6   2.13-27
ii  libpng12-0  1.2.47-2

pngtools recommends no packages.

Versions of packages pngtools suggests:
ii  optipng   0.6.4-1
ii  pngcrush  1.7.9-1

-- no debconf information
--- pnginfo.1	2009-08-18 16:06:19.0 -0400
+++ /tmp/pnginfo.1	2012-04-11 04:09:38.320321225 -0400
@@ -7,7 +7,7 @@
 .SH DESCRIPTION
 This command dumps information about the PNG files named on the command line. This command's output is based on the output of the \fBtiffinfo\fP command, which is part of the \fBlibtiff\fP distribution. Each line output by the command represents a value that has been set within the PNG file.
 .PP
-The \fB-t\fP command line option forces pnginfo to use \fIlibtiff\fP \fBtiffinfo\fP style lables, instead of the more relevant png names. The \fB-d\fP command line option dumps the bitmap contained by the image to standard out, whilst the \fB-D\fP command merely checks that the image bitmap could be extracted from the file. If nothing is reported by \fB-D\fP, then there was no error.
+The \fB-t\fP command line option forces pnginfo to use \fIlibtiff\fP \fBtiffinfo\fP style labels, instead of the more relevant png names. The \fB-d\fP command line option dumps the bitmap contained by the image to standard out, whilst the \fB-D\fP command merely checks that the image bitmap could be extracted from the file. If nothing is reported by \fB-D\fP, then there was no error.
 .PP
 The format for the output bitmaps is hexadecimal, with each pixel presented as a triple \-\- for instance [red green blue]. This means that paletted images et cetera will have their bitmaps expanded before display.
 .SH RETURNS


Bug#471651: file: graphic bit depth notation inconsistent

2012-04-11 Thread A. Costa
Tweak-ers only, all others: skip this message, please.

Slightly optimized version (same results) of the previous '/etc/magic'
for PNG:

0   string  \x89PNG\x0d\x0a\x1a\x0a PNG image data,
!:mime  image/png
25 byte0   grayscale,
25 byte2   color RGB,
25 byte3   colormap,
25 byte4   gray+alpha,
25 byte6   color RGBA,
28 byte0   non-interlaced
28 byte1   interlaced
16 belong  x   \b, %ld x
20 belong  x   %ld x
25 byte0
24bytex   %d
25 byte2
24byte8   24
24byte16  48
25 byte3
24bytex   %d
25 byte4
24byte8   16
24byte16  32
25 byte6
24byte8   32
24byte16  64

HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#471651: file: graphic bit depth notation inconsistent

2012-04-10 Thread A. Costa
On Thu, 05 Apr 2012 20:19:16 -0400
Samuel Bronson naes...@gmail.com wrote:

 It would be possible to check Color type field first, but there does
 not appear to be any way to do arithmetic on a value read from the
 file before printing it, so I don't see any practical way to get the
 behavior that you want.

Thanks for the pragmatic reply, and ensuing interesting puzzle.
Arithmetic for 'magic' values sounds like a useful feature, so that
could be another 'wishlist' bug.

Fortunately, output more like 'file *.BMP' requires no arithmetic:

0   string  \x89PNG\x0d\x0a\x1a\x0a PNG image data,
!:mime  image/png
25 byte0   grayscale,
25 byte2   color RGB,
25 byte3   colormap,
25 byte4   gray+alpha,
25 byte6   color RGBA,
28 byte0   non-interlaced
28 byte1   interlaced
16 belong  x   \b, %ld x
20 belong  x   %ld
25 byte0
24bytex   \b x %d
25 byte2
24byte8   \b x 24
24byte16  \b x 48
25 byte3
24bytex   \b x %d
25 byte4
24byte8   \b x 16
24byte16  \b x 32
25 byte6
24byte8   \b x 32
24byte16  \b x 64

Which (when copied to '/etc/magic') outputs:

# 'imagemagick' contains various PNGs.
% cd /usr/share/doc/imagemagick/images/ ; file [wn]*.png ; cd -  
/dev/null
navy.png:PNG image data, color RGB, non-interlaced, 64 x 64 
x 48
networkredux.png:PNG image data, colormap, interlaced, 140 x 31 x 8
wand.png:PNG image data, color RGBA, non-interlaced, 32 x 
32 x 32
white-highlight.png: PNG image data, color RGB, non-interlaced, 70 x 70 
x 48
wizard.png:  PNG image data, color RGB, non-interlaced, 940 x 
1250 x 24

Online PNG references consulted:

http://en.wikipedia.org/wiki/Portable_Network_Graphics#Color_depth
http://www.w3.org/TR/PNG/#11IHDR
http://www.libpng.org/pub/png/book/toc.html

HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668302: sylpheed: symbol lookup error: .../libgioremote-volume-monitor.so: undefined symbol: g_mutex_lock

2012-04-10 Thread A. Costa
Package: sylpheed
Version: 3.2.0~beta6-1
Severity: normal


Dear Maintainer,

While writing an email that'd been open in the background 
for a while, (hours), I clicked the 'Attach' button, and 
sylpheed vanished -- as in ceased running.  Worse, for
some reason sylpheed's 'auto-save' function wasn't turned on.

Terminal error said:

sylpheed: symbol lookup error: 
/usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so: undefined 
symbol: g_mutex_lock

Looking closer:

% dlocate libgioremote-volume-monitor.so
gvfs:i386: 
/usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so

So how does 'gvfs' interact with sylpheed?  It may be related to:

#549330 gvfs: segfault in libgioremote-volume-monitor.so
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549330

So far, I can't reproduce this bug at will, but it might have 
happened before, within the last month.  (Last time I didn't 
notice the terminal message, and supposed some other cause.)

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages sylpheed depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-27
ii  libcairo2   1.12.0-2
ii  libcompfaceg1   1:1.5.2-5
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libenchant1c2a  1.6.0-7
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.0-2
ii  libglib2.0-02.32.0-3
ii  libgpg-error0   1.10-3
ii  libgpgme11  1.2.0-1.4
ii  libgtk2.0-0 2.24.10-1
ii  libgtkspell02.0.16-1
ii  libldap-2.4-2   2.4.28-1.1
ii  libonig25.9.1-1
ii  libpango1.0-0   1.30.0-1
ii  libpisock9  0.12.5-5
ii  libssl1.0.0 1.0.1-4

Versions of packages sylpheed recommends:
ii  aspell-en [aspell-dictionary]  7.1-0-1
ii  ca-certificates20120212
ii  sylpheed-i18n  none
ii  xfonts-100dpi  1:1.0.3
ii  xfonts-75dpi   1:1.0.3

Versions of packages sylpheed suggests:
ii  bogofilternone
ii  bsfilter  none
ii  claws-mail-tools  3.8.0-1
ii  jpilot1.8.1.2-1
ii  sylpheed-doc  20030310-2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668230: libmagic1:i386: 'man magic' typo: as the an unsigned

2012-04-09 Thread A. Costa
Package: libmagic1:i386
Version: 5.11-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man5/magic.5.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmagic1:i386 depends on:
ii  libc6  2.13-27
ii  multiarch-support  2.13-27
ii  zlib1g 1:1.2.6.dfsg-2

libmagic1:i386 recommends no packages.

Versions of packages libmagic1:i386 suggests:
ii  file  5.11-1

-- no debconf information
--- magic.5	2012-03-17 05:29:19.0 -0400
+++ /tmp/magic.5	2012-04-09 02:44:15.357791673 -0400
@@ -86,7 +86,7 @@
 .Dq b
 flag forces the test to be done for binary files.
 .It Dv pstring
-A Pascal-style string where the first byte/short/int is interpreted as the an
+A Pascal-style string where the first byte/short/int is interpreted as an
 unsigned length.
 The length defaults to byte and can be specified as a modifier.
 The following modifiers are supported:


Bug#667550: vbuf: 'man vbuf' typos: minumum

2012-04-04 Thread A. Costa
Package: vbuf
Version: 0.5.1-5.1
Severity: minor
Tags: patch

Dear Maintainer,

Found a few typos in '/usr/share/man/man1/vbuf.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages vbuf depends on:
ii  libc62.13-27
ii  libvrb0  0.5.1-5.1

vbuf recommends no packages.

vbuf suggests no packages.

-- no debconf information
--- vbuf.1	2011-10-24 10:04:32.0 -0400
+++ /tmp/vbuf.1	2012-04-04 03:02:29.868420791 -0400
@@ -97,8 +97,8 @@
 .TP
 \fB\-w\fP \fIbytes\fP, \fB\-\-write\-min=\fP\fIbytes\fP
 .br
-Specify the minumum number of bytes to be written.  Writing will not
-be done unless at least this much data is available.  Once end of file
+Specify the minimum number of bytes to be written.  Writing will not
+Abe done unless at least this much data is available.  Once end of file
 is reached on input, a smaller amount may be written.  The default is
 1.
 .TP


Bug#667551: vbuf: 'man vbuf' lacks examples.

2012-04-04 Thread A. Costa
Package: vbuf
Version: 0.5.1-5.1
Severity: wishlist

Dear Maintainer,

There are no examples in 'man vbuf', '/usr/share/doc/vbuf', nor 
online here:

http://vrb.slashusr.org/

The man page would be better with a command line example, ideally:
STDIN to STDOUT, using common commands, along the lines of:

# BEFORE
%foo | bar
...output_before...

# AFTER
foo | vbuf [options] | bar
...output_after...

...where the AFTER output would be noticeably different.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages vbuf depends on:
ii  libc62.13-27
ii  libvrb0  0.5.1-5.1

vbuf recommends no packages.

vbuf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666972: manpages: 'man proc': /proc/partition block size and count method undocumented

2012-04-02 Thread A. Costa
Package: manpages
Version: 3.35-0.1
Severity: normal

Dear Maintainer,

% man proc | grep -A 2 -n '/proc/partition'
988:   /proc/partitions
989-  Contains major and minor numbers of each partition as 
well as number of
990-  blocks and partition name.

There's no mention of how many bytes are in a block, and no description of how
block numbers are counted.

The counting method seems relevant since 'df' returns different numbers; numbers
which must have been counted using a different method:

% D=/proc/partitions
% cat $D | grep -w $D
   8   37   58348048 sdc5

# show 'df /dev/sdc5' output, 1000 bytes per block
% df -B 1KB $D
Filesystem 1kB-blocks Used Available Use% Mounted on
/dev/sdc558765693 47037772   9337988  84% /tmp

# Again, with 1024 byte blocks:
% df -B 1K  $D
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc5   57388372 45935324   9119128  84% /tmp

Summary:

1024b   57388372
1000b   58765693
proc58348048

Neither 'df' block size matches 'proc'.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

manpages depends on no packages.

manpages recommends no packages.

Versions of packages manpages suggests:
ii  coolman [man-browser]3.17.7-3
ii  konqueror [man-browser]  4:4.7.4-2
ii  man-db [man-browser] 2.6.1-1
ii  tkman [man-browser]  2.2-4

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666983: qpdf: 'man zlib-flate' typo: either compressing or compressing

2012-04-02 Thread A. Costa
Package: qpdf
Version: 2.3.1-1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man1/zlib-flate.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages qpdf depends on:
ii  libc6   2.13-27
ii  libgcc1 1:4.7.0-1
ii  libpcre31:8.30-4
ii  libqpdf32.3.1-1
ii  libstdc++6  4.7.0-1
ii  zlib1g  1:1.2.6.dfsg-2

qpdf recommends no packages.

qpdf suggests no packages.

-- no debconf information
--- zlib-flate.1	2011-12-28 20:16:33.0 -0500
+++ /tmp/zlib-flate.1	2012-04-02 22:04:34.503126720 -0400
@@ -10,7 +10,7 @@
 The zlib-flate program is part of the qpdf package.
 .PP
 The zlib-flate program reads from standard input and writes to
-standard output either compressing or compressing its input using raw
+standard output either compressing or uncompressing its input using raw
 zlib compression.  It can be used to uncompress or compress raw PDF
 streams or other data that is compressed with raw zlib compression.
 This program is provided primarily as a debugging tool, though it


Bug#658728: patch_realtek: no more sound on HP Compaq dx2200 MT

2012-03-26 Thread A. Costa
On Wed, 21 Mar 2012 02:53:23 -0500
Jonathan Nieder jrnie...@gmail.com wrote:

 A. Costa wrote:
 
  Sorry, but I'm confused.  How can this bug exist in v3.2.10-1, when
  there's good sound on bootup, without any 'amixer' tweaking?
 
 The Auto-Mute Mode setting persists across reboots...

Aha, I'd (mistakenly) believed the opposite.  Does an Auto-Mute Mode 
setting also persist between kernel upgrades?

 ...See /etc/init.d/alsa-utils for details.

OK, so where does that init script store its persistent 'mute' mode
state?  That's what should be compared between kernels and bootups I'd
suppose. Here maybe:

% grep -n -A 2 restore_levels\( /etc/init.d/alsa-utils
53:restore_levels()
54-{
55- [ -f /var/lib/alsa/asound.state ] || return 1

Line #55 names a likely file.  Looking there:

% grep -n -A 8 -B 2 -i mute /var/lib/alsa/asound.state
95- control.9 {
96- iface MIXER
97: name 'Auto-Mute Mode'
98- value Disabled
99- comment {
100-access 'read write'
101-type ENUMERATED
102-count 1
103-item.0 Disabled
104-item.1 Enabled
105-}

So, before rebooting, (and after), what should line #98 be?  Assuming,
of course, that 'asound.state' is relevant.










-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665741: freevo: fails to install due to insserv rejecting the script header

2012-03-26 Thread A. Costa
Package: freevo
Version: 1.9.2b2-3
Followup-For: Bug #665741

Confirm.  Among other messages, my upgrade shows:

update-rc.d: error: insserv rejected the script header

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages freevo depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  freevo-data1.9.2b2-3
ii  kbd1.15.3-7
ii  lsdvd  0.16-3+b1
ii  mplayer3:1.0~rc4+svn20120313-0.0
ii  mplayer2 [mplayer] 1:2.0~git20120313-0.1
ii  python 2.7.2-10
ii  python-freevo  1.9.2b2-3
ii  xinit  1.3.1-1

Versions of packages freevo recommends:
ii  cdparanoia 3.10.2+debian-10.1
ii  libxmltv-perl  0.5.61-1
ii  xine-ui0.99.7~hg20120125-1
ii  xmltv-util 0.5.61-1

Versions of packages freevo suggests:
ii  fbset  2.1-25
ii  fbxine none
ii  flac   1.2.1-6
ii  fonts-liberation [ttf-liberation]  1.07.2-2
ii  lame   1:3.99.5-0.0
ii  libdvdcss2 1.2.12-0.0
ii  matrox-tools   none
ii  mencoder   3:1.0~rc4+svn20120313-0.0
ii  nvram-wakeup   none
ii  ttf-liberation 1.07.2-2
ii  ttf-mscorefonts-installer  3.4
ii  vorbis-tools   1.4.0-1

-- debconf information:
* freevo/display: x11
  freevo/path_to_audio: /var/lib/freevo/audio
  freevo/path_to_image: /var/lib/freevo/image
* freevo/norm: ntsc
  freevo/title_image: Image folder
* freevo/chanlist: us-bcast
* freevo/geometry: 640x480
  freevo/title_audio: Audio folder
  freevo/path_to_recordings: /var/lib/freevo/recordings
  freevo/path_to_video: /var/lib/freevo/video
  freevo/title_video: Video folder
* freevo/services:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665871: gscan2pdf: 'gscan2pdf' no longer offers 'tesseract' OCR, persistently.

2012-03-26 Thread A. Costa
Package: gscan2pdf
Version: 1.0.1-1
Severity: normal

Dear Maintainer,

I used to have 'tesseract' set as my default OCR for 'gscan2pdf'.
Today in 'ToolsOCROCR Engine' the only option is 'GOCR'.  

Checking my system:

# packages still installed?
% dglob tesser
tesseract-ocr-osd
tesseract-ocr-equ
tesseract-ocr
tesseract-ocr-eng
libtesseract3

# check whatis lines
% apropos OCR
ocrad (1)- command line text recognition tool
gocr (1) - command line text recognition tool
gtk-ocr (1)  - Graphical frontend to gocr
ocrfeeder (1)- document layout analysis and optical character 
recognition sys...
ocrfeeder-cli (1)- command line interface for OCRFeeder, a document 
layout analys...
tesseract (1)- command-line OCR engine

Clearly 'tesseract' still exists on my system.

Meanwhile, from my home directory, I've tried:

# check config
% grep -i gocr .gscan2pdf ; echo $?
ocr engine = gocr
0

# tweak it
sed -i 's/gocr/tesseract/' .gscan2pdf

# verify
grep -i gocr .gscan2pdf ; echo $?
1


Then I ran 'gscan2pdf', but there was no change to 'ToolsOCROCR Engine'.
Did an OCR.  Closed it.  Then:

# check config again
% grep -i gocr .gscan2pdf ; echo $?
ocr engine = gocr
0

And it go changed back to 'gocr'.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-6
ii  libconfig-general-perl   2.50-1
ii  libgoo-canvas-perl   0.06-1+b2
ii  libgtk2-ex-simple-list-perl  0.50-2
ii  libgtk2-imageview-perl   0.05-1+b2
ii  libhtml-parser-perl  3.69-1+b1
ii  liblocale-gettext-perl   1.05-7+b1
ii  liblog-log4perl-perl 1.29-1
ii  libpdf-api2-perl 2.019-1
ii  libproc-processtable-perl0.45-3+b1
ii  libreadonly-perl 1.03-3
ii  librsvg2-common  2.34.2-3
ii  libsane-perl 0.04-1
ii  libset-intspan-perl  1.16-1
ii  libtiff-tools4.0.1-1
ii  perlmagick   8:6.6.9.7-6
ii  sane-utils   1.0.22-7

Versions of packages gscan2pdf recommends:
ii  cuneiform  none
ii  djvulibre-bin  3.5.25.2-1
ii  gocr   0.49-1
ii  libgtk2-ex-podviewer-perl  0.18-1
ii  sane   1.0.14-9
ii  tesseract-ocr  3.02.01-2
ii  unpaper0.3-1
ii  xdg-utils  1.1.0~rc1+git20111210-6

gscan2pdf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665912: yagf: Graphics resize button + won't enlarge a small image.

2012-03-26 Thread A. Costa
Package: yagf
Version: 0.9+svn247-2
Severity: minor

Dear Maintainer,

I ran 'yagf' for OCR on an error message screenshot, (371 x 125,
8-bit), but the middle graphics pane's display of the image was too
small to read.  Clicking + didn't enlarge the image, and - made the
image even smaller, (after which + did work, but only up to the
initial small size).

Of course one could resize the image in an external program,
but it'd be less inconvenient.

A resize to fit window button might also be useful.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages yagf depends on:
ii  libaspell150.60.7~20110707-1
ii  libc6  2.13-27
ii  libgcc11:4.6.3-1
ii  libqtcore4 4:4.7.4-2
ii  libqtgui4  4:4.7.4-2
ii  libstdc++6 4.6.3-1
ii  tesseract-ocr  3.02.01-2

Versions of packages yagf recommends:
ii  xsane  0.998-3

yagf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665913: yagf: Defaults to Russian language.

2012-03-26 Thread A. Costa
Package: yagf
Version: 0.9+svn247-2
Severity: minor

Dear Maintainer,

'yagf' defaults to the Russian language, and on a typical English
oriented system can't do OCR until the user changes the language.  The
error message (in English) is somewhat confusing:

Required spelling dictionary (ru) is not found.
Spell-checking is disabled.
Try to install an appropriate aspell dictionary.
[OK]

That third sentence Try to install... misleads the user to 
wonder if some necessary package is absent.  I'd suggest
omitting the third sentence.

It would be better if on installation some script would 
examine the system, (perhaps the locale data, I dunno), 
and automatically pick a likely language.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages yagf depends on:
ii  libaspell150.60.7~20110707-1
ii  libc6  2.13-27
ii  libgcc11:4.6.3-1
ii  libqtcore4 4:4.7.4-2
ii  libqtgui4  4:4.7.4-2
ii  libstdc++6 4.6.3-1
ii  tesseract-ocr  3.02.01-2

Versions of packages yagf recommends:
ii  xsane  0.998-3

yagf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665914: wanted: open image in external graphics editor (i.e. 'gimp').

2012-03-26 Thread A. Costa
Package: yagf
Version: 0.9+svn247-2
Severity: wishlist

Dear Maintainer,

It would be useful if the user could (from 'yagf') tweak, clean,
enlarge or do other things to a selected image via a program like the
'gimp'. The external editor might be selected via a button in the 
middle pane, or a right mouse click menu.  After which 'yagf' would 
reload the changed image.

HTH...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages yagf depends on:
ii  libaspell150.60.7~20110707-1
ii  libc6  2.13-27
ii  libgcc11:4.6.3-1
ii  libqtcore4 4:4.7.4-2
ii  libqtgui4  4:4.7.4-2
ii  libstdc++6 4.6.3-1
ii  tesseract-ocr  3.02.01-2

Versions of packages yagf recommends:
ii  xsane  0.998-3

yagf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#664830: hibernate: 'man hibernate' typo: resumimg

2012-03-21 Thread A. Costa
Package: hibernate
Version: 1.99-1.1
Severity: minor
Tags: patch

Dear Maintainer,

Found a typo in '/usr/share/man/man5/hibernate.conf.5.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages hibernate depends on:
ii  kbd  1.15.3-7

Versions of packages hibernate recommends:
ii  dash 0.5.7-3
ii  hdparm   9.32-1
ii  uswsusp  1.0+20110509-2
ii  vbetool  1.1-2

Versions of packages hibernate suggests:
ii  915resolution  none
ii  gnome-screensaver  3.2.2-1
ii  xscreensaver   5.15-2

-- no debconf information
--- hibernate.conf.5	2009-12-20 09:03:19.0 -0500
+++ /tmp/hibernate.conf.5	2012-03-20 02:57:49.767473204 -0400
@@ -281,7 +281,7 @@
 .TP 10
 
 \fBLoadModules\fR auto|module name [...] 
-Names of modules to load after resumimg. If auto is specified, the 
+Names of modules to load after resuming. If auto is specified, the 
 modules that were unloaded previously are loaded. 
 .TP 10
 


Bug#658728: patch_realtek: no more sound on HP Compaq dx2200 MT

2012-03-21 Thread A. Costa
On Sun, 18 Mar 2012 13:12:45 -0500
Jonathan Nieder jrnie...@gmail.com wrote:

  % for STATE in Enabled Disabled ; do amixer -c0 set
  Auto-Mute Mode $STATE ; sleep 1s ; done
 [...]
  Result:  the music goes off for one second (as per sleep 1s
  above); i.e. the speakers mute for 1 sec, then go back on.
 
 That means the bug is still present (Auto-Mute Mode defaults to
 Enabled, so the impact would be that sound just doesn't work until a
 person discovers that control).  Does the patch sent before help?

Sorry, but I'm confused.  How can this bug exist in v3.2.10-1, when
there's good sound on bootup, without any 'amixer' tweaking?

Since it's not obvious what noticeable difference the patch should make,
I haven't attempted the patch.  What might the expected before/after
result be?

HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658728: patch_realtek: no more sound on HP Compaq dx2200 MT

2012-03-18 Thread A. Costa
On Sat, 17 Mar 2012 00:20:52 -0500
Jonathan Nieder jrnie...@gmail.com wrote:

 ...Sure, but is the auto-mute mode control shown by amixer -c0
 controls, 

# show the stock Debian kernel I'm running now, then check
# on the automute status
% cat /proc/version ; amixer -c0 controls 2 /dev/null | grep -i mute
Linux version 3.2.0-2-686-pae (Debian 3.2.10-1) 
(debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP 
Tue Mar 13 21:38:34 UTC 2012
numid=9,iface=MIXER,name='Auto-Mute Mode'

 and is sound suppressed even with no headphones plugged in when
 auto-mute is enabled?

Test, with 'audacious' playing in background, and no headphones:

# First mute; wait a sec; then unmute.
% for STATE in Enabled Disabled ; do amixer -c0 set Auto-Mute Mode 
$STATE ; sleep 1s ; done
ALSA lib conf.c:1220:(parse_def) show is not a compound
ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char
ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf 
may be old or corrupted:consider to remove or fix it
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
ALSA lib conf.c:1220:(parse_def) show is not a compound
ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char
ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf 
may be old or corrupted:consider to remove or fix it
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Disabled'

Result:  the music goes off for one second (as per sleep 1s above);
i.e. the speakers mute for 1 sec, then go back on.

Another test with the headphones plugged in (during which the speaker
is always off): the headphones mute for 1 sec, then go back on.

  (If so, then the bug is still present.  If you
 are wondering why the results are different from before, see alsactl
 (1).)

Seems like this bug's flown, but more tests are needed, I'll try to run
'em.

Thanks for the careful feedback, and HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658728: patch_realtek: no more sound on HP Compaq dx2200 MT

2012-03-18 Thread A. Costa
On Sun, 18 Mar 2012 02:34:05 -0400
A. Costa agco...@gis.net mistyped:

 Seems like this bug's flown, but more tests are needed...

s/more/if more/

Scusa.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658728: linux-image-3.2.0-1-amd64: No more sound

2012-03-09 Thread A. Costa
On Sun, 4 Mar 2012 15:41:36 -0600
Jonathan Nieder jrnie...@gmail.com wrote:

  ; wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.9.tar.xz; # 62 
 MiB
  ; tar -xf linux-3.2.9.tar.xz ; cd linux-3.2.9
  ; cp /boot/config-$(uname -r) .config; # current configuration
  ; make localmodconfig; # optional: minimize configuration
  ; make deb-pkg; # optionally with -jnum for parallel build
  # dpkg -i ../name of package
  # reboot
 
 Hopefully it reproduces the bug.

I compiled it the other day, but after the reboot the sound worked
without modification, (no patches, nor command line tweaks).  Checked
again to see if it's the one I compiled, yes...

% cat /proc/version 
Linux version 3.2.9 (al...@arf.foo.org) (gcc version 4.6.3 (Debian 
4.6.3-1) ) #1 SMP Wed Mar 7 16:37:05 EST 2012

Hmm.  Recheck with 3.2.0-1.  Reboot with that...

% cat /proc/version 
Linux version 3.2.0-1-686-pae (Debian 3.2.7-1) 
(debian-ker...@lists.debian.org) (gcc version 4.6.2 (Debian 4.6.2-14) ) #1 SMP 
Wed Feb 29 01:18:56 UTC 2012

No, sound works there too.  Hmm, I first commented on this bug on
2/5/12 -- since then there's been two or three Debian upgrades to the
'linux-image-3.2.0-1-686-pae' package:

% zcat  /usr/share/doc/linux-image-3.2.0-1-686-pae/changelog.Debian.gz 
| grep '\-\-\|linux\-2.6' | head -n 8
linux-2.6 (3.2.7-1) unstable; urgency=low
 -- Bastian Blank wa...@debian.org  Tue, 28 Feb 2012 16:00:41 +0100
linux-2.6 (3.2.6-1) unstable; urgency=low
 -- Ben Hutchings b...@decadent.org.uk  Thu, 16 Feb 2012 02:38:38 
+
linux-2.6 (3.2.4-1) unstable; urgency=low
 -- Bastian Blank wa...@debian.org  Sun, 05 Feb 2012 15:42:21 +0100
linux-2.6 (3.2.2-1) unstable; urgency=low
 -- Ben Hutchings b...@decadent.org.uk  Wed, 01 Feb 2012 01:44:05 
+

On 2/5/12 I'd have been using v3.2.2 or v3.2.4.  Presumably it was
fixed somewhere in there.  It'd be nice to know whether the fix was in
v3.2.6 or v3.2.7.  I'd reinstall each kernel package to test them, but
except for the latest, those are not in my '/var/cache/apt/archives/'
anymore.

Seems to be fixed.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662036: sgt-puzzles: Include collection of pre-generated big board games

2012-03-03 Thread A. Costa
Package: sgt-puzzles
Version: 9306-1
Severity: wishlist

Dear Maintainer,

'sgt-puzzles' generates game boards at runtime.  For big boards in
games like 'galaxies' generation can take hours or more.  So far as I
know, loading a saved game takes under a second.  A starting game
board's storage size is relatively small.  

It would be convenient for users if there were a book of
pre-generated custom made large boards.  Probably very few users 
would want to play large boards, but impractical challenges 
do have novelty value and help us discover our limitations.

Pre-generated 'galaxies' games might include shapes, like the Tentai
Show shapes from 'nikoli' here:

http://www.nikoli.co.jp/en/puzzles/astronomical_show.html

(For 'galaxies', that'd presumably require additional code for black dots
and coloring in black dot areas a different shade.)

The pre-generated boards might be accessed under the 'Type' menu,
perhaps with a 'prefab' submenu.  The submenu could include check
marks to indicate played boards.

Hope this helps...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages sgt-puzzles depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.29.4-2

Versions of packages sgt-puzzles recommends:
ii  dillo [www-browser] 3.0.2-1
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  iceape [www-browser]2.7.2-1
ii  iceweasel [www-browser] 10.0.2-1
ii  khelpcenter 4:4.0.0.really.3.5.10.dfsg.1-2
ii  konqueror [www-browser] 4:4.6.5-1
ii  links [www-browser] 2.5-1
ii  lynx-cur [www-browser]  2.8.8dev.12-1
ii  opera-static [www-browser]  7.23-20031119.1
ii  yelp3.2.1+dfsg-1+b1

sgt-puzzles suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580713: sgt-puzzles: Larger puzzles randomly freezes on generation

2012-03-02 Thread A. Costa
Package: sgt-puzzles
Version: 9306-1
Followup-For: Bug #580713

I rediscovered this bug while waiting for a 150x150 'galaxies' board, which
has had a CPU  maxed out for the last hour.  (Still going... didn't want to
play it so much as see what it'd look like.)

It would be better to progressively warn the user if the generation process 
was expected to take longer than than 10 seconds, 1 minute, 10 minutes, an 
hour, days...  assuming it's possible to know that.

Some kind of progress meter would be helpful, to tell the user the 
program hasn't hung, perhaps with a time prediction, if feasible.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages sgt-puzzles depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.29.4-2

Versions of packages sgt-puzzles recommends:
ii  dillo [www-browser] 3.0.2-1
ii  elinks [www-browser]0.12~pre5-7
ii  galeon [www-browser]2.0.7-2.1+b1
ii  iceape [www-browser]2.7.2-1
ii  iceweasel [www-browser] 10.0.2-1
ii  khelpcenter 4:4.0.0.really.3.5.10.dfsg.1-2
ii  konqueror [www-browser] 4:4.6.5-1
ii  links [www-browser] 2.5-1
ii  lynx-cur [www-browser]  2.8.8dev.12-1
ii  opera-static [www-browser]  7.23-20031119.1
ii  yelp3.2.1+dfsg-1+b1

sgt-puzzles suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#661973: wishlist: '--convert-to help' command line feature wanted.

2012-03-02 Thread A. Costa
Package: libreoffice-common
Version: 1:3.4.5-2
Severity: wishlist

Spun off from #661654.

Please consider adding a '--convert-to help' feature that
would work like -vo help in 'mplayer'.  Used from the
command line, the switch would print to STDOUT a list of the system's
currently installed conversion filters.

HTH...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-common depends on:
ii  libreoffice-style-galaxy [libreoffice-style-default]  1:3.4.5-4
ii  ure   3.4.5-4

Versions of packages libreoffice-common recommends:
ii  libtextcat-data  2.2-10
ii  xfonts-mathml4

Versions of packages libreoffice-common suggests:
pn  libreoffice-style-crystal none
pn  libreoffice-style-hicontrast  none
pn  libreoffice-style-oxygen  none
pn  libreoffice-style-tango   none

-- Configuration Files:
/etc/libreoffice/soffice.sh changed [not included]
/etc/libreoffice/sofficerc changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580713: sgt-puzzles: Larger puzzles randomly freezes on generation

2012-03-02 Thread A. Costa
On Sat, 03 Mar 2012 03:04:30 +
Ben Hutchings b...@decadent.org.uk wrote:

  Some kind of progress meter would be helpful, to tell the user the 
  program hasn't hung, perhaps with a time prediction, if feasible.
 
 The generators produce candidate configurations at random and then
 check that they are solvable and have the correct difficulty
 (difficulty affects which deduction rules have to be used).  In some
 cases, they will refine unsolvable candidates in order to make them
 solvable; in other cases they will generate new configurations.
 
 It's just not possible to tell how far this has progressed or how long
 it will take.

Based on that description, it sounds like it might be feasible to show
how it's getting along.  It wouldn't be prediction, but it would allow users
to see what they're waiting on.  A window would pop up, and display:

Generating random candidate of X*Y squares at normal difficulty.  1st 
try...

Done.  Now:

Is it solvable at normal difficulty?  Testing...

...suppose it fails:

Too difficult.  Try again.

...then:

Generating random candidate of X*Y squares at normal difficulty.  2nd 
try...

...suppose that fails:

Unsolvable.  Try again.

Etc.  Other messages might go by, Unsovable, trying to refine it to 
solvable..., et al.
At the end, it might beep and show:

Done.  After N minutes and 3 tries, a X*Y square normal difficulty 
puzzle found.
Press OK, or wait 30 seconds.

It would help to log this to some hidden local file.  Later the log
might be optionally uploaded and averaged with other user logs.

After a certain length of time, or number of tries, the prompt might
offer to give up.

Once there's data on how long things take, a give up prompt could be
offered immediately:

Are you sure you want to generate a 300x300 grid game?  Doing so can
take several weeks.

HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#661654: libreoffice-common: 'man libreoffice': --convert-to available filter list not described.

2012-02-29 Thread A. Costa
Thanks for that prompt, forthright, and corrective critique of my bug
report, Rene.  After consideration, I've found two _other_ flaws in my
initial report:

1) It should have been two reports.
i)  wishlist: '--convert-to help' command line feature wanted.
ii) docs: '--convert-to' docs insufficient.

2) It now seems obvious my report suffered from vague pronoun usage,
   something of an American custom that can cause confusion
   for international readers.  (Debian has many such readers, perhaps
   a majority.)

   Specifically, my usage of the pronoun these here:

...'odi'  'swf' examples...
These should all be documented.  

   I'd intended the pronoun these to signify the two major file 
extensions 
   odi and swf, as extensions only.  But as you've shown, these
   could also be inferred to signify all file extensions, written as
   examples!

   My apologies... and I'll try to nail down my pronouns better in the
   future.

You raised some other good points, perhaps more on which later.

Meanwhile, I intend to split this bug as per '1)' above.

Thanks again, and HTH...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



<    1   2   3   4   5   6   7   8   9   10   >