Bug#707163: RFS: nfsen

2013-05-10 Thread Bart Martens
Hi Matt, If you intend to package nfsen then please retitle bug 472666 from RFP to ITP and set yourself as the owner. 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

Re: Hardening powder

2013-05-10 Thread Steven Hamilton
On 10/05/13 20:15, Markus Koschany wrote: On 10.05.2013 11:38, Steven Hamilton wrote: Hi folks, I'm adopting and repacking Powder as per bug #691835. In addition to modernising the package I'm attempt to harden it. The package uses a custom shell script to build which I fork out of the rules fil

O:html2text

2013-05-10 Thread Nathan Owens
I have created a package fixing the build error relating to hardening support http://mentors.debian.net/debian/pool/main/h/html2text/html2text_1.3.2a-16.1.dsc I am not sure if I really want to adopt this package, but this fixes some issues and cleaning of the package and of course the issue I

Bug#707595: Info received (Bug#707595: RFS: xnoise/0.2.17-1)

2013-05-10 Thread Dominique Lasserre
Hi Mentors, the next upstream release came quite faster I thought, so I've bumped the package on mentors to the 0.2.18 release: * Package name: xnoise Version : 0.2.18-1 Upstream Author : Jörn Magens * URL : https://bitbucket.org/shuerhaaken/xnoise * License

Re: packaging non-python stuff using python-stdeb?

2013-05-10 Thread Игорь Пашев
mkdir -p debian/source echo '3.0 (quilt)' > debian/source/format echo 9 > debian/compat dch --create vim debian/control vim debian/copyright echo -e '#!/usr/bin/make -f\n\n%:\n\tdh $@\n' > debian/rules Don't be lazy :-) -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a

Re: packaging non-python stuff using python-stdeb?

2013-05-10 Thread Vincent Cheng
On Fri, May 10, 2013 at 8:47 AM, adrelanos wrote: > Jakub Wilk: >> * adrelanos , 2013-05-10, 09:19: >>> is it ok to use python-stdeb to package non-python stuff? >>> >>> For example using python-stdeb to package a shell script seems much >>> more simple to me. >> >> Simpler than what? >> > > Than

Re: [Help] Re: Bug#707426: maqview: FTBFS: (.text+0x74): undefined reference to `XISelectEvents'

2013-05-10 Thread Andreas Tille
On Fri, May 10, 2013 at 05:25:04PM +0600, Andrey Rahmatullin wrote: > On Fri, May 10, 2013 at 01:01:39PM +0200, Andreas Tille wrote: > > so I added -lXi explicitly as well as added libxi6 to Build-Depends. > You need to add -dev packages, not library packages to B-D. Uhmmm, to early morning - than

Re: packaging non-python stuff using python-stdeb?

2013-05-10 Thread adrelanos
Jakub Wilk: > * adrelanos , 2013-05-10, 09:19: >> is it ok to use python-stdeb to package non-python stuff? >> >> For example using python-stdeb to package a shell script seems much >> more simple to me. > > Simpler than what? > Than creating a Debian folder with compat, control, etc. Example:

Re: Trying to use dh_linktree to replace jquery.js but failed

2013-05-10 Thread Raphael Hertzog
Hi, On Fri, 10 May 2013, Andreas Tille wrote: > $ cat debian/libgtkdatabox-0.9.2-0-doc.linktrees > replace usr/share/javascript/jquery/jquery.js > usr/share/doc/libgtkdatabox-0.9.2-0-doc/html/jquery.js > $ grep -A1 dh-linktree debian/control >dh-linktree, >libjs-

Re: Advice on packaging SWIG generated python bindings and more

2013-05-10 Thread Jakub Wilk
* Srećko Jurić-Kavelj , 2013-05-08, 11:32: I've named the python package python-libaria, but the packaged module is named AriaPy. Debian Python Policy states that the package name should be the module name prefixed by python-, but on the other hand, package names should be lower case (Debian Po

Re: packaging non-python stuff using python-stdeb?

2013-05-10 Thread Jakub Wilk
* adrelanos , 2013-05-10, 09:19: is it ok to use python-stdeb to package non-python stuff? For example using python-stdeb to package a shell script seems much more simple to me. Simpler than what? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subj

Re: [Help] Re: Bug#707426: maqview: FTBFS: (.text+0x74): undefined reference to `XISelectEvents'

