> Eugene Teo <[EMAIL PROTECTED]> schrieb:
[snip]
> > 1. Is there any way to configure the files in debian/ to install
> > this shared library?
>
> I think you have to create a separate library package. Have a look at
>
> http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
> Eugene Teo <[EMAIL PROTECTED]> schrieb:
[snip]
> > 1. Is there any way to configure the files in debian/ to install
> > this shared library?
>
> I think you have to create a separate library package. Have a look at
>
> http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
Le ven 16/01/2004 à 17:24, Bartosz Fenski aka fEnIo a écrit :
> Thanks for quick answer.
you're welcome :)
> BTW why this document isn't included in mentioned page?
I think this is because the policy is still a draft. Hence, it is not
fully official. There's a debian-python group you should subs
On Fri, Jan 16, 2004 at 05:12:02PM +0100, Raphael Goulais wrote:
> > Is there somewhere any Python Policy?
> > Or any advices/hints how to package Python program properly?
> In the python package ... /usr/share/doc/python/python-policy.html is a
> directory containing the policy.
Doh... I've search
Quoting Bartosz Fenski aka fEnIo <[EMAIL PROTECTED]>:
> Hello.
>
> Is there somewhere any Python Policy?
> Or any advices/hints how to package Python program properly?
In the python package ... /usr/share/doc/python/python-policy.html is a
directory containing the policy.
Cheers,
Raphael
Hello.
Is there somewhere any Python Policy?
Or any advices/hints how to package Python program properly?
Or maybe I should follow Perl Policy with proper changes depending on
Python?
I'll be thankful for every links, hints ;)
regards
fEnIo
--
_ Bartosz Feński aka fEnIo | mailto:[EM
Le ven 16/01/2004 à 17:24, Bartosz Fenski aka fEnIo a écrit :
> Thanks for quick answer.
you're welcome :)
> BTW why this document isn't included in mentioned page?
I think this is because the policy is still a draft. Hence, it is not
fully official. There's a debian-python group you should subs
On Fri, Jan 16, 2004 at 05:12:02PM +0100, Raphael Goulais wrote:
> > Is there somewhere any Python Policy?
> > Or any advices/hints how to package Python program properly?
> In the python package ... /usr/share/doc/python/python-policy.html is a
> directory containing the policy.
Doh... I've search
Quoting Bartosz Fenski aka fEnIo <[EMAIL PROTECTED]>:
> Hello.
>
> Is there somewhere any Python Policy?
> Or any advices/hints how to package Python program properly?
In the python package ... /usr/share/doc/python/python-policy.html is a
directory containing the policy.
Cheers,
Raphael
--
Hello.
Is there somewhere any Python Policy?
Or any advices/hints how to package Python program properly?
Or maybe I should follow Perl Policy with proper changes depending on
Python?
I'll be thankful for every links, hints ;)
regards
fEnIo
--
_ Bartosz Feński aka fEnIo | mailto:[EM
On Fri, 2004-01-16 at 14:24, Tom wrote:
>
> On Fri, Jan 16, 2004 at 02:09:57PM +0100, Michel Dänzer wrote:
> > > I now have these packages sitting on my server at
> > > http://nox.lemuria.org/debian/
> >
> > I get permission denied for scorched3d_0.36.2.orig.tar.gz.
>
> Fixed.
Thanks, same prob
On Fri, 2004-01-16 at 14:24, Tom wrote:
>
> On Fri, Jan 16, 2004 at 02:09:57PM +0100, Michel DÃnzer wrote:
> > > I now have these packages sitting on my server at
> > > http://nox.lemuria.org/debian/
> >
> > I get permission denied for scorched3d_0.36.2.orig.tar.gz.
>
> Fixed.
Thanks, same prob
(I am on the list, btw. No need to CC me)
On Fri, Jan 16, 2004 at 02:09:57PM +0100, Michel Dänzer wrote:
> > I now have these packages sitting on my server at
> > http://nox.lemuria.org/debian/
>
> I get permission denied for scorched3d_0.36.2.orig.tar.gz.
Fixed.
> 0.36.1 fails to build becau
On Fri, 2004-01-16 at 10:40, Tom wrote:
>
> I now have these packages sitting on my server at
> http://nox.lemuria.org/debian/
I get permission denied for scorched3d_0.36.2.orig.tar.gz.
0.36.1 fails to build because it doesn't run configure. Removing
config.status in the clean target fixes that,
(I am on the list, btw. No need to CC me)
On Fri, Jan 16, 2004 at 02:09:57PM +0100, Michel Dänzer wrote:
> > I now have these packages sitting on my server at
> > http://nox.lemuria.org/debian/
>
> I get permission denied for scorched3d_0.36.2.orig.tar.gz.
Fixed.
> 0.36.1 fails to build becau
On Fri, 2004-01-16 at 10:40, Tom wrote:
>
> I now have these packages sitting on my server at
> http://nox.lemuria.org/debian/
I get permission denied for scorched3d_0.36.2.orig.tar.gz.
0.36.1 fails to build because it doesn't run configure. Removing
config.status in the clean target fixes that,
Tom <[EMAIL PROTECTED]> writes:
> Alternatively, how do I create the Packages.gz file found on archive
> sites, so people can apt-get from my server instead of downloading
> manually?
I've done this previously like this:
1. Create .override file into your package directory
2. In the package direct
Eugene Teo <[EMAIL PROTECTED]> schrieb:
> Hi everyone,
>
> I am trying to create a .deb package for a procps branch[1] by Robert
> Love (different from the official procps deb). In the program's
> source directory, it has a shared library, many binaries, and many
> man pages for those binaries.
Tom <[EMAIL PROTECTED]> writes:
> Alternatively, how do I create the Packages.gz file found on archive
> sites, so people can apt-get from my server instead of downloading
> manually?
I've done this previously like this:
1. Create .override file into your package directory
2. In the package direct
Eugene Teo <[EMAIL PROTECTED]> schrieb:
> Hi everyone,
>
> I am trying to create a .deb package for a procps branch[1] by Robert
> Love (different from the official procps deb). In the program's
> source directory, it has a shared library, many binaries, and many
> man pages for those binaries.
Hi everyone,
I am trying to create a .deb package for a procps branch[1] by Robert
Love (different from the official procps deb). In the program's
source directory, it has a shared library, many binaries, and many
man pages for those binaries.
I read, and followed the instructions given in th
On Fri, Jan 16, 2004 at 10:40:04AM +0100, Tom wrote:
> Alternatively, how do I create the Packages.gz file found on archive
> sites, so people can apt-get from my server instead of downloading
> manually?
Check http://mentors.debian.net service. It's designed for such
purposes. You can create an ac
Hello everyone -
I have made Debian packages for the game Scorched 3D
(http://www.scorched3d.co.uk/). I have the authors permissions and I
successfully got myself through the build process thanks to the
excellent documentation on www.debian.org
I have also successfully updated the package to the
Hi everyone,
I am trying to create a .deb package for a procps branch[1] by Robert
Love (different from the official procps deb). In the program's
source directory, it has a shared library, many binaries, and many
man pages for those binaries.
I read, and followed the instructions given in th
On Fri, Jan 16, 2004 at 10:40:04AM +0100, Tom wrote:
> Alternatively, how do I create the Packages.gz file found on archive
> sites, so people can apt-get from my server instead of downloading
> manually?
Check http://mentors.debian.net service. It's designed for such
purposes. You can create an ac
Hello everyone -
I have made Debian packages for the game Scorched 3D
(http://www.scorched3d.co.uk/). I have the authors permissions and I
successfully got myself through the build process thanks to the
excellent documentation on www.debian.org
I have also successfully updated the package to the
26 matches
Mail list logo