lp:debian/squeeze/network-manager

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/squeeze/network-manager
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

20. By Michael Biebl

* debian/patches/82-core-handle-device-removal.patch
  - Cherry-pick patch from upstream to correctly handle device removal when
    properties are unreadable. (Closes: #605570)
* debian/patches/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch
  - Newer versions of dnsmasq validate the option parameters more strictly.
    Instead of passing a bogus file name simply use --conf-file without
    additional parameters. (Closes: #615082)
* debian/ifblacklist_migrate.sh
  - Only comment out iface lines if we have an exact match for the network
    interface. (Closes: #612247)
* debian/patches/51-normalized-keys.patch
  - Normalize keys in ifupdown parser, so we accept options with either
    hyphens or underscores, like e.g. bridge_ports and bridge-ports.
    (Closes: #609831)

19. By Michael Biebl

* debian/patches/40-umanaged-interfaces.patch
  - For devices to be marked unmanaged, do not require a valid connection
    configuration. (Closes: #569215)
* debian/patches/50-bridge-interfaces.patch
  - Parse bridge configurations in /etc/network/interfaces and add
    interfaces defined via bridge_ports to well_known_interfaces. This
    allows to mark those interfaces as unmanaged if managed=false.
    The "all" keyword and regexes are not supported and simply skipped.
    (Closes: #530335)

18. By Michael Biebl

* Update Vcs-* fields: Move packaging from svn to git.
* Don't try the interfaces migration if /etc/network/interfaces does not
  exist. This avoids a failure on remove. (Closes: #605360)

17. By Michael Biebl

[ Raphaƫl Hertzog ]
Integrate debian/ifblacklist_migrate.sh from Ubuntu and install
it in /usr/lib/NetworkManager. Improve it to disable the interfaces
with a #NetworkManager# prefix and re-enable them when the package is
removed. (Closes: #530024)

16. By Michael Biebl

* debian/control
  - Drop Recommends: network-manager-gnome | network-manager-kde, as this
    can have unwanted side-effects, like GNOME packages being installed on
    a KDE desktop. Instead let the desktop meta packages depend on their
    preferred frontend. (Closes: #596233)
  - Add Breaks: ppp (<< 2.4.5) to avoid partial upgrades. (Closes: #592444)
* debian/network-manager.README.Debian
  - Add a section briefly explaining system settings and add references to
    the online documentation and the system settings spec. (Closes: #594849)
* debian/patches/30-typo_fix.patch
  - Fix a small typo in README, and while at it, in other files too.
    Thanks Christian Perrier for spotting it. (Closes: #594850)

15. By Michael Biebl

* Move configuration file /etc/NetworkManager/nm-system-settings.conf to
  /etc/NetworkManager/NetworkManager.conf. Update maintainer scripts to move
  the conffile without triggering a dpkg prompt.
* debian/network-manager.postrm
  - Don't fail on purge if /var/lib/NetworkManager directory does not exist.
    (Closes: #591861)
* debian/patches/10-dont_require_ifup_for_lo.patch
  - Don't require ifup for enabling the loopback interface but use it if
    installed. Patch cherry-picked from upstream Git.
* debian/control
  - Drop dependency on ifupdown as we have a fallback now for enabling the
    loopback interface. (Closes: #580309)

14. By Michael Biebl

* New upstream release. (Closes: #590139)
* debian/patches/30-fix_paths_for_isc_dhcp_v4.patch
  - Remove, merged upstream.
* Build against ppp 2.4.5. (Closes: #589791)
  - Bump Build-Depends on ppp to (>= 2.4.5).
  - Bump Recommends on ppp to (>= 2.4.5).
  - Drop --with-pppd-plugin-dir configure option and use upstream default.
* debian/network-manager.postrm
  - Clean up /var/lib/NetworkManager on purge. (Closes: #584854)
* debian/control
  - Bump Standards-Version to 3.9.1. No further changes.

13. By Michael Biebl

* New upstream release (0.8.1 rc1). (Closes: #582822)
  - Bluetooth Dial-Up Networking support.
  - Command line interface via nmcli.
  - IPv6 DHCP support.
  - Correctly reset state after a failed suspend/resume cycle.
    (Closes: #566891)
* Switch to source format 3.0 (quilt).
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* debian/libnm-{glib2,util1}.symbols
  - Update symbols files for new API additions.
* debian/network-manager.{install,manpages}
  - Install nmcli binary and man page.
* debian/libnm-{glib,util}-dev.install
  - Install gtk-doc API documentation for libnm-glib and libnm-util.
  - Install nm-dhcp6-config.h for libnm-glib.
* debian/control
  - Add Depends on libdbus-glib-1-dev for libnm-util-dev.
  - Bump Standards-Version to 3.9.0. No further changes.
  - Update Depends on dhcp3-client to isc-dhcp-client (>= 4.1.1-P1-4) to get
    DHCPv6 support.
* debian/patches/30-fix_paths_for_isc_dhcp_v4.patch
  - Update dhclient.conf and lease directory path for isc-dhcp-client.
    (Closes: #587473)
* debian/libnm-glib-{vpn-}dev.links
  - Stop installing compat symlinks for the pkg-config files.
    (Closes: #569187)
* debian/rules
  - Set --with-pppd-plugin-dir configure option to /usr/lib/pppd/2.4.4.
    The upstream default is 2.4.5 now but Debian still only has ppp 2.4.4.
  - Set --with-dhclient configure option to /sbin/dhclient.

12. By Michael Biebl

* New upstream release.
  - ifupdown: don't export connections until "managed" state is checked.
    (Closes: #568287)
* Remove patches, all merged upstream
  - debian/patches/03-hostname-fallback.patch
  - debian/patches/04-etc-hosts-rewrite.patch
  - debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
* debian/network-manager-dispatcher.script
  - Map NetworkManager down event to ifupdown post-down phase.
    (Closes: #562811)
  - Map vpn-up/vpn-down event to ifupdown post-up/post-down phase.
    (Closes: #518530)
  - Comment out pre-up/pre-down events as they are not supported upstream.
  - Add hostname event but don't hook it up with a particular action.

11. By Michael Biebl

* debian/patches/03-hostname-fallback.patch
  - If dhcp does not return a valid hostname and none of the system settings
    plugins provides a hostname, fallback to the hostname that was set when
    NetworkManager was started. Patch pulled from upstream Git.
    (Closes: #567207)
* debian/patches/04-etc-hosts-rewrite.patch
  - Be more selective when adding hostname to /etc/hosts.
    Patch pulled from upstream Git. (Closes: #567411)
* debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
  - Set autoconnect=true for devices marked as allow-hotplug in
    /etc/network/interfaces. (Closes: #568784)
* debian/control
  - Remove Riccardo from Uploaders with Riccardo's consent.
  - Bump Breaks for network-manager-kde to (<< 1:0.9~~). The KDE3 version no
    longer works correctly with this version of network-manager.
  - Bump Standards-Version to 3.8.4. No further changes.
* debian/network-manager.init
  - Don't use "set -e".
  - Print meaningful messages on start and stop in case the daemon is already
    running resp. already stopped.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers