Re: debian package creation: how to specify a version range in Depends: field

2009-08-03 Thread Tiago Saboga
Please don't cc me; I am subscribed. Unfortunately I don't have the time to do tests here, but I am sure you are quite close to your answer. Good luck, Tiago. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Re: debian package creation: how to specify a version range in Depends: field

2009-08-03 Thread Peter Van Biesen
Hi, FYI , I have a 10.0 and a 11.5 version of B in my repository. I added a Conflicts line with B (>= 11.0), the error: The following packages have unmet dependencies: A: Depends: B (>= 10.0) but it is not going to be installed I tried the Depends: B (>= 10.0), B (<< 11.0), the error: The fo

Re: debian package creation: how to specify a version range in Depends: field

2009-07-31 Thread Sven Joachim
On 2009-07-31 16:34 +0200, Peter Van Biesen wrote: > Hi, > > I'm building a package that depends on another package but this package needs > to be a in a specific version range. > > My package "A" depends on package "B" but the version of B needs to be 10.* . > > I tried > Depends: B(>>10.0), B(

Re: debian package creation: how to specify a version range in Depends: field

2009-07-31 Thread Tiago Saboga
What about Depends: B(>=10.0) Conflicts: B(>=11.0) ? Cheers, Tiago. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

debian package creation: how to specify a version range in Depends: field

2009-07-31 Thread Peter Van Biesen
Hi, I'm building a package that depends on another package but this package needs to be a in a specific version range. My package "A" depends on package "B" but the version of B needs to be 10.* . I tried Depends: B(>>10.0), B(<<11.0) Depends: B(>>10.0,<<11.0) Depends: B(=10.*) Both just inst

Re: Package Creation

2009-03-17 Thread lostson
On Tue, 2009-03-17 at 14:34 +0530, hari haran.spc wrote: > Dear Friends, >Could any one suggest any link other than debian developer's guide > for debian package creation. I could not be able to find out very good > tutorial in order to enrich my knowledge as well as package c

Package Creation

2009-03-17 Thread hari haran.spc
Dear Friends, Could any one suggest any link other than debian developer's guide for debian package creation. I could not be able to find out very good tutorial in order to enrich my knowledge as well as package creation. Please help me. -- S.Vellingiri, Associate Systems Enginee

Re: _short_ debian package creation HOWTO?

2006-05-27 Thread Roberto C. Sanchez
Dirk wrote: > I need to know HOWTO create debian packages. But all HOWTO's I've found > are too long to read. > > Is there one available with less than 1000 words? > In that case, the best thing to do is look at a package that is similar to whatever you want to package and then look at the stuf u

_short_ debian package creation HOWTO?

2006-05-27 Thread Dirk
I need to know HOWTO create debian packages. But all HOWTO's I've found are too long to read. Is there one available with less than 1000 words? Thanks, Dirk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: package creation/maintenance

1997-07-05 Thread Philippe Troin
On Sat, 05 Jul 1997 12:13:06 EDT dpk ([EMAIL PROTECTED]) wrote: > Are there any examples available of making debian packages? I figured > there would/has been a lot of questions about it, and was hoping someone > has provided a brief example of a debian package being made. Look at the hello p

package creation/maintenance

1997-07-05 Thread dpk
Are there any examples available of making debian packages? I figured there would/has been a lot of questions about it, and was hoping someone has provided a brief example of a debian package being made. Thanks, Dennis + dp

Re: package creation, basics

1996-12-15 Thread Fabien NinolesA
-BEGIN PGP SIGNED MESSAGE- On Sat, 14 Dec 1996, Ioannis Tambouras wrote: > > After reading the debian-faq, I am having trouble creating a > debian package for local use. One day it will reach debian.org too, > I hope! > > % ls > control.tar.gz data.tar.gz debian-binary control/ d

Re: package creation, basics

1996-12-14 Thread Philippe Troin
On Sat, 14 Dec 1996 19:59:19 EST Ioannis Tambouras ([EMAIL PROTECTED]) wrote: > > After reading the debian-faq, I am having trouble creating a > debian package for local use. One day it will reach debian.org too, > I hope! > > % ls > control.tar.gz data.tar.gz debian-binary control/ dat

package creation, basics

1996-12-14 Thread Ioannis Tambouras
After reading the debian-faq, I am having trouble creating a debian package for local use. One day it will reach debian.org too, I hope! % ls control.tar.gz data.tar.gz debian-binary control/ data/ % /usr/bin/ar -rc ascii-1.2_1.deb control.tar.gz data.tar.gz debian-binary This ascii-