Re: Dependency

2014-05-09 Thread Eric L.
In the section TIMTOWTDI I suggest "apt-cache showpkg". Eric On 10 May 2014 03:35:02 CEST, Fernando Toledo wrote: >El 06/05/14 03:35, Jörg Frings-Fürst escribió: >> Hi, >> >> is there a way to determine in how many and in which packages a >> package is added as a dependency? >> >> >> Jörg >>

Re: Dependency

2014-05-09 Thread Fernando Toledo
El 06/05/14 03:35, Jörg Frings-Fürst escribió: > Hi, > > is there a way to determine in how many and in which packages a > package is added as a dependency? > > > Jörg > > maybe using python-debian ? https://upsilon.cc/~zack/blog/posts/2008/07/python-debian_w_dependency_parsing/ https://gith

Re: Dependency

2014-05-05 Thread Vincent Cheng
On Mon, May 5, 2014 at 11:35 PM, Jörg Frings-Fürst wrote: > Hi, > > is there a way to determine in how many and in which packages a package > is added as a dependency? reverse-depends (from ubuntu-dev-tools), build-rdeps (from devscripts), or "dak rm -nR -s unstable -b " on coccia.d.o. Regards,

Re: Dependency on lib32foo vs libfoo on amd64

2011-10-15 Thread David Kalnischkies
On Sat, Oct 15, 2011 at 14:31, Игорь Пашев wrote: > Ok, multi-arch is good. > Can anyone help me: > for now i386 and amd64 libs are built from the same source > at the same time - I can't change this way. I'd like to pack these libs. > I'm sure I'm far from the truth :-) Do yourself a favor: Forg

Re: Dependency on lib32foo vs libfoo on amd64

2011-10-15 Thread Игорь Пашев
Ok, multi-arch is good. Can anyone help me: for now i386 and amd64 libs are built from the same source at the same time - I can't change this way. I'd like to pack these libs. I'm sure I'm far from the truth :-) Please, correct me: debian/control: Source: ... ... Package: libfoo Section: libs

Re: Dependency on lib32foo vs libfoo on amd64

2011-10-14 Thread Paul Wise
On Sat, Oct 15, 2011 at 4:21 AM, Igor Pashev wrote: > I'm building a package with: > > 64-bits app (foo), > 64-bits lib (libfoo) and > 32-bits lib (lib32foo). Please use multiarch instead of doing that. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-mentors-

Re: Dependency from a specific binary version

2011-10-07 Thread Thibaut Paumard
Le 07/10/11 10:16, Ole Streicher a écrit : > Hi, > > in a library that I want to package for Debian, there is a runtime check > that another library has the same version number as at compile time: > > ---8<- > float cfitsio_version;

Re: Dependency problem

2011-08-11 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11.08.2011 19:04, Torquil Macdonald Sørensen wrote: > I wish I could do something as simple as > Depends: > > python-wxgtk2.8 | (python-qt4, python-qt4-gl) | python-fltk | > (python-gtk2, gtkglext1) I'm pretty sure someone suggested such a syntax

Re: Dependency problem

2011-08-11 Thread Michael Tautschnig
[...] > >You can use something as ugly as: > > > >Depends: > >python-wxgtk2.8 | python-qt4 | python-fltk | python-gtk2, > >python-wxgtk2.8 | python-qt4 | python-fltk | python-gtkglext1, > >python-wxgtk2.8 | python-qt4-gl | python-fltk | python-gtk2, > >python-wxgtk2.8 | python-qt4-gl | python-fltk

Re: Dependency problem

2011-08-11 Thread Torquil Macdonald Sørensen
On 11/08/11 18:23, Jakub Wilk wrote: * Torquil Macdonald Sørensen , 2011-08-11, 17:52: Either python-wxgtk2.8 or "python-qt4 and python-qt4-gl" or python-fltk or "python-gtk2 and python-gtkglext1" You can use something as ugly as: Depends: python-wxgtk2.8 | python-qt4 | python-fltk | p

Re: Dependency problem

2011-08-11 Thread Jakub Wilk
* Torquil Macdonald Sørensen , 2011-08-11, 17:52: Either python-wxgtk2.8 or "python-qt4 and python-qt4-gl" or python-fltk or "python-gtk2 and python-gtkglext1" You can use something as ugly as: Depends: python-wxgtk2.8 | python-qt4 | python-fltk | python-gtk2, python-wxgtk2.8 |