2013-05-10 Thread Andrey Rahmatullin
On Fri, May 10, 2013 at 01:01:39PM +0200, Andreas Tille wrote: > so I added -lXi explicitly as well as added libxi6 to Build-Depends. You need to add -dev packages, not library packages to B-D. -- WBR, wRAR signature.asc Description: Digital signature

Re: Hardening powder

2013-05-10 Thread Andrey Rahmatullin
On Fri, May 10, 2013 at 08:49:09PM +1000, Steven Hamilton wrote: > CXXFLAGS+=-z now It's a linker flag, not a compiler flag. And you should use dpkg-buildflags instead of hardcoding the flag directly. > So now I've appended the -z now option. Turns out I get a build > failure with -pie. It seems t

[Help] Re: Bug#707426: maqview: FTBFS: (.text+0x74): undefined reference to `XISelectEvents'

2013-05-10 Thread Andreas Tille
Hi, I can confirm this problem. On Thu, May 09, 2013 at 10:08:57AM +0200, Lucas Nussbaum wrote: > > Relevant part: > > g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -Wl,-z,relro -L/usr/lib -o maqview read_cache.o > > view_goto.o view_panel.o gl_g

Re: Hardening powder

2013-05-10 Thread Markus Koschany
On 10.05.2013 11:38, Steven Hamilton wrote: > Hi folks, > I'm adopting and repacking Powder as per bug #691835. In addition to > modernising the package I'm attempt to harden it. The package uses a > custom shell script to build which I fork out of the rules file. No > matter what I do though I can

Re: Hardening powder

2013-05-10 Thread Steven Hamilton
On 10/05/13 19:50, Andrey Rahmatullin wrote: On Fri, May 10, 2013 at 07:38:01PM +1000, Steven Hamilton wrote: PIE and Immediate binding I just can't seem to do. During compilation I can see the following in the final executable so it looks like the correct args are being passed. Wht args are yo

Re: Hardening powder

2013-05-10 Thread Andrey Rahmatullin
On Fri, May 10, 2013 at 07:38:01PM +1000, Steven Hamilton wrote: > PIE and Immediate binding I just can't seem to do. During > compilation I can see the following in the final executable so it > looks like the correct args are being passed. Wht args are you calling correct? There is nothing there a

Hardening powder

2013-05-10 Thread Steven Hamilton
Hi folks, I'm adopting and repacking Powder as per bug #691835. In addition to modernising the package I'm attempt to harden it. The package uses a custom shell script to build which I fork out of the rules file. No matter what I do though I can't fully harden it with the best I can get being

packaging non-python stuff using python-stdeb?

2013-05-10 Thread adrelanos
Hi, is it ok to use python-stdeb to package non-python stuff? For example using python-stdeb to package a shell script seems much more simple to me. Cheers, adrelanos -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Trying to use dh_linktree to replace jquery.js but failed

2013-05-10 Thread Andreas Tille
Hi, I tried to get rid of some jquery.js copy by using dh_linktree in git://anonscm.debian.org/debian-science/packages/libgtkdatabox.git but $ cat debian/libgtkdatabox-0.9.2-0-doc.linktrees replace usr/share/javascript/jquery/jquery.js usr/share/doc/libgtkdatabox-0.9.2-0-doc/html/jquery.j

Re: Bug#706820: RFS: mytop/1.9.1-1 ITA

2013-05-10 Thread Sven Hoexter
On Thu, May 09, 2013 at 07:31:30PM +0200, Werner Detter wrote: Hi, > > - the manpage states the wrong homepage (minor issue) > > Well, actually the first releases till Version 1.6 came from origin > upstream -> http://jeremy.zawodny.com/mysql/mytop/ > > After 1.6, seems like, another upstream t

Bug#707674: RFS: gcc-4.8-doc/4.8.0-1 [ITP]

2013-05-10 Thread GUO Yixuan
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package gcc-4.8-doc, with is based on gcc-4.7-doc, also maintained by me. A git repo was set up to track the packaging work[1]. [1] http://anonscm.debian.org/gitweb/?p=users/yixuan-guest/gcc-doc.gi

Bug#705192: RFS: sosreport-2.3~git20130509 ITP

2013-05-10 Thread Adam Stokes
> > 1) lintian information, you should run lintian with '-IE --pedantic', > > lintian will tell you more if there are any problem. There are still > > some lintian information, but I don't care of them. you may fix them > > when you polish your package. > > > > 2) You use old format copyright fil