Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Fri, Oct 3, 2008 at 8:02 PM, Paul Wise [EMAIL PROTECTED] wrote: Can you paste the binary-indep/binary-arch targets of your debian/rules file? Perhaps you are missing a call to dpkg-gencontrol/dh_gencontrol? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [EMAIL

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 20:02 +0800 schrieb Paul Wise: On Sat, Oct 4, 2008 at 1:35 AM, Jann Horn [EMAIL PROTECTED] wrote: dpkg-genchanges: failure: cannot read files list file: No such file or directory H. Can you paste the binary-indep/binary-arch targets of

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 1:35 AM, Jann Horn [EMAIL PROTECTED] wrote: dpkg-genchanges: failure: cannot read files list file: No such file or directory H. Can you paste the binary-indep/binary-arch targets of your debian/rules file? -- bye, pabs

Re: What is the best method to update only some binary packages

2008-10-03 Thread Osamu Aoki
Hi, On Thu, Oct 02, 2008 at 06:31:03PM +0100, Neil Williams wrote: On Fri, 3 Oct 2008 01:47:51 +0900 Osamu Aoki [EMAIL PROTECTED] wrote: I know there is a way to do it ?? dh_gencontrol as I posted in another message. As I remember, it was used before I adopted the maintenance of

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Ben Finney
Jann Horn [EMAIL PROTECTED] writes: I changed the rules, you're right. I did so because of this report: Your package does not seem to be lintian clean. 'lintian' is a tool to verify if source package contain obvious packaging errors. These warnings/errors were found:

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 23:45 +1000 schrieb Ben Finney: Jann Horn [EMAIL PROTECTED] writes: I changed the rules, you're right. I did so because of this report: Your package does not seem to be lintian clean. 'lintian' is a tool to verify if source package contain

'cdarch' has a dash version

2008-10-03 Thread Jann Horn
Hello! I uploaded a package, but it causes the following message: Your package does not seem to be lintian clean. 'lintian' is a tool to verify if source package contain obvious packaging errors. These warnings/errors were found: W: cdarch source:

Re: 'cdarch' has a dash version

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 4:28 AM, Jann Horn [EMAIL PROTECTED] wrote: I uploaded a package, but it causes the following message: ... N: dpkg-source searches for this in N: ../package_upstream-version.orig.tar.gz. N: As the warning suggests, the tarball needs to be named

Re: RFS: gnome-art-ng

2008-10-03 Thread Julien Lavergne
Le dimanche 21 septembre 2008 à 15:07 +0200, Cyril Brulebois a écrit : Julien Lavergne [EMAIL PROTECTED] (16/09/2008): I am looking for a sponsor for my package gnome-art-ng. The goal of Gnome-art-ng is to replace gnome-art (non maintained upstream, see

RFS: libenglab0.2 (second attempt)

2008-10-03 Thread Harry Serenis
Dear mentors, I am looking for a sponsor for my package libenglab0.2. * Package name: libenglab0.2 Version : 0.2.4-1 Upstream Author : BugFest Team * URL : http://englab.org * License : GPLv2 Section : libs It builds these binary packages:

Library Packaging

2008-10-03 Thread Jonathan Steel
Hi I'm trying to create a package of a shared library and I can't figure out how to do it. I can do it for a normal binary using dh_make and debuild. Ive read through all the debian packaging guides I can find. But there is a lack of info on how to do it for shared libraries. I end up with a

Re: Library Packaging

2008-10-03 Thread David Paleino
On Fri, 03 Oct 2008 16:16:47 -0400, Jonathan Steel wrote: Hi I'm trying to create a package of a shared library and I can't figure out how to do it. I can do it for a normal binary using dh_make and debuild. You already tried with dh_make -l, right? -- . ''`. Debian maintainer |

Re: Library Packaging

2008-10-03 Thread Neil Williams
On Fri, 2008-10-03 at 16:16 -0400, Jonathan Steel wrote: Hi I'm trying to create a package of a shared library and I can't figure out how to do it. I can do it for a normal binary using dh_make and debuild. Ive read through all the debian packaging guides I can find. Shared libraries are

Re: Library Packaging

2008-10-03 Thread Craig Small
On Fri, Oct 03, 2008 at 09:44:44PM +0100, Neil Williams wrote: Generally, I don't recommend that anyone on this list seriously considers packaging shared libraries until they have a couple of ordinary binary packages in the archive. I would agree with that. Debian packaging is quite daunting

Re: 'cdarch' has a dash version

2008-10-03 Thread Craig Small
On Fri, Oct 03, 2008 at 10:28:02PM +0200, Jann Horn wrote: I uploaded a package, but it causes the following message: Your package does not seem to be lintian clean. 'lintian' is a tool to verify if source package contain obvious packaging errors. These

Re: Library Packaging

2008-10-03 Thread Kapil Hari Paranjape
Hello, On Fri, 03 Oct 2008, Neil Williams wrote: On Fri, 2008-10-03 at 16:16 -0400, Jonathan Steel wrote: I'm trying to create a package of a shared library and I can't figure out how to do it. I can do it for a normal binary using dh_make and debuild. Ive read through all the debian

Re: Library Packaging

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 8:50 AM, Kapil Hari Paranjape [EMAIL PROTECTED] wrote: There is a guide covering some of the basic issues at http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html Unfortunately it doesn't yet cover using symbols files, for more info on that see these:

Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Hello, i've got a problem with dpkg-buildpackage and get the following error when I start it (sorry, it's German): kann Dateienliste-Datei nicht lesen: Datei oder Verzeichnis nicht gefunden Is someone here who can help me? Or is this the wrong list? Jann Horn signature.asc

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 1:16 AM, Jann Horn [EMAIL PROTECTED] wrote: i've got a problem with dpkg-buildpackage and get the following error when I start it (sorry, it's German): Please run this: export LANG=C Then rerun the command and paste the english output. -- bye, pabs

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 19:35 +0800 schrieb Paul Wise: On Sat, Oct 4, 2008 at 1:16 AM, Jann Horn [EMAIL PROTECTED] wrote: i've got a problem with dpkg-buildpackage and get the following error when I start it (sorry, it's German): Please run this: export LANG=C Then rerun the