network-manager 0.7~~svn20080720t224551+eni1-0ubuntu1 source package in Ubuntu

Changelog

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

 -- Alexander Sack <email address hidden>   Thu, 07 Aug 2008 10:20:55 +0200

Upload details

Uploaded by:
Alexander Sack
Uploaded to:
Intrepid
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
network-manager_0.7~~svn20080720t224551+eni1.orig.tar.gz 1.1 MiB 4c9952f9ae8dde5914970f3fc1b20c94eb549fd1bb786dea3d2eecd7d0a2302d
network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.diff.gz 28.4 KiB dca5df1c770730dff58facbc1f2a3bedf084313ea3659078a2f1c3e3cc2051ff
network-manager_0.7~~svn20080720t224551+eni1-0ubuntu1.dsc 2.4 KiB 898490064ab672d000f7f1e289d6fb2eb800c40bdf6bfc42e56863bdaa49b1e0

View changes file

Binary packages built by this source

libnm-glib-dev: No summary available for libnm-glib-dev in ubuntu intrepid.

No description available for libnm-glib-dev in ubuntu intrepid.

libnm-glib0: No summary available for libnm-glib0 in ubuntu intrepid.

No description available for libnm-glib0 in ubuntu intrepid.

libnm-util-dev: No summary available for libnm-util-dev in ubuntu intrepid.

No description available for libnm-util-dev in ubuntu intrepid.

libnm-util0: No summary available for libnm-util0 in ubuntu intrepid.

No description available for libnm-util0 in ubuntu intrepid.

network-manager: No summary available for network-manager in ubuntu intrepid.

No description available for network-manager in ubuntu intrepid.

network-manager-dev: No summary available for network-manager-dev in ubuntu intrepid.

No description available for network-manager-dev in ubuntu intrepid.