Re: Dependency against ant

2009-10-15 Thread Emmanuel Bourg
Hi, The bzip2 code from Ant has been factored out as a separate library recently (Commons Compress). You may try to switch to it. http://commons.apache.org/compress http://packages.debian.org/squeeze/libcommons-compress-java Emmanuel Bourg Giovanni Mascellani a écrit : Hi all. A Java pac

Re: Dependency against ant

2009-10-08 Thread Niels Thykier
Giovanni Mascellani wrote: > Hi all. > > A Java package I'm working on (osmosis) uses some bzip2 embedded code > copy (less than 10 classes) from the ant project (classes > org.apache.tools.bzip2.*): if I want to avoid embedded code copies, I > need to make osmosis depend on ant, forcing the user

Re: Dependency on Package where Upstream License Changed to Non-Free

2006-12-06 Thread Benjamin Mesing
Hello, > > The source of the EPS lib is contained in the UMLet release > > Then it's not an external dependency, you have a fork. A fork that is - > and therefore will remain - GPL. What you may miss out on are updates, > that's all. It was shipped with UMLet only for convenience. But since jib

Re: Dependency on Package where Upstream License Changed to Non-Free

2006-12-05 Thread Neil Williams
On Tue, 05 Dec 2006 21:33:58 +0100 Benjamin Mesing <[EMAIL PROTECTED]> wrote: > Hello, > > I am in the process of packaging UMLet [1] which depends on the external > library EPS Graphics2d [2]. Apparantly that libray used to be available > under GPL but is now distributed on a commercial basis. h

Re: Dependency problem

2004-08-08 Thread Silke Reimer
On Sun, Aug 08, 2004 at 09:06:44AM +0200, Jochen Friedrich wrote: > Hi Silke, > > > My idea to solve the above problem has been to explicitly require at > > least the same version of libgdal1 that python-gdal has. So I put > > the following lines into debian/control: > > That's the wrong way to d

Re: Dependency problem

2004-08-08 Thread Silke Reimer
On Sun, Aug 08, 2004 at 09:06:44AM +0200, Jochen Friedrich wrote: > Hi Silke, > > > My idea to solve the above problem has been to explicitly require at > > least the same version of libgdal1 that python-gdal has. So I put > > the following lines into debian/control: > > That's the wrong way to d

Re: Dependency problem

2004-08-08 Thread Jochen Friedrich
Hi Silke, > My idea to solve the above problem has been to explicitly require at > least the same version of libgdal1 that python-gdal has. So I put > the following lines into debian/control: That's the wrong way to do it. Just think someone else is using your library (like qgis) and he will run

Re: Dependency problem

2004-08-08 Thread Jochen Friedrich
Hi Silke, > My idea to solve the above problem has been to explicitly require at > least the same version of libgdal1 that python-gdal has. So I put > the following lines into debian/control: That's the wrong way to do it. Just think someone else is using your library (like qgis) and he will run

Re: dependency question

2004-01-10 Thread Ayman Negm
On Wed, Jan 07, 2004 at 01:52:11PM -0700, Al Stone wrote: > OTOH, by not making it a "Depends:", I could end > up with a situation where installing oprofile or > prospect would work, but the tools themselves would > not because the kernel module is missing. > > The upstream author for prospect rea

Re: dependency question

2004-01-10 Thread Ayman Negm
On Wed, Jan 07, 2004 at 01:52:11PM -0700, Al Stone wrote: > OTOH, by not making it a "Depends:", I could end > up with a situation where installing oprofile or > prospect would work, but the tools themselves would > not because the kernel module is missing. > > The upstream author for prospect rea

Re: dependency question

2004-01-08 Thread David Z Maze
Al Stone <[EMAIL PROTECTED]> writes: > I've got packages I'm maintaining -- oprofile and prospect -- that > both need a particular kernel module to work. > > Right now, these packages only "Recommend:" the kernel module (in > this case, oprofile-module0.6.1). > > I did not want to make it a "Depen

Re: dependency question

2004-01-08 Thread David Z Maze
Al Stone <[EMAIL PROTECTED]> writes: > I've got packages I'm maintaining -- oprofile and prospect -- that > both need a particular kernel module to work. > > Right now, these packages only "Recommend:" the kernel module (in > this case, oprofile-module0.6.1). > > I did not want to make it a "Depen

Re: dependency question

