Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Paul Wise
Usually this warning is produced because of an incorrectly named orig.tar.gz - foo-1.2.orig.tar.gz (bad) vs foo_1.2.orig.tar.gz (good). Perhaps that is the issue? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Ben Finney
Paul Wise [EMAIL PROTECTED] writes: Usually this warning is produced because of an incorrectly named orig.tar.gz - foo-1.2.orig.tar.gz (bad) vs foo_1.2.orig.tar.gz (good). Perhaps that is the issue? Perhaps. But as far as I know, I have no control over the name of the tarball; it's generated

mentors.debian.net flaky - but not much longer

2008-09-07 Thread Christoph Haas
Dear maintainers, I'd like to apologize for the unreliability of mentors.debian.net in the last weeks. I am experiencing a wild mixture of problems in the backend code, the PGP verification and the mysql database. That lead to packages either left in the upload directory or being thrown away

Re: RFS: freeguide (updated package)

2008-09-07 Thread Vincent Bernat
OoO En cette nuit nuageuse du lundi 01 septembre 2008, vers 00:10, Daniel Watkins [EMAIL PROTECTED] disait : The updated package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/contrib/f/freeguide - Source repository: deb-src

Re: RFS: winff

2008-09-07 Thread Vincent Bernat
OoO En ce début d'après-midi ensoleillé du vendredi 05 septembre 2008, vers 15:07, Paul Gevers [EMAIL PROTECTED] disait : I: winff: desktop-entry-contains-encoding-key /usr/share/applications/winff.desktop:3 Encoding N: N: The Encoding key is now deprecated by the FreeDesktop standard

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Paul Wise
On Sun, Sep 7, 2008 at 7:27 PM, Ben Finney [EMAIL PROTECTED] wrote: Should I expect it to be found at '../tarballs/foo_1.2.3.orig.tar.gz'? That's where 'dpkg-buildpackage' and other tools seem to expect it. Is 'pbuilder' different in this regard? I'd rather not have the same file needing to

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Ben Finney
Paul Wise [EMAIL PROTECTED] writes: On Sun, Sep 7, 2008 at 3:33 PM, Ben Finney [EMAIL PROTECTED] wrote: Paul Wise [EMAIL PROTECTED] writes: Usually this warning is produced because of an incorrectly named orig.tar.gz - foo-1.2.orig.tar.gz (bad) vs foo_1.2.orig.tar.gz (good). Perhaps

Re: RFS: freeguide (updated package)

2008-09-07 Thread Daniel Watkins
Hi Vincent, On Sun, 07 Sep 2008 12:46:32 +0200 Vincent Bernat [EMAIL PROTECTED] wrote: OoO En cette nuit nuageuse du lundi 01 septembre 2008, vers 00:10, Daniel Watkins [EMAIL PROTECTED] disait : The updated package can be found on mentors.debian.net: - URL:

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Felipe Sateler
Ben Finney wrote: Paul Wise [EMAIL PROTECTED] writes: On Sun, Sep 7, 2008 at 3:33 PM, Ben Finney [EMAIL PROTECTED] wrote: Paul Wise [EMAIL PROTECTED] writes: Usually this warning is produced because of an incorrectly named orig.tar.gz - foo-1.2.orig.tar.gz (bad) vs

Re: RFS: libmarkdown-php

2008-09-07 Thread Daniel Watkins
Hi Raphael, Thanks for the continuing attention. On Sun, 24 Aug 2008 19:16:14 -0500 Raphael Geissert [EMAIL PROTECTED] wrote: debian/rules: The package FTBFS twice in a row because it moves the PHP Markdown Readme.text in the main directory without rolling back that change at the clean

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Daniel Moerner
dpkg-buildpackage expects it to be in ../foo_*. svn-buildpackage is the only one that uses ../tarballs AFAIK. Actually, most of the vcs-based package builders look in ../tarballs. Git-buildpackage looks there if pristine-tar is not being used to manage building, as does bzr-builddeb.

Re: RFS: libmarkdown-php

2008-09-07 Thread Raphael Geissert
Daniel Watkins wrote: Hi Raphael, Thanks for the continuing attention. On Sun, 24 Aug 2008 19:16:14 -0500 Raphael Geissert [EMAIL PROTECTED] wrote: debian/rules: The package FTBFS twice in a row because it moves the PHP Markdown Readme.text in the main directory without rolling back

Re: RFS: libmarkdown-php

2008-09-07 Thread Daniel Watkins
On Sun, 07 Sep 2008 14:22:32 -0500 Raphael Geissert [EMAIL PROTECTED] wrote: You have to rename the file before debhelper builds the package, I.e. after install and before binary. D'oh! Fixed. Oh, and: debian/copyright: The Debian packaging is (C) 2008, Daniel Watkins [EMAIL PROTECTED]

Need informations about BTS

2008-09-07 Thread Laurent Guignard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello mentors, How to set a bug about the package i try to build (dhcp_probe) in the BTS ? The bug i need to declare is a dependency of a specific patched version of libnet0 package that is under an ITA procedure ? I have found a block command of

Re: Need informations about BTS

2008-09-07 Thread Cristian Greco
On Sun, Sep 07, 2008 at 10:05:54PM +0200, Laurent Guignard wrote: Hello mentors, How to set a bug about the package i try to build (dhcp_probe) in the BTS ? The bug i need to declare is a dependency of a specific patched version of libnet0 package that is under an ITA procedure ? I have

Re: Need informations about BTS

2008-09-07 Thread Sandro Tosi
Hello Laurent, On Sun, Sep 7, 2008 at 22:05, Laurent Guignard [EMAIL PROTECTED] wrote: How to set a bug about the package i try to build (dhcp_probe) in the BTS ? Err, I don't understand here... may you please try to rephrase a bit? The bug i need to declare is a dependency of a specific

Re: Determining native or non-native package inside pbuilder

2008-09-07 Thread Ben Finney
Daniel Moerner [EMAIL PROTECTED] writes: Actually, most of the vcs-based package builders look in ../tarballs. Git-buildpackage looks there if pristine-tar is not being used to manage building, as does bzr-builddeb. Indeed, I mostly use the '${VCS}-buildpackage' commands, which is why I am

Re: RFS: libmarkdown-php

2008-09-07 Thread Raphael Geissert
Daniel Watkins wrote: On Sun, 07 Sep 2008 14:22:32 -0500 The updated package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/l/libmarkdown-php - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget

Re: Need informations about BTS

2008-09-07 Thread Paul Wise
On Mon, Sep 8, 2008 at 4:05 AM, Laurent Guignard [EMAIL PROTECTED] wrote: The bug i need to declare is a dependency of a specific patched version of libnet0 package that is under an ITA procedure ? I have found a block command of the BTS but i don't know where to find the bug number of ITA of