Your message dated Tue, 25 Dec 2007 16:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452371: fixed in network-manager 0.6.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: network-manager
Version: 0.6.5-3
Severity: normal
Tags: patch
According to interfaces(5) scripts in /etc/network/if-up.d/ should be
executed with PAHSE equal to "post-up". NetworkManager sets this to
"up".
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages network-manager depends on:
ii adduser 3.105 add and remove users and groups
ii dbus 1.1.1-3 simple interprocess messaging syst
ii dhcdbd 3.0-1 D-Bus interface to the ISC DHCP cl
ii hal 0.5.10-2 Hardware Abstraction Layer
ii ifupdown 0.6.8 high level tools to configure netw
ii iproute 20070313-1 Professional tools to control the
ii iputils-arping 3:20070202-3 Tool to send ICMP echo requests to
ii libc6 2.6.1-6 GNU C Library: Shared libraries
ii libdbus-1-3 1.1.1-3 simple interprocess messaging syst
ii libdbus-glib-1-2 0.74-1 simple interprocess messaging syst
ii libgcrypt11 1.2.4-2 LGPL Crypto library - runtime libr
ii libglib2.0-0 2.14.3-1 The GLib library of C routines
ii libgpg-error0 1.4-2 library for common error values an
ii libhal1 0.5.10-2 Hardware Abstraction Layer - share
ii libiw29 29-1 Wireless tools - library
ii libnl1-pre6 1.0~pre6-6 Library for dealing with netlink s
ii libnm-util0 0.6.5-3 network management framework (shar
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii wpasupplicant 0.6.0-4 Client support for WPA and WPA2 (I
Versions of packages network-manager recommends:
ii network-manager-kde 1:0.2-2 KDE systray applet for controlling
-- no debconf information
Index: network-manager-0.6.5/debian/network-manager-dispatcher.script
===================================================================
--- network-manager-0.6.5.orig/debian/network-manager-dispatcher.script
2007-11-22 11:07:26.000000000 +0100
+++ network-manager-0.6.5/debian/network-manager-dispatcher.script
2007-11-22 11:08:39.000000000 +0100
@@ -19,7 +19,7 @@
case "$2" in
up)
export MODE="start"
- export PHASE="up"
+ export PHASE="post-up"
exec run-parts /etc/network/if-up.d
;;
down)
--- End Message ---
--- Begin Message ---
Source: network-manager
Source-Version: 0.6.5-4
We believe that the bug you reported is fixed in the latest version of
network-manager, which is due to be installed in the Debian FTP archive:
libnm-glib-dev_0.6.5-4_i386.deb
to pool/main/n/network-manager/libnm-glib-dev_0.6.5-4_i386.deb
libnm-glib0_0.6.5-4_i386.deb
to pool/main/n/network-manager/libnm-glib0_0.6.5-4_i386.deb
libnm-util-dev_0.6.5-4_i386.deb
to pool/main/n/network-manager/libnm-util-dev_0.6.5-4_i386.deb
libnm-util0_0.6.5-4_i386.deb
to pool/main/n/network-manager/libnm-util0_0.6.5-4_i386.deb
network-manager-dev_0.6.5-4_i386.deb
to pool/main/n/network-manager/network-manager-dev_0.6.5-4_i386.deb
network-manager_0.6.5-4.diff.gz
to pool/main/n/network-manager/network-manager_0.6.5-4.diff.gz
network-manager_0.6.5-4.dsc
to pool/main/n/network-manager/network-manager_0.6.5-4.dsc
network-manager_0.6.5-4_i386.deb
to pool/main/n/network-manager/network-manager_0.6.5-4_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[EMAIL PROTECTED]> (supplier of updated network-manager 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 25 Dec 2007 16:51:00 +0100
Source: network-manager
Binary: libnm-util-dev network-manager-dev libnm-util0 libnm-glib0
network-manager libnm-glib-dev
Architecture: source i386
Version: 0.6.5-4
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]>
Changed-By: Michael Biebl <[EMAIL PROTECTED]>
Description:
libnm-glib-dev - network management framework (GLib interface)
libnm-glib0 - network management framework (GLib shared library)
libnm-util-dev - network management framework (development files)
libnm-util0 - network management framework (shared library)
network-manager - network management framework daemon
network-manager-dev - network management framework (development files)
Closes: 444038 452371
Changes:
network-manager (0.6.5-4) unstable; urgency=low
.
* debian/control
- The Vcs-* fields are now officially supported, so remove the XS- prefix.
- Bump Build-Depends on libnl-dev to (>= 1.0~pre8).
* debian/patches/24-libnl1-pre8_fix.patch
- Backport support for libnl 1.0-pre8 from upstream SVN.
* debian/network-manager.dirs
- Add /var/run/NetworkManager.
* debian/network-manager-dispatcher.script
- Set PHASE="post-up" for scripts in if-up.d and PHASE="pre-down" for
scripts in if-down.d to be compliant with ifupdown. (Closes: #452371)
* debian/patches/12_readme_format.patch
- Fix line break in README file. (Closes: #444038)
Files:
7195f76b1445fe26ae41b855e2adae60 1279 net optional network-manager_0.6.5-4.dsc
5935311a49af4f2a1818b52847645e61 28092 net optional
network-manager_0.6.5-4.diff.gz
b056cd187840add6d43c472b9f38d2dd 379708 net optional
network-manager_0.6.5-4_i386.deb
e1f1ae1a7ba3bb89629b21ba852d2e6c 120282 devel optional
network-manager-dev_0.6.5-4_i386.deb
a1bea4037c50bdd18c57409bc3471865 125820 libs optional
libnm-glib0_0.6.5-4_i386.deb
244c45942c19ef66c5e62ab71a329f0e 125678 libdevel optional
libnm-glib-dev_0.6.5-4_i386.deb
aeb566c87b41f168a7f58dd0d7cef9de 131850 libs optional
libnm-util0_0.6.5-4_i386.deb
43daccbfaa88b960bd2516832df00735 135052 libdevel optional
libnm-util-dev_0.6.5-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHcS0uh7PER70FhVQRAi4uAJ4zK4fR59PbIZYC6LC929Sw1v6cNwCgoP16
7q6WtMGPLNaqtRW7yaazBvk=
=YFK6
-----END PGP SIGNATURE-----
--- End Message ---