Re: 'Architecture: all' with architecture specific dependencies - the Depends field contains an arch-specific dependency but the package is architecture all

2019-11-28 Thread Chris Knadle
Patrick Schleizer: > I am maintaining two Debian derivatives distributions, Whonix and > Kicksecure. (Open Source) I hope you don't mind my question. > > I am trying to build a custom meta package with 'Architecture: all' that > has an architecture specific dependency: > hardened-malloc [amd64] A

'Architecture: all' with architecture specific dependencies - the Depends field contains an arch-specific dependency but the package is architecture all

2019-11-27 Thread Patrick Schleizer
Dependencies for hardened systems CLI A metapackage, which installs command line interface (CLI) packages which should be installed on hardened systems. debhelper fails with the following error message >dh_gencontrol > dpkg-gencontrol: error: the Depends field contains an arch-specifi

'Architecture: all' with architecture specific dependencies - the Depends field contains an arch-specific dependency but the package is architecture all

2019-11-27 Thread Patrick Schleizer
Dependencies for hardened systems CLI A metapackage, which installs command line interface (CLI) packages which should be installed on hardened systems. debhelper fails with the following error message >dh_gencontrol > dpkg-gencontrol: error: the Depends field contains an arch-specifi

Re: Fixing the warning of Depends field unknown substitution variable ${perl:Depends}

2014-11-29 Thread T o n g
Thanks a lot Russ. I found my problem happens to be more than that, I.e., I should deal with "empty-binary-package" first. Once I got it properly build I see perl shows up on the Depends line. Depends: perl, dnsmasq, curl Sorry about the noise. Thanks again. On Sat, 29 Nov 2014 18:29:52

Re: Fixing the warning of Depends field unknown substitution variable ${perl:Depends}

2014-11-29 Thread Russ Allbery
T o n g writes: > On Sat, 29 Nov 2014 21:26:10 +0100, Stephen Kitt wrote: >> If you think ${perl:Depends} should have a value then there may be >> something else going on; what does dbab end up depending on once it's >> built? (dpkg-deb -I dbab*deb will tell you.) >> >> (Note that IO::Socket::I

Re: Fixing the warning of Depends field unknown substitution variable ${perl:Depends}

2014-11-29 Thread T o n g
On Sat, 29 Nov 2014 21:26:10 +0100, Stephen Kitt wrote: >> My packages gives this warning: >> >> dpkg-gencontrol: warning: Depends field of package dbab: unknown >> substitution variable ${perl:Depends} >> >> I am packaging Perl stuff, and I do use IO

Re: Fixing the warning of Depends field unknown substitution variable ${perl:Depends}

2014-11-29 Thread Stephen Kitt
Hi, On Sat, 29 Nov 2014 19:24:59 + (UTC), T o n g wrote: > My packages gives this warning: > > dpkg-gencontrol: warning: Depends field of package dbab: unknown > substitution variable ${perl:Depends} > > I am packaging Perl stuff, and I do use IO::Socket::INET in m

Fixing the warning of Depends field unknown substitution variable ${perl:Depends}

