Re: archivemount at mentors

2012-09-13 Thread Nanakos Chrysostomos
Dear Bart,
thanks for your comments. I will fix that and re-upload the package.

Regards,
Chris.


On Wed, 12 Sep 2012 19:55:26 +, Bart Martens  wrote:
> Hi Nanakos,
> 
> I had a look at archivemount at mentors uploaded there on 2012-09-09
14:43.
> 
> The file debian/copyright contains this :
> 
>   |  Files: *
>   |  Copyright:
>   |   2005 Andre Landwehr 
>   |  License: GPL-2+
> 
> But the license is the GNU LGPL version 2.  So with L and without +.
> 
> Regards,
> 
> Bart Martens


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/c34dc6b38c9f38509e5eb35615e00...@wired-net.gr



Re: mpg321 at mentors

2012-09-13 Thread Nanakos Chrysostomos
Dear Bart,

On Wed, 12 Sep 2012 19:08:18 +, Bart Martens  wrote:
> Hi Nanakos,
> 
> I had a look at mpg321 at mentors uploaded there on 2012-08-27 09:13.
> 
> It is not clear to me on bug 685679 what you mean with "does not perform
> very
> well" and "not very stable".  I don't see how this makes "mpg321
unusable"
> and
> how it would "break other applications".  Please explain on the bug
report
> what's wrong and why you believe that disabling the -b option (actually
> making
> mpg321 silently ignore the -b option) would be the best approach in this
> context.
> 

I don't know if you have noticed an abnormal behavior when trying to use
the -b option but occasionally mpg321 crashes, stops playing the song,
plays the song
without syncing with the second process that outputs the song or the
reverse. Never starts
playing an mp3 file or crashes when someone tries to play a file that is
not an mp3. All those situations
does not happen when you are not using -b option. I am trying to solve the
problem but I haven't figured
where the fault is. So I prefer to silently as you say ignore the -b
option and preserve the package
in the previous state, so to provide a stable version that won't make
problems to users or other packages
that try or might use this new feature. 

> If the -b option does nothing then the manpage could be modified to
mention
> that.
> 

I will fix that and re-upload the package.

> The entries 0.3.2-2 and 0.3.2-1.1 in debian/changelog have lines with
one
> leading space too many.

Haven't noticed that, I will fix it.

> 
> The uncommenting of dh_testroot in debian/rules is not mentioned in
> debian/changelog.

I will fix that also.

Regards,
Chris.

> 
> Regards,
> 
> Bart Martens


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/369ee4e87b4356657fc880e6bed72...@wired-net.gr



Plugin Sub-Packaging

2012-09-13 Thread BRAGA, Bruno
Dear mentors,

