Re: Menu question: Sound Application

2011-05-22 Thread Peter Bennett
Hi Charles pabs Thank you. This is very helpful. I changed my menu file and all is working and lintian clean now. I do have a freedesktop file named jampal.desktop in addition to the menu file, but I do not know how I can validate that the desktop file is correct. I do also have an xpm icon and

Re: Menu question: Sound Application

2011-05-22 Thread Paul Wise
On Sun, May 22, 2011 at 10:07 PM, Peter Bennett pgbenn...@comcast.net wrote: I do have a freedesktop file named jampal.desktop in addition to the menu file, but I do not know how I can validate that the desktop file is correct. Run desktop-file-validate and lintian. I do also have an xpm

RFS or Review: nzbget

2011-05-22 Thread Andreas Moog
Dear mentors, I am looking for a sponsor for my package nzbget. * Package name: nzbget Version : 0.7.0-1 Upstream Author : Andrei Prygounkov hugbug AT users.sourceforge.net * URL : http://nzbget.sourceforge.net * License : GPL-2 Section : net It

Re: RFS or Review: nzbget

2011-05-22 Thread George Danchev
On Sunday 22 May 2011 20:28:01 Andreas Moog wrote: Dear mentors, Hi, Vote (signed): +1. looks a good one, in a sense I'm unable to find a flaw :-) I hope you find a sponsor who'll be actually using it. -- pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu signature.asc Description:

Avoiding useless library dependencies

2011-05-22 Thread Nikolaus Rath
Hello, I am trying to get rid of these warnings: dh_makeshlibs -a dh_shlibdeps -a dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if debian/python-llfuse/usr/lib/pyshared/python2.7/llfuse.so debian/python-llfuse/usr/lib/pyshared/python2.6/llfuse.so were not uselessly linked

RFS: gnustep-make (updated package)

2011-05-22 Thread Yavor Doganov
Dear mentors, I am looking for a sponsor for the new version 2.6.0-1 of my package gnustep-make. It builds these binary packages: gnustep-common - Common files for the core GNUstep environment gnustep-make - Basic GNUstep Makefiles gnustep-make-doc - Documentation for GNUstep-make The package

Re: override_dh_auto_configure not called

2011-05-22 Thread Anton Gladky
I have solved the problem by this way: = #! /usr/bin/make -f %: dh $@ binary-indep: dh --before dh_auto_build $@ $(MAKE) doc dh --after dh_auto_build $@ binary-arch: dh --before dh_auto_build $@ $(MAKE) bins dh

Re: Avoiding useless library dependencies

2011-05-22 Thread Russ Allbery
Nikolaus Rath nikol...@rath.org writes: I am trying to get rid of these warnings: dh_makeshlibs -a dh_shlibdeps -a dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if debian/python-llfuse/usr/lib/pyshared/python2.7/llfuse.so

Re: Avoiding useless library dependencies

2011-05-22 Thread Jakub Wilk
* Nikolaus Rath nikol...@rath.org, 2011-05-22, 13:56: gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/src/llfuse.o -o build/lib.linux-x86_64-2.7/llfuse.so --as-needed -pthread -lfuse -lrt -ld You want to use -Wl,--as-needed, not --as-needed. (--as-needed is

Re: Avoiding useless library dependencies

2011-05-22 Thread Nikolaus Rath
Jakub Wilk jw...@debian.org writes: * Nikolaus Rath nikol...@rath.org, 2011-05-22, 13:56: gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/src/llfuse.o -o build/lib.linux-x86_64-2.7/llfuse.so --as-needed -pthread -lfuse -lrt -ld You want to use

Re: Avoiding useless library dependencies

2011-05-22 Thread Paul Wise
On Mon, May 23, 2011 at 1:56 AM, Nikolaus Rath nikol...@rath.org wrote: What's the proper way to fix this warning? Get this bug fixed: http://bugs.debian.org/530346 I would suggest filing a bug and patch upstream, then pinging 530346 and marking it as forwarded to the upstream bug:

How to tell cdbs to work only on 2 out of 7 debs in debian/control?

2011-05-22 Thread Regid Ichira
debian/control of the nut source package has about 7 binary debs, say A ... G. They are built using cdbs. What should I put in debian/rules in order to build only A and B? The rules file that the debian maintainer uses for building all the debs is: $ cat debian/rules #!/usr/bin/make -f

Re: Avoiding useless library dependencies

2011-05-22 Thread Paul Wise
On Mon, May 23, 2011 at 9:54 AM, Paul Wise p...@debian.org wrote: On Mon, May 23, 2011 at 1:56 AM, Nikolaus Rath nikol...@rath.org wrote: What's the proper way to fix this warning? Get this bug fixed: An addendum, fuse looks like it needs a new maintainer: http://bugs.debian.org624818