Re: How to create quilt-based source packages using debuild

2009-05-17 Thread Benjamin Mesing
> Start with the unpatched upstream source. > Copy the debian dir in including debian/patches/. > echo "3.0 (quilt)" >debian/source/format > remove patch system from debian/rules if present > debuild Thanks for the pointer. However, since the archive does not support Format 3.0 (quilt) yet, I wil

Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Rogério Brito
On May 17 2009, Paul Wise wrote: > No: > http://bugs.debian.org/457345 Thanks. -- Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8 http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org

Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Paul Wise
2009/5/17 Rogério Brito : > Does the archive accept 3.0 source packages already? If yes, then I > think that I will migrate some of my packages. No: http://bugs.debian.org/457345 -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org

Re: How to create quilt-based source packages using debuild

2009-05-16 Thread Rogério Brito
Hi. On May 03 2009, Benjamin Mesing wrote: > I've tried to add "Format: 3.0 (quilt)" to the control file and a Format > 3 source package is correctly created (i.e. an orig.tar.gz and a > debian.tar.gz), but that resulted in a lintian warning: (...) Does the archive accept 3.0 source packages alre

Re: How to create quilt-based source packages using debuild

2009-05-11 Thread Goswin von Brederlow
Benjamin Mesing writes: > Hi, > > I am having trouble understanding how to build a quilt based > source-package. My packaging is based on quilt, but when running > debuild, debuild creates a traditional style source package. > I've tried to add "Format: 3.0 (quilt)" to the control file and a For

Re: How to create quilt-based source packages using debuild

2009-05-05 Thread Dmitrijs Ledkovs
2009/5/3 Noel David Torres Taño : > On Sunday 03 May 2009 08:15:42 Benjamin Mesing wrote: >> Hi, >> >> I am having trouble understanding how to build a quilt based >> source-package. My packaging is based on quilt, but when running >> debuild, debuild creates a traditional style source package. >>

Re: How to create quilt-based source packages using debuild

2009-05-03 Thread Noel David Torres Taño
On Sunday 03 May 2009 08:15:42 Benjamin Mesing wrote: > Hi, > > I am having trouble understanding how to build a quilt based > source-package. My packaging is based on quilt, but when running > debuild, debuild creates a traditional style source package. > I've tried to add "Format: 3.0 (quilt)"

How to create quilt-based source packages using debuild

2009-05-02 Thread Benjamin Mesing
Hi, I am having trouble understanding how to build a quilt based source-package. My packaging is based on quilt, but when running debuild, debuild creates a traditional style source package. I've tried to add "Format: 3.0 (quilt)" to the control file and a Format 3 source package is correctly cre