Sorry if similar queries have brought up here before (couldn't find any).

I have a package in debian repository, and recently I have developed some
plugins for it. The rationale for that is I want the main package to be
with least dependencies as possible, and plugins would "add" features that
rely on other packages.
It all works good but I would like some feedback if there is a better way
to implement this, or this is the right path to take.

Along with this, I am struggling to temper with man pages and the
bash_completion from the main application. Basically, a plugin would "add"
command line features to the main application, therefore it is run by the
main application. I was thinking that the man pages could still be in a
{package}-{plugin} style, just for the sake of documentation, but the
bash_completion, I really need to place all new rules into the main
completion file.

How it works:

$ sudo apt-get install mypackage
$ mypackage [tab]
option1 option2 ... optionN

$ sudo apt-get install mypackage-pluginA
$ mypackage [tab]
option1 ... optionN option-plugin1 ... option-pluginN

The "hack" I am doing to get this working is to basically to alter the main
package bash_completion file, which is created with a variable prepared to
be tempered with by plugin installations:

...
opts="option1 ... optionN"
plugin_opts=
...

The debian/rules file would contain the appending routine:

...
sed -e 's:plugin_opts=$plugin_opts:plugin_opts=$plugin_opts" option-plugin1
... option-pluginN":'
 ...

But it looks like a dirty workaround for this...

Is there a better way to do this?

Thank in advance,

--
*Braga, Bruno*
www.brunobraga.net
bruno.br...@gmail.com


Re: Plugin Sub-Packaging

2012-09-13 Thread Gergely Nagy
"BRAGA, Bruno"  writes:

> The "hack" I am doing to get this working is to basically to alter the main
> package bash_completion file, which is created with a variable prepared to
> be tempered with by plugin installations:
>
> ...
> opts="option1 ... optionN"
> plugin_opts=
> ...

Would it not be better if you did something like:

for f in /etc/somewhere/else.d/*.completion; do
. $f
done

Where files in /etc/somewhere/else.d/ would be like this:

plugin_opts="$plugin_opts option-plugin1"

That way, plugins could drop a file in said dir, and the bash completion
would pick it up, hopefully, and you don't have to modify any file from
another package (which would be a horrible thing to do anyway).

-- 
|8]


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87a9wuf8ry.fsf@algernon.balabit



Processed: cantata: block ITP 684762 by RFS 687479

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 684762 by 687479
Bug #684762 [wnpp] ITP: cantata -- A KDE4 client for the music player daemon 
(MPD)
684762 was not blocked by any bugs.
684762 was not blocking any bugs.
Added blocking bug(s) of 684762: 687479
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
684762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684762
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13475500561992.transcr...@bugs.debian.org



Processed: RFS: cantata/0.8.3.1-1 [ITP]

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 687479 wishlist
Bug #687479 [sponsorship-requests] RFS: cantata/0.8.3.1-1 [ITP]
Severity set to 'wishlist' from 'normal'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
687479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687479
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13475500561994.transcr...@bugs.debian.org



Bug#672700: RFS: openbox-menu/0.3.6.7-1 [ITP #671862] -- Openbox pipe-menu to display menu entries from *.desktop files

2012-09-13 Thread Thomas Preud'homme
Note to potential sponsor:

There is no need to review this package right now. Indeed, I already sent 
Mélodie an email with a list of things to improve for this package. I took the 
responsability to mentor and sponsor Mélodie so there is no need for help now. 
However, when everything is fixed, a link to the updated package will be sent 
here so that other people can review it.

I didn't CC the remarks to this bug report because I wrote them in french 
since it was more convenient for both of us. I'll make the remarks public next 
time.

Best regards.


signature.asc
Description: This is a digitally signed message part.


Bug#687563: RFS: opengrm-ngram/1.0.3-1 [ITP] -- opengrm n-gram library

2012-09-13 Thread Giulio Paci
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "opengrm-ngram"

 * Package name: opengrm-ngram
   Version : 1.0.3-1
   Upstream Author : Brian Roark 
 * URL : http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary
 * License : APACHE-2.0
   Section : libs

It builds those binary packages:

 libngram-dev - opengrm n-gram library (development)
 libngram-tools - opengrm n-gram library (tools)
 libngram0  - opengrm n-gram library (runtime)
 libngram0-dbg - opengrm n-gram library (debug symbols)

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/opengrm-ngram


Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/o/opengrm-ngram/opengrm-ngram_1.0.3-1.dsc

More information about opengrm-ngram can be obtained from
http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary/.

Regards,
   Giulio Paci


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5052321c.9080...@gmail.com



Bug#687564: RFS: irstlm/5.80.01-1 -- [ITP] IRST Language Modeling Toolkit

2012-09-13 Thread Giulio Paci
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "irstlm"

* Package name: irstlm
  Version : 5.80.01-1
  Upstream Author : Marcello Federico 
* URL : https://sourceforge.net/projects/irstlm/
* License : LGPL-2.1
  Programming Lang: C++, Perl, Bash
  Description : IRST Language Modeling Toolkit
  Section : misc


It builds those binary packages:

 irstlm - IRST Language Modeling Toolkit
 libirstlm-dev - irstlm development files
 libirstlm0 - irstlm shared library
 libirstlm0-dbg - irstlm debug symbols

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/irstlm


Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/i/irstlm/irstlm_5.80.01-1.dsc

More information about irstlm can be obtained from
https://sourceforge.net/projects/irstlm/.

Regards,
   Giulio Paci


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50523399.7080...@gmail.com



Bug#687565: RFS: snack-sndfile-ext/0.0.1-1 [ITP] -- libsndfile snack plugin

2012-09-13 Thread Giulio Paci
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "snack-sndfile-ext"
* Package name: snack-sndfile-ext
  Version : 0.0.1
  Upstream Author : Giulio Paci 
* URL : https://github.com/snacksndfileext/SnackSndfileExt/
* License : LGPL-2.1
  Programming Lang: C, Tcl
  Description : libsndfile snack plugin
  Section : sound

It builds those binary packages:

snack-sndfile-ext - libsndfile snack plugin

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/snack-sndfile-ext


Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/s/snack-sndfile-ext/snack-sndfile-ext_0.0.1-1.dsc

More information about hello can be obtained from
https://github.com/snacksndfileext/SnackSndfileExt/.

Regards,
   Giulio Paci


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50523548.8070...@gmail.com



Bug#687566: FS: transcriber/1.5.1.1-5 [ITP] -- Transcribe speech data using an integrated editor

2012-09-13 Thread Giulio Paci
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "transcriber"

* Package name: transcriber
  Version : 1.5.1.1-5
  Upstream Author : Transcriber Team 
* URL : http://trans.sf.net/
* License : GPL-2+
  Programming Lang: C, Tcl
  Section : sound

It builds those binary packages:

transcriber - Transcribe speech data using an integrated editor

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/transcriber


Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/t/transcriber/transcriber_1.5.1.1-5.dsc

More information about transcriber can be obtained from
http://trans.sf.net/.

Regards,
   Giulio Paci


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50523607.2020...@gmail.com



Processed: your mail

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 687566 RFS: transcriber/1.5.1.1-5 [ITP] -- Transcribe speech data 
> using an integrated editor
Bug #687566 [sponsorship-requests] FS: transcriber/1.5.1.1-5 [ITP] -- 
Transcribe speech data using an integrated editor
Changed Bug title to 'RFS: transcriber/1.5.1.1-5 [ITP] -- Transcribe speech 
data using an integrated editor' from 'FS: transcriber/1.5.1.1-5 [ITP] -- 
Transcribe speech data using an integrated editor'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
687566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134756698029460.transcr...@bugs.debian.org



Processed: irstlm: block ITP 671282 by RFS 687564

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 671282 by 687564
Bug #671282 [wnpp] ITP: irstlm -- IRST Language Modeling Toolkit
671282 was not blocked by any bugs.
671282 was not blocking any bugs.
Added blocking bug(s) of 671282: 687564
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
671282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134759455231406.transcr...@bugs.debian.org



Processed: opengrm-ngram: block ITP 687119 by RFS 687563

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 687119 by 687563
Bug #687119 [wnpp] ITP: opengrm-ngram -- opengrm n-gram library
687119 was not blocked by any bugs.
687119 was not blocking any bugs.
Added blocking bug(s) of 687119: 687563
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
687119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134759455431440.transcr...@bugs.debian.org



Processed: transcriber: block ITP 678420 by RFS 687566

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 678420 by 687566
Bug #678420 [wnpp] ITP: transcriber -- Transcribe speech data using an
678420 was not blocked by any bugs.
678420 was not blocking any bugs.
Added blocking bug(s) of 678420: 687566
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
678420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134759455431495.transcr...@bugs.debian.org



Processed: snack-sndfile-ext: block ITP 677385 by RFS 687565

2012-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 677385 by 687565
Bug #677385 [wnpp] ITP: snack-sndfile-ext -- libsndfile snack plugin
677385 was not blocked by any bugs.
677385 was not blocking any bugs.
Added blocking bug(s) of 677385: 687565
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
677385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134759455431467.transcr...@bugs.debian.org



Problems converting Subversion-managed source package to Git.

2012-09-13 Thread Charles Plessy
Dear all,

I am trying to change the repository type of Debian Med's velvet package from
Subversion to Git.  I have followed the instructions from the Debian wiki,
which usually work well for me.

  http://wiki.debian.org/Alioth/Git#Convert_a_SVN_Alioth_repository_to_Git

To my surprise, this time a long string of commits, from
d3677cd5346ef36bad621f29c5fe54ca8441ee6c to 
f22edca1abc3dfb1dd32e2b1713a5b6b1763c714,
was not attached to the master branch, as indicated by their absence in git
log, or the discontinuation in 'gitk --all'.

Does anybody know the reason and a way to repair ?

I have uploaded the repository at git://git.debian.org/debian-med/velvet.git

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120914042240.ga12...@falafel.plessy.net



Bug#687389: marked as done (RFS: knights/2.4.2-1)

2012-09-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Sep 2012 05:20:05 +
with message-id 
and subject line closing RFS: knights/2.4.2-1
has caused the Debian Bug report #687389,
regarding RFS: knights/2.4.2-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
687389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687389
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "knights"

* Package name: knights
  Version : 2.4.2-1
  Upstream Author : Miha Čančula 
* URL : 
   http://kde-apps.org/content/show.php/Knights?content=122046
* License : GPLv3 + KDE e.V exception
  Section : games

It builds those binary packages:

knights- chess interface for the KDE Platform
knights-dbg - chess interface for the KDE Platform - debugging symbols

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/knights


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/k/knights/knights_2.4.2-1.dsc

Changes since the last upload:

 knights (2.4.2-1) experimental; urgency=low

  * New upstream release.
  * Delete load_right_default_theme.diff, applied upstream.
  * Move sjeng from Suggests to Recommends.
  * Add stockfish to Recommends.
  * Add knights-dbg package.
  * Bump Standards-Version to 3.9.3; no changes needed.

 -- José Manuel Santamaría Lema   Wed, 12 Sep 2012 
12:59:28 +0200

Important notes:
1. While there is a newer version of knights (2.5.0) I'm not packaging it 
because I didn't tested it yet. In the past when testing knights upstream 
releases I found important bugs which I fixed myself, so I have uploaded a 
package to mentors for knights 2.4.2, which is the version which I have been 
actually fixing upstream and testing.
2. I'm not a newbie, I have been working on KDE packages since 4.5 (that's 
more than one and a half year, maybe even 2 years). I would appreciate if the 
sponsor allows me to set the DMUA flag.

  Regards,
   José Manuel Santamaría Lema


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Package knights version 2.4.2-1 is in NEW now,
and the package at mentors is not newer (2012-09-12) than the package in NEW 
(2012-09-12),
so there is currently no package to sponsor.

http://ftp-master.debian.org/new/knights_2.4.2-1.html
http://mentors.debian.net/package/knights

Please remove the package from mentors or mark it "needs sponsor = no".
If for some reason you need to replace the package in NEW,
then you can upload an updated package to mentors
and feel free to reopen this RFS 687389 or open a new RFS.--- End Message ---