Re: RFS: anox

2011-12-08 Thread Paul Gevers
>>> - It's hardcoded to use "xinit -- :1 vt8". >> >> I do not understand why this is a problem, the eight terminal should >> just be free (it's more a limitation than a bug). > ---end quoted text--- > > No, it's not always free. For example, it happens with me sometimes that > X would crash for

Using /lib/init/vars.sh and its VERBOSE variable in init.d scripts

2011-12-08 Thread Thomas Goirand
Hi, I've seen a package which I want to sponsor using: # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh [...] case "$1" in start) [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" but in Debian, /lib/init/vars.sh contains VERBOSE=no by default, so t

Re: RFS: anox

2011-12-08 Thread Adam Borowski
On Fri, Dec 09, 2011 at 12:50:53PM +0800, Paul Wise wrote: > On Fri, Dec 9, 2011 at 7:39 AM, Sebastien Bertrand wrote: > > >> It's hardcoded to use "xinit -- :1 vt8". > > > > I do not understand why this is a problem, the eight terminal should > > just be free (it's more a limitation than a bug).

Re: RFS: anox

2011-12-08 Thread Paul Wise
On Fri, Dec 9, 2011 at 7:39 AM, Sébastien Bertrand wrote: >>  - It's hardcoded to use "xinit -- :1 vt8". > > I do not understand why this is a problem, the eight terminal should > just be free (it's more a limitation than a bug). You can't assume that the user has not setup X server :1 on vt8 on

Re: RFS: anox

2011-12-08 Thread أحمد المحمودي
On Fri, Dec 09, 2011 at 12:39:56AM +0100, Sébastien Bertrand wrote: > Hi, > > Thank you for your interest. > > >  - It's hardcoded to use "xinit -- :1 vt8". > > I do not understand why this is a problem, the eight terminal should > just be free (it's more a limitation than a bug). ---end quoted

Re: RFS: anox

2011-12-08 Thread Sébastien Bertrand
Dear mentors, I've uploaded a new version of my package "anox", and I am looking for a sponsor. * Package name: anox Version : 2.1-1 Upstream Author : Sébastien Bertrand * URL : https://launchpad.net/anox * License : GPL-3+ Section : x11 It bu

Re: dbconfig-common; repacking source

2011-12-08 Thread Paul Wise
On Fri, Dec 9, 2011 at 1:30 AM, Christian Welzel wrote: > currently i try to get my typo3 packages into shape, so the > new version gets accepted by ftp-masters. Please send a mail to this list when you have a package ready, I would like to help you audit it for embedded code copies and sourceles

Re: RFS: anox

2011-12-08 Thread Sébastien Bertrand
Hi, Thank you for your interest. >  - It's hardcoded to use "xinit -- :1 vt8". I do not understand why this is a problem, the eight terminal should just be free (it's more a limitation than a bug). >  - It uses /tmp in an unsafe way (eg. predictable filename).  Please use >   one of the methods

Re: RFS: python-github2

2011-12-08 Thread Jakub Wilk
* Paul Tagliamonte , 2011-12-08, 17:35: $ lintian -IE --pedantic *s P: python-github2: no-upstream-changelog NEWS.rst looks like a perfect candidate for upstream changelog, doesn't it? :) (Sadly, it's very easy to learn to ignore this tag...) http://mentors.debian.net/package/python-githu

RFS: python-github2

2011-12-08 Thread Paul Tagliamonte
Dear mentors, Two notes: - If you think i'd not screw up this minor package, please consider DMUA - it'll mean I bug the DD community a heckofa lot less. - This is a NEW package. Thanks! Here's the usual junk: P.S. Debexpo is showing warnings that I'm from the future. I assure you I'm not.

Re: RFS: php-xml-beautifier

2011-12-08 Thread Thomas Goirand
On 12/08/2011 08:18 PM, Mathias Ertl wrote: > Dear mentors, > > I am looking for a sponsor for my package "php-xml-beautifier". This package > contains a class to format and beautify XML docuemtents (for example add > linebreaks, format comments, etc.). Several other PEAR packages depend on it >

Re: NMU done but unresponsive maintainer

2011-12-08 Thread Emilien Klein
Hi Mentors and Alessio, 2011/11/25 Emilien Klein : > Hi Mentors, > > About a month ago [6 weeks now] I made a NMU of the python-poster package for > the > latest version 0.8.1, as suggested by Robert. Unfortunately Robert > hasn't answered my last 4 emails on 28/10, 2/11, 4/11 and 20/11, I > supp

dbconfig-common; repacking source

2011-12-08 Thread Christian Welzel
Hi there, currently i try to get my typo3 packages into shape, so the new version gets accepted by ftp-masters. There is a problem with modules, that are embedded into the upstream tar-ball, but do not get distributed with the binary packages (they get replaced by symlinks to debian-packages). ft

RFS: php-xml-beautifier

2011-12-08 Thread Mathias Ertl
Dear mentors, I am looking for a sponsor for my package "php-xml-beautifier". This package contains a class to format and beautify XML docuemtents (for example add linebreaks, format comments, etc.). Several other PEAR packages depend on it (see homepage: http://pear.php.net/package/XML_Beautif

Re: RFS: aspsms-t (2nd)

2011-12-08 Thread Marco Balmer
Dear debian-perl, debian-mentors, On Mon, Nov 07, 2011 at 11:43:21AM +0100, Marco Balmer wrote: > I am looking for a sponsor for finishing my perl package "aspsms-t". > > * Package name: aspsms-t >Version : 1.3.0-1 >Upstream Author : Marco Balmer > * URL : http

Re: RFS: anox

2011-12-08 Thread Ansgar Burchardt
Hi, Sébastien Bertrand writes: >anox - run an application in another X server While I don't plan to sponsor this, I found a few bugs after a short look at the package: - It's hardcoded to use "xinit -- :1 vt8". - It uses /tmp in an unsafe way (eg. predictable filename). Please use on

Re: C++ help wanted: FTBFS mira

2011-12-08 Thread Andreas Tille
Hi, On Thu, Dec 08, 2011 at 09:53:03AM +0100, Mike Hommey wrote: > > 219:bposhashstat_t () { > > 220:} > > And line 163 is: > 163: bposhashstat_t() {}; > > In other words, you have two definitions of the same (empty) constructor > in the same class. Ahh, deleting the second one works

Re: C++ help wanted: FTBFS mira

2011-12-08 Thread Mike Hommey
On Thu, Dec 08, 2011 at 09:39:05AM +0100, Andreas Tille wrote: > Hi, > > I try to build a new upstream version of mira but failed and without > having realy checked it also the current version will fail with latest > gcc. > > The build log says: > > g++ -DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=

C++ help wanted: FTBFS mira

2011-12-08 Thread Andreas Tille
Hi, I try to build a new upstream version of mira but failed and without having realy checked it also the current version will fail with latest gcc. The build log says: g++ -DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=\"mira\" -DPACKAGE_VERSION=\"3.4.0.1\" -DPACKAGE_STRING=\"mira\ 3.4.0.1\" -DPAC

Re: How to correct BTS error statistics

2011-12-08 Thread Alexander Reichle-Schmehl
Hi! Am 07.12.2011 19:53, schrieb Don Armstrong: [..] > affects 618125 + src:globus-gram-job-manager-setup-condor [..] >> Martin is talking about bugs like #618138, which was opened against >> globus-rsl/7.2-2 but closed with doxygen/1.7.3-6. > > Oh. These are actually bugs in doxygen/1.7.3-5 (I t