Codebase list network-manager / 3cf8734
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Debian Janitor 11 months ago
1 changed file(s) with 23 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
25962596 - Remove 09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch, obsolete.
25972597 - Disable 20-manual_means_always_online.patch, needs to be ported to 0.7.
25982598 - Drop libdbus-glib-1-dev Depends from libnm-util-dev.
2599 * debian/control
2599 * debian/control
26002600 - Add ${misc:Depends} to all binary packages.
26012601 - Let network-manager depend on dhcp3-client directly, as the dependency
26022602 on dhcdbd has been removed. (Closes: #509655)
26882688 * Switch to quilt patch management system.
26892689 * debian/rules:
26902690 - Set libexecdir to /usr/lib/NetworkManager, so NetworkManager can
2691 automatically find the VPN plugins.
2691 automatically find the VPN plugins.
26922692 - Add support for resolvconf.
26932693 - Enable GnuTLS crypto support.
26942694 - Remove nm-vpn-properties bits.
27212721
27222722 network-manager (0.6.6-3) unstable; urgency=low
27232723
2724 * debian/network-manager.network-manager-dispatcher.init
2724 * debian/network-manager.network-manager-dispatcher.init
27252725 - NetworkManagerDispatcher uses the D-Bus system bus. Update the LSB
27262726 header accordingly to avoid breakages with insserv based systems.
27272727 (Closes: #500085)
27412741 * debian/control
27422742 - Add Build-Depends on pkg-config.
27432743 - Drop obsolete Depends on iputils-arping. (Closes: #487794)
2744 * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
2744 * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
27452745 - Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
27462746
27472747 -- Michael Biebl <biebl@debian.org> Sat, 05 Jul 2008 15:11:33 +0200
28092809 * debian/network-manager.init,
28102810 debian/network-manager.network-manager-dispatcher.init
28112811 - Fix LSB init header. Use $remote_fs instead of $local_fs as the
2812 daemon requires /usr to be mounted.
2812 daemon requires /usr to be mounted.
28132813 Remove S from Should-Stop. (Closes: #459480)
28142814 - Shorten retry-time to 5 secs on stop.
28152815 - Don't fail to start if daemon is already running.
28362836 network-manager (0.6.5-3) unstable; urgency=low
28372837
28382838 * debian/patches/23-rfkill_return_type.patch
2839 - The return type of the GetPower() method from Device.Killswitch has
2839 - The return type of the GetPower() method from Device.Killswitch has
28402840 changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
28412841
28422842 -- Michael Biebl <biebl@debian.org> Mon, 22 Oct 2007 17:05:44 +0200
28522852 - Use the new "Homepage:" field to specify the upstream URL.
28532853 * 22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
28542854 - Patch from Ubuntu. Don't set the GNOME_DISABLE_DEPRECATED flag as
2855 nm-vpn-properties requires gnome druid which has been deprecated in
2855 nm-vpn-properties requires gnome druid which has been deprecated in
28562856 libgnomeui 2.20.
28572857
28582858 -- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 21:12:33 +0200
28882888 + Remove the binary package network-manager-gnome.
28892889 + Add Conflicts/Replaces: network-manager-gnome (<< 0.6.5-1) as
28902890 nm-vpn-properties is now part of the network-manager binary package.
2891 + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute,
2891 + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute,
28922892 remove libpanel-applet2-dev.
28932893 - debian/rules
28942894 + Do not build the nm-applet.1 manpage anymore.
29202920 - debian/network-manager.{preinst,postinst,postrm}
29212921 Remove the old conffiles /etc/dbus-1/event.d/25NetworkManager and
29222922 /etc/dbus-1/event.d/26NetworkManagerDispatcher or rename them to
2923 *.dpkg-bak if they were changed locally.
2923 *.dpkg-bak if they were changed locally.
29242924
29252925 -- Michael Biebl <biebl@debian.org> Tue, 24 Apr 2007 22:30:22 +0200
29262926
29502950 * debian/patches/14-po_de.patch
29512951 - Added. Small fix for the German translation.
29522952 * debian/patches/05-debian_backend.patch
2953 - Updated. Set status variable to return code of ifup/ifdown.
2953 - Updated. Set status variable to return code of ifup/ifdown.
29542954 (Closes: #415642)
29552955 - Only invalidate the nscd hosts cache when nscd is actually installed.
29562956 (Closes: #402436)
29782978
29792979 network-manager (0.6.4-5) unstable; urgency=low
29802980
2981 * Small fix for the NetworkManagerDispatcher init script.
2981 * Small fix for the NetworkManagerDispatcher init script.
29822982
29832983 -- Michael Biebl <biebl@debian.org> Wed, 25 Oct 2006 11:00:34 +0200
29842984
30553055 * Ship the NEWS.Debian file only for the network-manager package.
30563056 (Closes: #367063)
30573057 * Added 11-carrier_detection.patch to support network cards which can't do
3058 carrier detection. (Closes: #366373)
3058 carrier detection. (Closes: #366373)
30593059
30603060 -- Michael Biebl <biebl@teco.edu> Tue, 16 May 2006 00:16:43 +0200
30613061
30693069 Thanks to the Ubuntu devs for this work!
30703070 - Added 08-disabled_devices.patch. Network interfaces listed in
30713071 /etc/network/interfaces which are not configured "auto" and "dhcp" are
3072 not handled by NM. This makes it possible to configure interfaces
3073 statically and have NM not messing with them.
3072 not handled by NM. This makes it possible to configure interfaces
3073 statically and have NM not messing with them.
30743074 Updated README.Debian to reflect these changes.
30753075 - Added 09-nm_bad_mutex_free.patch. Otherwise NM crashes if a device is
30763076 disabled.
3077 * Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
3077 * Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
30783078 between unsuccessful connection attempts to dbus. (Closes: #366010)
30793079 * Bumped Standards-Version to 3.7.2, no further changes required.
30803080 * Removed *.la files from the dev packages as we also ship pkg-config files
31243124
31253125 network-manager (0.5.1-3) unstable; urgency=low
31263126
3127 * improved debian/copyright . I hope this time it will be
3127 * improved debian/copyright . I hope this time it will be
31283128 good enough to pass the ftp-master check. Thanks to Joerg Jaspert who
31293129 has pointed me to the problem.
31303130
31413141 - switched to group netdev
31423142 - updated the dep on dhcdbd
31433143 - removed debian/network-manager.dbus-conf debian/nm-applet.conf
3144 * removed network-manager.doc as it was empty.
3144 * removed network-manager.doc as it was empty.
31453145 * uploaded to unstable.
31463146
31473147 -- Riccardo Setti <giskard@autistici.org> Thu, 9 Feb 2006 10:18:13 +0100
31493149 network-manager (0.5.1-1) experimental; urgency=low
31503150
31513151 * renamed 25NetworkManagerDispatcher in 26NetworkManagerDispatcher because
3152 first we need to start NetworkManager and then NetworkManagerDispatcher
3153 * added networkmanger and networkmanaferdispatcher manpages.
3152 first we need to start NetworkManager and then NetworkManagerDispatcher
3153 * added networkmanger and networkmanaferdispatcher manpages.
31543154 * Inital upload to Debian (Closes: #270538)
31553155 * work based on the ubuntu package
3156 * Added 01.patch and 02.patch for fix the problem with recent linux
3156 * Added 01.patch and 02.patch for fix the problem with recent linux
31573157 kernel-headers
3158
3158
31593159 -- Riccardo Setti <giskard@autistici.org> Mon, 5 Jan 2006 17:09:29 +0100
31603160
31613161 network-manager (0.5.1-0ubuntu6) dapper; urgency=low
32253225
32263226 network-manager (0.4.1+cvs20050817-0ubuntu5) breezy; urgency=low
32273227
3228 * fix postinst so its possible to install network-manager
3228 * fix postinst so its possible to install network-manager
32293229 in pbuilder
32303230
32313231 -- Jan Gerber <j@bootlab.org> Tue, 11 Oct 2005 19:23:47 +0200
33023302 * New upstream. Fix descriptions.
33033303
33043304 -- Thom May <thom@ubuntu.com> Thu, 16 Jun 2005 14:47:30 +0100
3305
3305
33063306 network-manager (0.4.1+cvs20050614-1) unstable; urgency=low
33073307
33083308 * New upstream release. Move to 0.4 branch; use dhcdbd.
33603360 * Initial Release.
33613361
33623362 -- Thom May <thom@debian.org> Sun, 3 Oct 2004 11:54:56 +0100
3363