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
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
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
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
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
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
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
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:
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-
* 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
* 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
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
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
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
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
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
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
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
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.
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
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
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
> > 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
23 matches
Mail list logo