Re: Can't make a proper Debian package of a library

2005-02-26 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby escribió: | That's handled by multiple Packages: fields in ./debian/control. | Rerun dh_make in a new directory and choose "multiple binary" package | for an example ./debian/rules file to go along with it. | | Justin | I'll do :) That's t

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Justin Pryzby
On Sat, Feb 26, 2005 at 07:46:44PM +, Noel Torres wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nico Golde escribió: > > | Hello Noel, > | > | Have a look at this: > | http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html > | Regards Nico > > Thnks, I'll look

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bartosz Fenski aka fEnIo escribió: | On Sat, Feb 26, 2005 at 07:46:44PM +, Noel Torres wrote: |> BTW, How to cope with Makefile having to create two different packages? | | You don't have to cope with Makefile in that case. Just ensure that all | fi

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Bartosz Fenski aka fEnIo
On Sat, Feb 26, 2005 at 07:46:44PM +, Noel Torres wrote: > BTW, How to cope with Makefile having to create two different packages? You don't have to cope with Makefile in that case. Just ensure that all files are put in debian/tmp with `make install`, and the move them to debian/library1 and d

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nico Golde escribió: | Hello Noel, | | Have a look at this: | http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html | Regards Nico Thnks, I'll look it again (I readed it before writing to the list). BTW, How to cope with Makefile having

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Nico Golde
Hello Noel, * Noel Torres <[EMAIL PROTECTED]> [2005-02-26 16:07]: > Hello > > Please, CC me in the answer, I'm not subscribed to the list. > > I want to become a new Debian developer, starting with the maintaining > of the Debian version of my own code. I tried to follow the "New > Maintainers'

Re: Can't make a proper Debian package of a library

2005-02-26 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby wrote: Uncomment dh_install on your rules file. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCIDLmNTNQylgICMQRAg58AKCPm559QGs6zT2vIEblaOwP+H35yQCg

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Justin Pryzby
On Sat, Feb 26, 2005 at 12:38:12AM +, Noel Torres wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Justin Pryzby escribió: > > | Okay, can you make the build tree, including debian/, publicly > | available for us to scrutinize? > | > | Justin > | > | > > http://envite.rolamasao.o

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby escribió: | Okay, can you make the build tree, including debian/, publicly | available for us to scrutinize? | | Justin | | http://envite.rolamasao.org/~envite/ Thanks for all Noel -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/L

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Justin Pryzby
On Fri, Feb 25, 2005 at 11:57:42PM +, Noel Torres wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Justin Pryzby escribió: > > | On Fri, Feb 25, 2005 at 11:25:24PM +, Noel Torres wrote: > |> Justin Pryzby escribió: > |> | On Fri, Feb 25, 2005 at 10:42:22PM +, Noel Torres w

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby escribió: | On Fri, Feb 25, 2005 at 11:25:24PM +, Noel Torres wrote: |> Justin Pryzby escribió: |> | On Fri, Feb 25, 2005 at 10:42:22PM +, Noel Torres wrote: |> |> Justin Pryzby escribió: |> |> | On Fri, Feb 25, 2005 at 09:59:20PM

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Justin Pryzby
On Fri, Feb 25, 2005 at 11:25:24PM +, Noel Torres wrote: > Justin Pryzby escribió: > | On Fri, Feb 25, 2005 at 10:42:22PM +, Noel Torres wrote: > |> Justin Pryzby escribió: > |> | On Fri, Feb 25, 2005 at 09:59:20PM +, Noel Torres wrote: > Yes, I created the two .deb files. But they does

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby escribió: | On Fri, Feb 25, 2005 at 10:42:22PM +, Noel Torres wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Justin Pryzby escribió: |> |> | On Fri, Feb 25, 2005 at 09:59:20PM +, Noel Torres wrote: |> |> Can someb

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Justin Pryzby
On Fri, Feb 25, 2005 at 10:42:22PM +, Noel Torres wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Justin Pryzby escribió: > > | On Fri, Feb 25, 2005 at 09:59:20PM +, Noel Torres wrote: > |> Can somebody help me to package it? I want it to become (some day) a > |> piece of Deb

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Justin Pryzby
On Fri, Feb 25, 2005 at 09:59:20PM +, Noel Torres wrote: > Can somebody help me to package it? I want it to become (some day) a > piece of Debian. Yes, we will do our best to help you. I think everyone here would prefer that you ask specific questions on-list, and we will reply on-list. That

Re: Can't make a proper Debian package of a library

2005-02-25 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Pryzby escribió: | On Fri, Feb 25, 2005 at 09:59:20PM +, Noel Torres wrote: |> Can somebody help me to package it? I want it to become (some day) a |> piece of Debian. | Yes, we will do our best to help you. I think everyone here would | pre

Can't make a proper Debian package of a library

2005-02-25 Thread Noel Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Please, CC me in the answer, I'm not subscribed to the list. I want to become a new Debian developer, starting with the maintaining of the Debian version of my own code. I tried to follow the "New Maintainers' Guide" but it didn't help me, 'cos my