2014-11-29 Thread T o n g
Hi, My packages gives this warning: dpkg-gencontrol: warning: Depends field of package dbab: unknown substitution variable ${perl:Depends} I am packaging Perl stuff, and I do use IO::Socket::INET in my code: https://github.com/suntong001/dbab/blob/master/src/bin/dbab-svr In https

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Adeodato Simó
* Steve Langasek [Sat, 24 Jul 2004 14:29:16 -0700]: > On Sat, Jul 24, 2004 at 09:18:41PM +0200, Adeodato Simó wrote: > > there was a thread [1] about this in debian-devel last month. > > [1] http://lists.debian.org/debian-devel/2004/06/msg00133.html > > > A package depends on "apache | apache

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Steve Langasek
On Sat, Jul 24, 2004 at 09:18:41PM +0200, Adeodato Simó wrote: > * Fabio Tranchitella [Sat, 24 Jul 2004 21:08:23 +0200]: > > Is it possible to specify related alternative dependency? I'm thinking > > about something like this: > > Depends: [apache, php4] | [apache2, libapache2-mod-php4] | >

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Matt Zimmerman
On Sat, Jul 24, 2004 at 08:03:51PM +0200, Fabio Tranchitella wrote: > But why nobody has yet taken care about it? There is a patch > which (maybe) fix the bug without any answer from the maintainers. If you are interested in seeing this (minor) bug fixed, helpful actions include: - Applying the

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Adeodato Simó
* Steve Langasek [Sat, 24 Jul 2004 14:29:16 -0700]: > On Sat, Jul 24, 2004 at 09:18:41PM +0200, Adeodato Simó wrote: > > there was a thread [1] about this in debian-devel last month. > > [1] http://lists.debian.org/debian-devel/2004/06/msg00133.html > > > A package depends on "apache | apache

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Steve Langasek
On Sat, Jul 24, 2004 at 09:18:41PM +0200, Adeodato Simó wrote: > * Fabio Tranchitella [Sat, 24 Jul 2004 21:08:23 +0200]: > > Is it possible to specify related alternative dependency? I'm thinking > > about something like this: > > Depends: [apache, php4] | [apache2, libapache2-mod-php4] | >

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Matt Zimmerman
On Sat, Jul 24, 2004 at 08:03:51PM +0200, Fabio Tranchitella wrote: > But why nobody has yet taken care about it? There is a patch > which (maybe) fix the bug without any answer from the maintainers. If you are interested in seeing this (minor) bug fixed, helpful actions include: - Applying the

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Adeodato Simó
* Fabio Tranchitella [Sat, 24 Jul 2004 21:08:23 +0200]: > Is it possible to specify related alternative dependency? I'm thinking > about something like this: > Depends: [apache, php4] | [apache2, libapache2-mod-php4] | there was a thread [1] about this in debian-devel last month. [1] h

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
Il sab, 2004-07-24 alle 20:03, Fabio Tranchitella ha scritto: > But if I change the order of the packages apt doesn't try to install > apache (and this is right, of course) but try to install apache-common > and apache-utils... !!! > > # apt-get install apache2 gallery > [ .. snip .. ] > The follo

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
You have replied in private, I hope you won't mind if I answer on the list... Il sab, 2004-07-24 alle 19:36, Nick Lewycky ha scritto: > Is this any different from bug 122304? > Nick Yep, you are right, I think the bug is the same... But why nobody has yet taken care about it? There is a patch wh

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Andreas Metzler
On 2004-07-24 Fabio Tranchitella <[EMAIL PROTECTED]> wrote: > Hi, maybe I'm missing something (so please don't flog me :)) but I think > apt doesn't handle properly the Depends field. > Here there is an example, gallery depends on: > >> Depends: apache |

apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
Hi, maybe I'm missing something (so please don't flog me :)) but I think apt doesn't handle properly the Depends field. Here there is an example, gallery depends on: >> Depends: apache | apache-ssl | apache-perl, ... On my machine I haven't installed any of them, so if

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Adeodato Simó
* Fabio Tranchitella [Sat, 24 Jul 2004 21:08:23 +0200]: > Is it possible to specify related alternative dependency? I'm thinking > about something like this: > Depends: [apache, php4] | [apache2, libapache2-mod-php4] | there was a thread [1] about this in debian-devel last month. [1] h

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
Il sab, 2004-07-24 alle 20:03, Fabio Tranchitella ha scritto: > But if I change the order of the packages apt doesn't try to install > apache (and this is right, of course) but try to install apache-common > and apache-utils... !!! > > # apt-get install apache2 gallery > [ .. snip .. ] > The follo

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
You have replied in private, I hope you won't mind if I answer on the list... Il sab, 2004-07-24 alle 19:36, Nick Lewycky ha scritto: > Is this any different from bug 122304? > Nick Yep, you are right, I think the bug is the same... But why nobody has yet taken care about it? There is a patch wh

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Andreas Metzler
On 2004-07-24 Fabio Tranchitella <[EMAIL PROTECTED]> wrote: > Hi, maybe I'm missing something (so please don't flog me :)) but I think > apt doesn't handle properly the Depends field. > Here there is an example, gallery depends on: > >> Depends: apache |

apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Fabio Tranchitella
Hi, maybe I'm missing something (so please don't flog me :)) but I think apt doesn't handle properly the Depends field. Here there is an example, gallery depends on: >> Depends: apache | apache-ssl | apache-perl, ... On my machine I haven't installed any of them, so if

