Re: SCons help needed

2016-01-17 Thread Bertrand Marc
Le 17/01/2016 08:50, Andrey Rahmatullin a écrit : > My package, xboxdrv, fails to build when the CPPFLAGS envvar has more than > one flag. That's because the code doesn't consider those flags separate. > The SCons docs [0] say "the default value for $CCFLAGS is an internal > SCons object which auto

Depend on a package from an other arch

2015-08-12 Thread Bertrand Marc
Dear mentors, I am trying to fix Debian bug #783875 [1]: playonlinux (which is arch independant) should depend on the 32 bits version of wine. Therefore I added a dependency on wine32|wine32-development, but it seems the package will not migrate to testing [2], because wine32 is not available on a

Re: How to deal with reviews in mentors.debian.net and repositories for new packaging work

2014-02-26 Thread Bertrand Marc
Le 26/02/2014 10:55, Emmanuel Kasper a écrit : > Is it possibile to host the packaging > work on alioth when you're not a Debian Developper ? You need to create a guest account on Alioth and then you will be able to use a personal git repository [1]. Joining collab-maint is also an option, but it

Bug#669722: RFS: gnunet/0.9.2-1 [ITA]

2012-05-07 Thread Bertrand Marc
Dear mentors, I uploaded a new version of my package gnunet to mentors with the following changes : * gnunet-server.postinst, gnunet-server.postrm: use dpkg-statoverride to set and remove setuid permissions. * debian/copyright: + use copyright format 1.0. + mention AUTHORS and tran

Bug#669722: RFS: gnunet/0.9.2-1 [ITA]

2012-04-23 Thread Bertrand Marc
Hello Christoph, Thank you for your answer. First of all, you are right: GNUnet has 2 dependencies in experimental (libextractor and libmicrohttpd). I intend to adopt and upload both to unstable (see RFS #669717 and #669719). With these, GNUnet shouldn't FTBFS. > uscan warning: In debian/watch no

Bug#669723: RFS: gnunet-gtk/0.9.2-1 [ITA]

2012-04-21 Thread Bertrand Marc
ibgmp3-dev, libnotify-dev, librsvg2-dev, libextractor-dev. + update libgtk to libgtk-3-dev. * Add a wrapper around gnunet-setup and depends on gksu. Regards, Bertrand Marc -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#669722: RFS: gnunet/0.9.2-1 [ITA]

2012-04-21 Thread Bertrand Marc
ol: gnunet-server suggests miniupnpc. * gnunet-server.docs: add README.mysql and README.postgres. * Remove /etc/default/gnunet-server on purge (Closes: #668766). * debian/rules: remove template binaries after dh_install. Regards, Bertrand Marc -- To UNSUBSCRIBE, email to debian-me

Bug#669719: RFS: libmicrohttpd/0.9.19-3 [ITA]

2012-04-21 Thread Bertrand Marc
(>= 1.15.4) | install-info for extract, see Policy section 12.2. * Add debian/watch. * Move to autoreconf: + build-depends on autoconf, automake, dh-autoreconf. + debian/rules: use dh --with autoreconf. Regards, Bertrand Marc -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.de

Bug#669717: RFS: libextractor/1:0.6.3-4 [ITA]

2012-04-21 Thread Bertrand Marc
. * Move to autoreconf: + build-depends on autoconf, automake, autopoint, dh-autoreconf. + debian/rules: use dh --with autoreconf. Regards, Bertrand Marc -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Include 0AD, a new fancy 3D RTS

2010-09-06 Thread Bertrand Marc
Hi folks ! I intend to include a new promising game in Debian : 0AD [1]. I did a lot of work for the initial packaging on svn.debian.org [2], [3]. Packages are working and are lintian clean. The thing is the game needs to compile a few build-deps itself : - a specific version of spidermonkey

RFS: playonlinux

2009-02-11 Thread Bertrand Marc
net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/p/playonlinux/playonlinux_3.3.1-1.dsc I would be glad if someone uploaded this package for me. Kind regards Bertrand Marc -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a

Compiled easter egg in a arch:all package

2009-02-09 Thread Bertrand Marc
Hi mentors, I'm currently trying to package PlayOnLinux (see ITP #485149) and there is one lintian error remaining. The program is written in python and bash, and is therefore arch:all. But upstream added an easter-egg in C in the archive, and a built version of the easter-egg. That is why I g

Re: Automatic building kernel module against kernel in archive

2009-02-09 Thread Bertrand Marc
I have a source package with a userspace part and a kernelland part. From this package I create a xyz-source package and a xyz package. The user can now use m-a to build a xyz-modules-... package. I saw that the last step could be done by our great build farm and the user has a direct usable k

Re: packaging for wine

2008-07-18 Thread Bertrand Marc
Patrick Matthäi a écrit : [EMAIL PROTECTED] schrieb: hello, i'd like to package (separately) some windows applications that run nice under wine. Hello, first thanks for trying to make Debian better and better. But I've to say that I disagree with the idea to package applications whic