Accepted: network-manager 0.7~~svn20080720t224551+eni1-0ubuntu1 (source)

Alexander Sack asac at ubuntu.com
Thu Aug 7 11:45:16 BST 2008


Accepted:
 OK: network-manager_0.7~~svn20080720t224551+eni1.orig.tar.gz
 OK: network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.diff.gz
 OK: network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.dsc
     -> Component: main Section: net

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

Format: 1.8
Date: Thu, 07 Aug 2008 10:20:55 +0200
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib0 libnm-glib-dev libnm-util0 libnm-util-dev
Architecture: source
Version: 0.7~~svn20080720t224551+eni1-0ubuntu1
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alexander Sack <asac at ubuntu.com>
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)
Changes: 
 network-manager (0.7~~svn20080720t224551+eni1-0ubuntu1) intrepid; urgency=low
 .
   * new bzr eni/ifupdown preview based on trunk rev 3808 (Sun 2008-07-20 22:45:51
     +0000) aka eni rev 2800
   * adjust 05-debian_backend.patch to new upstream code base
     - update debian/patches/05-debian_backend.patch
   * drop patches replaced by upstream features
     - debian/patches/20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch
     - update debian/patches/series
   * drop patches applied upstream
     - debian/patches/dhclient_dbus_policy_ubuntu.patch
     - update debian/patches/series
   * drop 41k_20_sec_wireless_link_timeout.patch after a similar fix has
     landed in upstream sources
     - delete debian/patches/41k_20_sec_wireless_link_timeout.patch
     - update debian/patches/series
   * dont install NetworkManagerDispatcher files
     - update debian/network-manager.install
     - update debian/network-manager.manpages
   * install debian/tmp/usr/include/NetworkManager/nm-setting-8021x.h and
     debian/tmp/usr/include/NetworkManager/nm-setting-pppoe.h to libnm dev
     package
     - update debian/libnm-util-dev.install
   * drop nm-param-spec-specialized.h from libnm-util-dev
     - update debian/libnm-util-dev.install
   * ship libnm_glib_vpn.pc in libnm-glib-dev package
     - update debian/libnm-glib-dev.install
   * ship org.freedesktop.network-manager-settings.system.policy in
     network-manager package; this allows the connection editor to obtain
     modify privileges through authentication.
     - update debian/network-manager.install
   * ship all usr/share/* pieces in network-manager package
     - update debian/network-manager.install
   * enable keyfile plugin for global system settings daemon
     - add debian/nm-system-settings.conf
     - update debian/network-manager.install
   * install nm-system-settings binary and plugins
     - update debian/network-manager.install
   * use --libexecdir=/usr/lib/NetworkManager to prevent clutter of
     file system hierarchy; dont install usr/lib/network-manager accordingly.
     - update debian/rules
     - update debian/network-manager.install
   * ship usr/lib/pppd/2.4.4/nm-pppd-plugin.so in network-manager package
     - update debian/network-manager.install
   * revert previous major SO version bump for libnm-util; add explicit
     MAKESHLIBS version for libnm-util0 (>=0.7~~)
     - rename debian/libnm-util1.install => debian/libnm-util0.install
     - update debian/control
   * add libpolkit-dbus-dev to Build-Depends
     - update debian/control
   * add libnss3-dev to Build-Depends
     - update debian/control
   * add debian/patches/50_gcc43.patch to support intrepid
     - add debian/patches/50_gcc43.patch
     - update debian/patches/series
   * add Conflicts/Replaces on network-manager-pptp (<< 0.7~~) to prevent
     upgrading conflict
     - update debian/control
   * guard against drivers that dont have linux.info.driver hal property in
     the originating_device (hal); we provide a default driver name to prevent
     NULL pointer issues.
     - add debian/patches/60_NULL_info_linux_driver.patch
     - update debian/patches/series
   * export DHCP_CLIENT_PATH=/sbin/dhclient in order to not add dhclient as
     build-dependency
     - update debian/rules
   * install update-rc.d startup links for NetworkManager in runlevels 2 3 4 5
     and dont stop in any runlevel
     - update debian/network-manager.postinst
   * remove NetworkManager update-rc.d links when upgrading from any package <<
     this version before setting up the runlevels from above
     - update debian/network-manager.postinst
   * dont restart NetworkManager in postinst, but use restart-notifier to
     ask users for reboot
     - update debian/network-manager.postinst
   * dont run 25NetworkManager and 26NetworkManagerDispatcher scripts in any
     pre/post script without testing that it exists and is executable
     - update debian/network-manager.preinst
     - update debian/network-manager.prerm
   * introduce rm_conffile function and abort_rm_conffile function; use it
     to remove dbus event scripts
     - update debian/network-manager.preinst
     - update debian/network-manager.postrm
   * remove backup for unmodified and successfully moved or removed conffiles
     in postinst
     - update debian/network-manager.postinst
   * remove NetworkManager update-rc.d links in postrm when downgrading
     - update debian/network-manager.postrm
   * dont install Dispatcher
     - update debian/rules
 .
 network-manager (0.7~~svn20080121t191418+eni1-0ubuntu0~pre7) hardy; urgency=low
 .
   * 0.7 svn preview 20080121t191418 with initial eni support
   * fix network-manager.{postinst,postrm,preinst,prerm} scripts to
     properly migrate the /etc/dbus-1/event.d/25NetworkManager script
     to /etc/init.d/NetworkManager
     - add debian/network-manager.postrm
     - add debian/network-manager.preinst
     - update debian/network-manager.postinst
     - update debian/network-manager.prerm
   * drop depends on dhcdbd
   * bump -version-info of libnm-util and ship libnm-util1 package
     - update debian/control
     - rename debian/libnm-util0.install => debian/libnm-util1.install
   * force upgrade of libnm-glib0 by adding explicit MAKESHLIBS version
     - update debian/rules
   * stop old network manager using /etc/dbus-1/event.d/25NetworkManager
     script and remove it after this was done
     - update debian/network-manager.postinst
   * add automake1.9 to Build-Depends
     - update debian/control
   * add ppp-dev to Build-Depends
     - update debian/control
   * include empty aclocal.m4 file to make cdbs trigger aclocal auto run
     - add aclocal.m4
   * bump Build-Depends version of libnl-dev to (>= 1.0~pre8) and runtime
     Depends of wpasupplicant to (>= 0.6.1~)
   * unfold Build-Depends: and Depends: lines to improve legability of patches
     - update debian/control
   * ship nm-setting-cdma.h to libnm-util-dev
     - update debian/libnm-util-dev
   * don't pass obsolete options --with-wpa_supplicant and --with-dhcdbd to
     configure anymore
     - update debian/rules
   * don't install /etc/dbus-1/event.d/25NetworkManager and don't restart/stop
     NetworkManager from /etc/dbus-1/event.d anymore
     - update debian/rules
     - update debian/network-manager.postinst
     - update debian/network-manager.prerm
   * use invoke-rc.d to restart and stop NetworkManager script installed in
     /etc/init.d and use update-rc.d to setup/remove NetworkManager to the
     |defaults 30| runlevels
     - update debian/network-manager.postinst
     - update debian/network-manager.prerm
   * enable all autotools updates through cdbs
     - update debian/rules
   * adapt patches to account for changed source base:
     - update 41k_20_sec_wireless_link_timeout.patch
   * allow dhcp user to use dbus service org.freedesktop.nm_dhcp_client
     - add debian/patches/dhclient_dbus_policy_ubuntu.patch
     - update debian/patcheds/series
   * install /etc/dbus-1/system.d/nm-dhcp-client.conf
     - update debian/network-manager.install
   * update patchset to account for changed source base in debian/patches/
     and update debian/patches/series accordingly:
     - delete 01-supplicant_timeout.patch: not applicable
     - delete 04-if_fix.patch: applied upstream
     - delete 06-dispatch_more_events.patch: doesn't apply anymore (might need
       porting)
     - delete 11-man_page_sh_name.patch: applied upstream
     - delete 13-rml-wpa-workarounds.patch: driver workarounds -> dropped for now (might need resurrection if drivers don't work out as good - with regards to wext - as expected)
     - delete 14-j-hostap-supplicant-driver.patch: more driver workarounds for hostap -> might need resurrection at some point
     - delete 16_undefined_macros.patch: not applicable anymore
     - delete 17_avahi_autoipd.patch: disable for now (might need porting if
       avahi doesn't work)
     - delete 21_manual_means_always_online.diff: not applicable anymore
     - delete 23_nm-monitor-eni.diff: doesn't really apply anymore. has to be
       done differently now
     - delete 24pp_svn2578-gnome354565-fix-ethernet-link-detection-races.patch:
       applied upstream
     - delete 41c_ubuntu-fixup--get_mode_always_fails_typo_fix.patch: applied
       upstream.
     - delete 41e_fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch: not
       applicable
     - delete 41m_unref_dbus_connection_on_shutdown.patch: not applicable and
       appears to be properly fixed now
     - delete 41r_wpa_control_custom_timeout.patch: not applicable (wpa
       communication is now done through dbus)
     - delete 41r_wpa_control_explicit_TIMEOUT_reply_fixup.patch: not applicable
       (wpa communication is now done through dbus)
     - delete 41s_wpa_ctrl_socket_non_block.patch: not applicable as there is not
       wpa socket communication in nm 0.7 anymore
     - delete 41t_nm_device_wireless_index_ctrl_sockets_by_run_count.patch: not
       applicable (same reason as abve)
     - delete 41u_custom_timeout_for_some_wpa_ctrl_operations.patch: all this is
       now different in 0.7
     - delete 41wa_lp145683_wpa_ctrl_check_select_result_for_error.patch: no
       wpa_ctrl anymore
     - delete 41x_lp145653_reraise_fatal_signals.patch: doesn't apply anymore
       and never worked anyway
     - delete 41y_queue_if_dbus_name_is_taken_on_startup.patch: no obvious port;
       lets hope that dbus detects that name owner is down more easily
     - delete 41z_lp138217_use_timeout_to_schedule_activation.patch: not
       applicable anymore
     - delete 42a_lp50214_gnome464215_fix_hidden.patch: is different (maybe
       needs porting though)
   * drop all 0.6.x svn cherry picks which naturally don't apply for trunk (0.7)
     anymore:
     - delete debian/patches/24pp_svn2754-lp101857-endianess.patch
     - delete debian/patches/24pp_svn2618_set-hardware-RF-to-enabled-if-no-killswitches.patch
     - delete debian/patches/24pp_svn2605-gnome354565-dont-up-notwired-interfaces.patch
     - delete debian/patches/24pp_svn2604_Add-HAL-based-rfkill-support.patch
     - delete debian/patches/24pp_svn2591_Ensure-the-device-is-up-stage3.patch
     - delete debian/patches/24pp_svn2579-sleep-1-second-to-stabilize-if.patch
Checksums-Sha1: 
 1a506620f1a2fbbd24791b3d813fa9fae44ee8ef 2466 network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.dsc
 1f779b5d3c5d768403f7f04813a0f65e1cd371b3 1179283 network-manager_0.7~~svn20080720t224551+eni1.orig.tar.gz
 395a8546deef3ae0141be9007bd161515f0bfeb5 29062 network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.diff.gz
Checksums-Sha256: 
 898490064ab672d000f7f1e289d6fb2eb800c40bdf6bfc42e56863bdaa49b1e0 2466 network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.dsc
 4c9952f9ae8dde5914970f3fc1b20c94eb549fd1bb786dea3d2eecd7d0a2302d 1179283 network-manager_0.7~~svn20080720t224551+eni1.orig.tar.gz
 dca5df1c770730dff58facbc1f2a3bedf084313ea3659078a2f1c3e3cc2051ff 29062 network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.diff.gz
Files: 
 c1f0f26614f56f728f083c4ac5d7ea94 2466 net optional network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.dsc
 55978cb2bbba6f96b898d73a3be74ad9 1179283 net optional network-manager_0.7~~svn20080720t224551+eni1.orig.tar.gz
 a09de62017c468cf9639d11b291b7949 29062 net optional network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.diff.gz
Original-Maintainer: Riccardo Setti <giskard at debian.org>

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

iQIcBAEBAgAGBQJImtFgAAoJEKBE/gcUDGZkeJsP/0ioloSwTQqhKCxqzG7MZ3y9
J8ybZYloVeY45okhqNY60juVV2aGnf1SQ+gmYUHYMpxflm0jTg1LuVh/mvV/OQVe
5GJM/r0roACPHhGXutAo3BMBwLSfEBsTT8zaadOJpAd46A8FLUIZzDl/MXNGHS1d
oPvDkjce2u164L/Gruxa8AoUSC5vsGhc0nTr99hqa2p27zyBJ3CuKfauxXRaZpJ2
WTfV62YbwlJq4UNtuzTWL0mKZwdeQob1E+CyMhovPPNs3s/xQtECTujr+s6EamH/
SD1CCcoDcUi0uV1lGgFADESbL+zLAlrSgbfmGfoqH/hDLE40wQ2W6ZkoFA7qbEkl
o8dY+R3rg8foMYliGxYCcxw8MYnmH3v6M32DxY4LGH6m/YJ/HPh/GoblcL6QoXe7
n7ovjqCHozxya16wzZLT8+illtKgMbPdQuM1y18l9m9pqW85wz1zYdDd5+wzICLZ
dZIkTrVhkeIGk3YmwadFokx5fYvhmW3TWdlVg8bZi+GsvRWUER5oPwGOJVpcJY+r
rJmpHtmBVEoCxV2grdywNMhxqSjRrMuQopp94PtCGO17Bb7J/cufaVup9uP1ZGn4
K7UozoCkgypB23nOdCmpAFGL0ufSdMV6EuR/2NDix82jsNQF+1NNCnP26S8Lgc83
jVqwD7N3P9fRNlYmieR/
=KtRK
-----END PGP SIGNATURE-----





More information about the Intrepid-changes mailing list