2004-01-08 Thread Bernhard R. Link
* Al Stone <[EMAIL PROTECTED]> [040107 21:52]: > Right now, these packages only "Recommend:" the > kernel module (in this case, oprofile-module0.6.1). [...] > OTOH, by not making it a "Depends:", I could end > up with a situation where installing oprofile or > prospect would work, but the tools the

Re: dependency question

2004-01-08 Thread Bernhard R. Link
* Al Stone <[EMAIL PROTECTED]> [040107 21:52]: > Right now, these packages only "Recommend:" the > kernel module (in this case, oprofile-module0.6.1). [...] > OTOH, by not making it a "Depends:", I could end > up with a situation where installing oprofile or > prospect would work, but the tools the

Re: dependency question

2004-01-07 Thread Joe Nahmias
Al Stone wrote: > The packages themselves are tools that run in > user-space, collecting and analyzing performance > data from a kernel module that must be loaded. Why not create a shell script wrapper around the tool(s) that checks that the module is loaded, or tries to load it if missing? If th

Re: dependency question

2004-01-07 Thread Joe Nahmias
Al Stone wrote: > The packages themselves are tools that run in > user-space, collecting and analyzing performance > data from a kernel module that must be loaded. Why not create a shell script wrapper around the tool(s) that checks that the module is loaded, or tries to load it if missing? If th

Re: dependency on vulnerable version?

2003-10-23 Thread Andreas Metzler
On Thu, Oct 23, 2003 at 01:26:10AM +0200, Magosányi Árpád wrote: > Zorp depends on libssl. > DSA-393-1 says that libssl 0.9.7c-1 should be okay. > The shlibs file of libssl0.9.7 contains an unversioned dependency, > and because of that, zorp's dependency is also not versioned. > Questions: > -Sh

Re: dependency on vulnerable version?

2003-10-23 Thread Andreas Metzler
On Thu, Oct 23, 2003 at 01:26:10AM +0200, Magosányi Árpád wrote: > Zorp depends on libssl. > DSA-393-1 says that libssl 0.9.7c-1 should be okay. > The shlibs file of libssl0.9.7 contains an unversioned dependency, > and because of that, zorp's dependency is also not versioned. > Questions: > -Sh

Re: dependency bootstrapping problem

2002-08-24 Thread Junichi Uekawa
On Wed, 21 Aug 2002 14:53:54 -0700 Matt Kraai <[EMAIL PROTECTED]> wrote: > Here are the solutions I've considered: > > * merge them into one source package. This would diverge from >upstreams distribution model. There are many examples of putting multiple source packages in one Debian sou

Re: dependency bootstrapping problem

2002-08-21 Thread Gergely Nagy
> Here are the solutions I've considered: > > * merge them into one source package. This would diverge from >upstreams distribution model. > > * copy the header file into wordnet-grind. This would have to >be kept in sync manually. > > * build wordnet-dev and force its installation.

Re: dependency bootstrapping problem

2002-08-21 Thread Gergely Nagy
> Here are the solutions I've considered: > > * merge them into one source package. This would diverge from >upstreams distribution model. > > * copy the header file into wordnet-grind. This would have to >be kept in sync manually. > > * build wordnet-dev and force its installation

Re: Dependency logic

2002-01-14 Thread Colin Watson
On Mon, Jan 14, 2002 at 09:46:03AM -0500, Adam C Powell IV wrote: > In a post to this list about a year ago, someone suggested that complex > dependencies such as "(A & B) | C" be handled with: "A | C, B | C". Now > this generates a lintian error: > > E: petsc2.1.1-dev: package-has-a-duplicate-

Re: Dependency logic

2002-01-14 Thread Colin Watson
On Mon, Jan 14, 2002 at 09:46:03AM -0500, Adam C Powell IV wrote: > In a post to this list about a year ago, someone suggested that complex > dependencies such as "(A & B) | C" be handled with: "A | C, B | C". Now > this generates a lintian error: > > E: petsc2.1.1-dev: package-has-a-duplicate

Re: dependency mess: i'd like boolean operators

2001-02-09 Thread Richard Braakman
On Fri, Feb 09, 2001 at 12:06:14PM +0100, Domenico Andreoli wrote: > > Depends: curl (= 7.4.2-2) | curl (>= 7.5-1), > > libcurl0-ssl (= 7.4.2-2) | curl (>= 7.5-1), > > curl (= 7.4.2-2) | libcurl1-ssl (>= 7.5-1), > > libcurl0-ssl (= 7.4.2-2) | libcurl1-ssl (>= 7.5-1) > >

