Re: question about build a package

2013-06-03 Thread Chris Knadle
On Monday, June 03, 2013 09:11:46, Pol Hallen wrote: > Hi all! This is my first post :-) > > I try to patch postfix and I want be sure that my procedure is correct :-) I'd say yes. > apt-get source postfix and I see: > > f 215552 Jun 3 13:35 postfix_2.7.1-1+squeeze1.diff.gz > f 1754 Jun 3 13:

Re: question about build a package

2013-06-03 Thread Chris Knadle
On Monday, June 03, 2013 09:55:06, Rodolfo García Peñas (kix) wrote: > Pol Hallen escribió: > > Hi all! This is my first post :-) > > > > I try to patch postfix and I want be sure that my procedure is correct > > :-) > > > > apt-get source postfix and I see: > > > > f 215552 Jun 3 13:35 postfi

Re: Test suite best practices ?

2013-06-03 Thread Xavier Roche
Le 03/06/2013 10:58, Neil Williams a écrit : > One thing which hasn't been mentioned so far, always ensure that your > test suite only runs if DEB_BUILD_OPTIONS="nocheck" is *not* set. > ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) > # Code to run the package test suite. > endif Note that

Re: question about build a package

2013-06-03 Thread Jonathan Dowland
Hi Pol, Your question is more on-topic for the debian-mentors list. You might get more help there. Thanks -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2013060316

Re: question about build a package

2013-06-03 Thread Pol Hallen
> Your question is more on-topic for the debian-mentors list. You might get > more help there. ok! I'll subscribe, thanks! Pol -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.

Re: question about build a package

2013-06-03 Thread Pol Hallen
> probably you should patch the package using "quilt". You have more > info here: http://wiki.debian.org/UsingQuilt and here > http://www.debian.org/doc/manuals/maint-guide/modify.en.html hello and thanks for your reply :-) I read about quilt. Do you know if there is some problem compile the pack

Re: question about build a package

2013-06-03 Thread Rodolfo García Peñas (kix)
Pol Hallen escribió: Hi all! This is my first post :-) I try to patch postfix and I want be sure that my procedure is correct :-) apt-get source postfix and I see: f 215552 Jun 3 13:35 postfix_2.7.1-1+squeeze1.diff.gz f 1754 Jun 3 13:35 postfix_2.7.1-1+squeeze1.dsc d 4096 Jun 3 13:35 pos

question about build a package

2013-06-03 Thread Pol Hallen
Hi all! This is my first post :-) I try to patch postfix and I want be sure that my procedure is correct :-) apt-get source postfix and I see: f 215552 Jun 3 13:35 postfix_2.7.1-1+squeeze1.diff.gz f 1754 Jun 3 13:35 postfix_2.7.1-1+squeeze1.dsc d 4096 Jun 3 13:35 postfix-2.7.1 f 3418747 Jun

Re: Test suite best practices ?

2013-06-03 Thread Neil Williams
On Sun, 02 Jun 2013 20:59:13 +0200 Xavier Roche wrote: > Hi folks, > > Are there any "best practices" on how to handle test suite in Debian ? One thing which hasn't been mentioned so far, always ensure that your test suite only runs if DEB_BUILD_OPTIONS="nocheck" is *not* set. ifeq (,$(filter