Your message dated Wed, 29 Jul 2009 11:02:14 +0000
with message-id <e1mw6vg-0002kk...@ries.debian.org>
and subject line Bug#538948: fixed in netbase 4.37
has caused the Debian Bug report #538948,
regarding netbase: Fails to install if ifupdown is not available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
538948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538948
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: netbase
Version: 4.36
Severity: serious
Tags: patch
Justification: fails to install
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi Marco,

in 4.33 you demoted ifupdown to a Recommends. If Recommends are setup to
not be installed by default (e.g. in build chroot), netbase now fails to
install, because insserv is now the default, and the LSB header of
/etc/init/networking has a strict dependency on ifupdown.

You should either dump the dependency again or make ifupdown an optional
dependency (Should-Start,Should-Stop) in the LSB header.

I've attached a patch for the latter.

Cheers,
Michael


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages netbase depends on:
ii  lsb-base                      3.2-23     Linux Standard Base 3.2 init scrip

Versions of packages netbase recommends:
ii  ifupdown                      0.6.8+nmu1 high level tools to configure netw

netbase suggests no packages.

-- debconf information excluded
diff --git a/init.d/networking b/init.d/networking
index fc9af41..1e0a8da 100755
--- a/init.d/networking
+++ b/init.d/networking
@@ -1,8 +1,10 @@
 #!/bin/sh -e
 ### BEGIN INIT INFO
 # Provides:          networking
-# Required-Start:    mountkernfs ifupdown $local_fs
-# Required-Stop:     ifupdown $local_fs
+# Required-Start:    mountkernfs $local_fs
+# Required-Stop:     $local_fs
+# Should-Start:      ifupdown
+# Should-Stop:       ifupdown
 # Default-Start:     S
 # Default-Stop:      0 6
 # Short-Description: Raise network interfaces.

--- End Message ---
--- Begin Message ---
Source: netbase
Source-Version: 4.37

We believe that the bug you reported is fixed in the latest version of
netbase, which is due to be installed in the Debian FTP archive:

netbase_4.37.dsc
  to pool/main/n/netbase/netbase_4.37.dsc
netbase_4.37.tar.gz
  to pool/main/n/netbase/netbase_4.37.tar.gz
netbase_4.37_all.deb
  to pool/main/n/netbase/netbase_4.37_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 538...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri <m...@linux.it> (supplier of updated netbase package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Jul 2009 12:20:21 +0200
Source: netbase
Binary: netbase
Architecture: source all
Version: 4.37
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri <m...@linux.it>
Changed-By: Marco d'Itri <m...@linux.it>
Description: 
 netbase    - Basic TCP/IP networking system
Closes: 533001 538948
Changes: 
 netbase (4.37) unstable; urgency=high
 .
   * Use Should-Start/Should-Stop instead of Start/Stop since nowadays
     ifupdown now is only a Recommends. (Closes: #538948)
   * etc-services: added dhcpv6-client (546), dhcpv6-server (547), idfp (549).
     (Closes: #533001)
Checksums-Sha1: 
 c19dca44574e8331c06cc00ed20e5dc19bd882f7 681 netbase_4.37.dsc
 53f9c6c4eccef1c7ca6b97ce85a04b2240886d44 33438 netbase_4.37.tar.gz
 814fb108edfa1cad7d7a23337c620da300c3221a 19034 netbase_4.37_all.deb
Checksums-Sha256: 
 e81bdf28544c566edef68b04c2f9b5dce0531f01008e9504d3a4bb3c4a3f1175 681 
netbase_4.37.dsc
 cbdb149852b60be7d3ff58233cd72d114913849ecad42999040b2579066ffd6a 33438 
netbase_4.37.tar.gz
 acf8223976a9bf1415dad9f2ede9b93ea7dcff96dd1c5c5c1130a3ef234eeba0 19034 
netbase_4.37_all.deb
Files: 
 f56c2c1b5701869c4e33b395f25fa122 681 admin important netbase_4.37.dsc
 8742bf5e66b370b7e9f682e9c03e29aa 33438 admin important netbase_4.37.tar.gz
 5d93f7a443c2ec39bbe4d7d6ea9bf107 19034 admin important netbase_4.37_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpwIwQACgkQFGfw2OHuP7FxIACgpGmpXmbBNAaozHFYAgOc7w6H
Q1YAniOjQCePVtm67vkzrAn7N/VrrURq
=v+M/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to