Re: dependency mess: i'd like boolean operators

2001-02-09 Thread Richard Braakman
On Fri, Feb 09, 2001 at 12:06:14PM +0100, Domenico Andreoli wrote: > > Depends: curl (= 7.4.2-2) | curl (>= 7.5-1), > > libcurl0-ssl (= 7.4.2-2) | curl (>= 7.5-1), > > curl (= 7.4.2-2) | libcurl1-ssl (>= 7.5-1), > > libcurl0-ssl (= 7.4.2-2) | libcurl1-ssl (>= 7.5-1) > >

Re: dependency mess: i'd like boolean operators

2001-02-09 Thread Domenico Andreoli
On Thu, Feb 08, 2001 at 09:07:11AM -0600, Richard Braakman wrote: > On Thu, Feb 08, 2001 at 03:39:33PM +0100, Domenico Andreoli wrote: > > the question is which dependencies should curl-ssl have? > > > > i'm thinking something like: > > Conflicts: curl(<7.4.2-2) > > Depends: curl(>=7.4.2-2), l

Re: dependency mess: i'd like boolean operators

2001-02-09 Thread Domenico Andreoli
On Thu, Feb 08, 2001 at 09:07:11AM -0600, Richard Braakman wrote: > On Thu, Feb 08, 2001 at 03:39:33PM +0100, Domenico Andreoli wrote: > > the question is which dependencies should curl-ssl have? > > > > i'm thinking something like: > > Conflicts: curl(<7.4.2-2) > > Depends: curl(>=7.4.2-2),

Re: dependency mess: i'd like boolean operators

2001-02-08 Thread Richard Braakman
On Thu, Feb 08, 2001 at 03:39:33PM +0100, Domenico Andreoli wrote: > the question is which dependencies should curl-ssl have? > > i'm thinking something like: > Conflicts: curl(<7.4.2-2) > Depends: curl(>=7.4.2-2), libcurl0-ssl(=7.4.2-2) | libcurl1-ssl(>=7.5-1) If you Depend on curl >= 7.4.2-

Re: dependency mess: i'd like boolean operators

2001-02-08 Thread Richard Braakman
On Thu, Feb 08, 2001 at 03:39:33PM +0100, Domenico Andreoli wrote: > the question is which dependencies should curl-ssl have? > > i'm thinking something like: > Conflicts: curl(<7.4.2-2) > Depends: curl(>=7.4.2-2), libcurl0-ssl(=7.4.2-2) | libcurl1-ssl(>=7.5-1) If you Depend on curl >= 7.4.2

Re: Dependency thoughts

2000-06-04 Thread peter karlsson
Will Lowe: > You could put each binary in a seperate package, and then each package > could have the right dependencies. I wonder if it would really be worth it, since the documentation and sample scripts (which I would need to include in both packages) are as big as the actual binaries. (Okay,

Re: Dependency thoughts

2000-06-04 Thread Will Lowe
> The current package also depends on mail-transport-agent, which is needed > (by both versions) to send mail. But, if you don't use the mail feature, it > is not needed. Should I really have this as a dependency? > > Should I change them both to Recommends, or even Suggests? You could put each b

Re: dependency question

2000-05-12 Thread Julian Gilbey
On Fri, May 12, 2000 at 01:40:26PM +0200, Tom Cato Amundsen wrote: > I am programming and packaging solfege,a python program for GNOME (in > incoming rsn). > > Currently is depends on python-gnome (>=1.0.50) and python-gtk (0.6.6), > since this versions worked just fine some weeks (months???) ago.

Re: dependency question

2000-05-12 Thread Ben Darnell
On Fri, May 12, 2000 at 01:40:26PM +0200, Tom Cato Amundsen wrote: > Should I keep the Depends: line as short as possible, and only depend > on python-gnome, since is it depends on python-gtk? This seems ok to > me so I'll to it if nobody objects. There is no benefit to keeping the Depends field s

Re: dependency question

2000-05-12 Thread Adrian Bunk
On Fri, 12 May 2000, Tom Cato Amundsen wrote: > I am programming and packaging solfege,a python program for GNOME (in > incoming rsn). > > Currently is depends on python-gnome (>=1.0.50) and python-gtk (0.6.6), > since this versions worked just fine some weeks (months???) ago. > > Should I keep