Re: Depends field if I have number of internal libraries

2000-10-31 Thread Josip Rodin
On Tue, Oct 31, 2000 at 01:32:16AM +0300, Alexander Kotelnikov wrote: > > > I have a source from that I build some library packages and binary one. > > > Binary depends on all the libs I build. What should I put in Depends > > > field for my binary? > > > >

Re: Depends field if I have number of internal libraries

2000-10-31 Thread Josip Rodin
On Tue, Oct 31, 2000 at 01:32:16AM +0300, Alexander Kotelnikov wrote: > > > I have a source from that I build some library packages and binary one. > > > Binary depends on all the libs I build. What should I put in Depends > > > field for my binary? > > > >

Re: Depends field if I have number of internal libraries

2000-10-30 Thread Alexander Kotelnikov
On Mon, Oct 30, 2000 at 02:43:37PM +0100, Josip Rodin wrote: > On Mon, Oct 30, 2000 at 01:08:19AM +0300, Alexander Kotelnikov wrote: > > I have a source from that I build some library packages and binary one. > > Binary depends on all the libs I build. What should I put in Depends &

Re: Depends field if I have number of internal libraries

2000-10-30 Thread Alexander Kotelnikov
On Mon, Oct 30, 2000 at 02:43:37PM +0100, Josip Rodin wrote: > On Mon, Oct 30, 2000 at 01:08:19AM +0300, Alexander Kotelnikov wrote: > > I have a source from that I build some library packages and binary one. > > Binary depends on all the libs I build. What should I put in Depend

Re: Depends field if I have number of internal libraries

2000-10-30 Thread Josip Rodin
On Mon, Oct 30, 2000 at 01:08:19AM +0300, Alexander Kotelnikov wrote: > I have a source from that I build some library packages and binary one. > Binary depends on all the libs I build. What should I put in Depends > field for my binary? What? > For now I get number of messages

Re: Depends field if I have number of internal libraries

2000-10-30 Thread Josip Rodin
On Mon, Oct 30, 2000 at 01:08:19AM +0300, Alexander Kotelnikov wrote: > I have a source from that I build some library packages and binary one. > Binary depends on all the libs I build. What should I put in Depends > field for my binary? What? > For now I get number of messages

Depends field if I have number of internal libraries

2000-10-29 Thread Alexander Kotelnikov
Hello. I have a source from that I build some library packages and binary one. Binary depends on all the libs I build. What should I put in Depends field for my binary? For now I get number of messages like dpkg-shlibdeps: warning: could not find any packages for (libfoo-1.0.0.so.0) dpkg

Depends field if I have number of internal libraries

2000-10-29 Thread Alexander Kotelnikov
Hello. I have a source from that I build some library packages and binary one. Binary depends on all the libs I build. What should I put in Depends field for my binary? For now I get number of messages like dpkg-shlibdeps: warning: could not find any packages for (libfoo-1.0.0.so.0) dpkg

Re: depends field...

1999-03-05 Thread Turbo Fredriksson
> "Jules" == Jules Bean <[EMAIL PROTECTED]> writes: Jules> On 4 Mar 1999, Turbo Fredriksson wrote: >> Depends: roxen-pike (>= 1.2.46) | (pike (>= 0.6), pike-image >> (>= 0.6)), ${shlibs:Depends} Jules> Depends: roxen-pike | pike, roxen-pike | pike-image, Jules> ${shlibs:De

Re: depends field...

1999-03-05 Thread Jules Bean
On 4 Mar 1999, Turbo Fredriksson wrote: > Depends: roxen-pike (>= 1.2.46) | (pike (>= 0.6), pike-image (>= 0.6)), > ${shlibs:Depends} > > How do I write this so it works? > > (Ether roxen-pike OR pike. If pike, we need pike-image too...) Depends: roxen-pike | pike, roxen-pike | pike-image, ${s

depends field...

1999-03-04 Thread Turbo Fredriksson
Depends: roxen-pike (>= 1.2.46) | (pike (>= 0.6), pike-image (>= 0.6)), ${shlibs:Depends} How do I write this so it works? (Ether roxen-pike OR pike. If pike, we need pike-image too...) -- We are GNU. You will be GPL'ed. Resistance is futile. / \ / \ / \ / \ / \ / \ Turbo Fredriksson <