Codebase list network-manager / 05a6fa7
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Debian Janitor 3 years ago
1 changed file(s) with 23 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
22642264 - Remove 09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch, obsolete.
22652265 - Disable 20-manual_means_always_online.patch, needs to be ported to 0.7.
22662266 - Drop libdbus-glib-1-dev Depends from libnm-util-dev.
2267 * debian/control
2267 * debian/control
22682268 - Add ${misc:Depends} to all binary packages.
22692269 - Let network-manager depend on dhcp3-client directly, as the dependency
22702270 on dhcdbd has been removed. (Closes: #509655)
23562356 * Switch to quilt patch management system.
23572357 * debian/rules:
23582358 - Set libexecdir to /usr/lib/NetworkManager, so NetworkManager can
2359 automatically find the VPN plugins.
2359 automatically find the VPN plugins.
23602360 - Add support for resolvconf.
23612361 - Enable GnuTLS crypto support.
23622362 - Remove nm-vpn-properties bits.
23892389
23902390 network-manager (0.6.6-3) unstable; urgency=low
23912391
2392 * debian/network-manager.network-manager-dispatcher.init
2392 * debian/network-manager.network-manager-dispatcher.init
23932393 - NetworkManagerDispatcher uses the D-Bus system bus. Update the LSB
23942394 header accordingly to avoid breakages with insserv based systems.
23952395 (Closes: #500085)
24092409 * debian/control
24102410 - Add Build-Depends on pkg-config.
24112411 - Drop obsolete Depends on iputils-arping. (Closes: #487794)
2412 * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
2412 * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
24132413 - Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
24142414
24152415 -- Michael Biebl <biebl@debian.org> Sat, 05 Jul 2008 15:11:33 +0200
24772477 * debian/network-manager.init,
24782478 debian/network-manager.network-manager-dispatcher.init
24792479 - Fix LSB init header. Use $remote_fs instead of $local_fs as the
2480 daemon requires /usr to be mounted.
2480 daemon requires /usr to be mounted.
24812481 Remove S from Should-Stop. (Closes: #459480)
24822482 - Shorten retry-time to 5 secs on stop.
24832483 - Don't fail to start if daemon is already running.
25042504 network-manager (0.6.5-3) unstable; urgency=low
25052505
25062506 * debian/patches/23-rfkill_return_type.patch
2507 - The return type of the GetPower() method from Device.Killswitch has
2507 - The return type of the GetPower() method from Device.Killswitch has
25082508 changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
25092509
25102510 -- Michael Biebl <biebl@debian.org> Mon, 22 Oct 2007 17:05:44 +0200
25202520 - Use the new "Homepage:" field to specify the upstream URL.
25212521 * 22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
25222522 - Patch from Ubuntu. Don't set the GNOME_DISABLE_DEPRECATED flag as
2523 nm-vpn-properties requires gnome druid which has been deprecated in
2523 nm-vpn-properties requires gnome druid which has been deprecated in
25242524 libgnomeui 2.20.
25252525
25262526 -- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 21:12:33 +0200
25562556 + Remove the binary package network-manager-gnome.
25572557 + Add Conflicts/Replaces: network-manager-gnome (<< 0.6.5-1) as
25582558 nm-vpn-properties is now part of the network-manager binary package.
2559 + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute,
2559 + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute,
25602560 remove libpanel-applet2-dev.
25612561 - debian/rules
25622562 + Do not build the nm-applet.1 manpage anymore.
25882588 - debian/network-manager.{preinst,postinst,postrm}
25892589 Remove the old conffiles /etc/dbus-1/event.d/25NetworkManager and
25902590 /etc/dbus-1/event.d/26NetworkManagerDispatcher or rename them to
2591 *.dpkg-bak if they were changed locally.
2591 *.dpkg-bak if they were changed locally.
25922592
25932593 -- Michael Biebl <biebl@debian.org> Tue, 24 Apr 2007 22:30:22 +0200
25942594
26182618 * debian/patches/14-po_de.patch
26192619 - Added. Small fix for the German translation.
26202620 * debian/patches/05-debian_backend.patch
2621 - Updated. Set status variable to return code of ifup/ifdown.
2621 - Updated. Set status variable to return code of ifup/ifdown.
26222622 (Closes: #415642)
26232623 - Only invalidate the nscd hosts cache when nscd is actually installed.
26242624 (Closes: #402436)
26462646
26472647 network-manager (0.6.4-5) unstable; urgency=low
26482648
2649 * Small fix for the NetworkManagerDispatcher init script.
2649 * Small fix for the NetworkManagerDispatcher init script.
26502650
26512651 -- Michael Biebl <biebl@debian.org> Wed, 25 Oct 2006 11:00:34 +0200
26522652
27232723 * Ship the NEWS.Debian file only for the network-manager package.
27242724 (Closes: #367063)
27252725 * Added 11-carrier_detection.patch to support network cards which can't do
2726 carrier detection. (Closes: #366373)
2726 carrier detection. (Closes: #366373)
27272727
27282728 -- Michael Biebl <biebl@teco.edu> Tue, 16 May 2006 00:16:43 +0200
27292729
27372737 Thanks to the Ubuntu devs for this work!
27382738 - Added 08-disabled_devices.patch. Network interfaces listed in
27392739 /etc/network/interfaces which are not configured "auto" and "dhcp" are
2740 not handled by NM. This makes it possible to configure interfaces
2741 statically and have NM not messing with them.
2740 not handled by NM. This makes it possible to configure interfaces
2741 statically and have NM not messing with them.
27422742 Updated README.Debian to reflect these changes.
27432743 - Added 09-nm_bad_mutex_free.patch. Otherwise NM crashes if a device is
27442744 disabled.
2745 * Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
2745 * Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
27462746 between unsuccessful connection attempts to dbus. (Closes: #366010)
27472747 * Bumped Standards-Version to 3.7.2, no further changes required.
27482748 * Removed *.la files from the dev packages as we also ship pkg-config files
27922792
27932793 network-manager (0.5.1-3) unstable; urgency=low
27942794
2795 * improved debian/copyright . I hope this time it will be
2795 * improved debian/copyright . I hope this time it will be
27962796 good enough to pass the ftp-master check. Thanks to Joerg Jaspert who
27972797 has pointed me to the problem.
27982798
28092809 - switched to group netdev
28102810 - updated the dep on dhcdbd
28112811 - removed debian/network-manager.dbus-conf debian/nm-applet.conf
2812 * removed network-manager.doc as it was empty.
2812 * removed network-manager.doc as it was empty.
28132813 * uploaded to unstable.
28142814
28152815 -- Riccardo Setti <giskard@autistici.org> Thu, 9 Feb 2006 10:18:13 +0100
28172817 network-manager (0.5.1-1) experimental; urgency=low
28182818
28192819 * renamed 25NetworkManagerDispatcher in 26NetworkManagerDispatcher because
2820 first we need to start NetworkManager and then NetworkManagerDispatcher
2821 * added networkmanger and networkmanaferdispatcher manpages.
2820 first we need to start NetworkManager and then NetworkManagerDispatcher
2821 * added networkmanger and networkmanaferdispatcher manpages.
28222822 * Inital upload to Debian (Closes: #270538)
28232823 * work based on the ubuntu package
2824 * Added 01.patch and 02.patch for fix the problem with recent linux
2824 * Added 01.patch and 02.patch for fix the problem with recent linux
28252825 kernel-headers
2826
2826
28272827 -- Riccardo Setti <giskard@autistici.org> Mon, 5 Jan 2006 17:09:29 +0100
28282828
28292829 network-manager (0.5.1-0ubuntu6) dapper; urgency=low
28932893
28942894 network-manager (0.4.1+cvs20050817-0ubuntu5) breezy; urgency=low
28952895
2896 * fix postinst so its possible to install network-manager
2896 * fix postinst so its possible to install network-manager
28972897 in pbuilder
28982898
28992899 -- Jan Gerber <j@bootlab.org> Tue, 11 Oct 2005 19:23:47 +0200
29702970 * New upstream. Fix descriptions.
29712971
29722972 -- Thom May <thom@ubuntu.com> Thu, 16 Jun 2005 14:47:30 +0100
2973
2973
29742974 network-manager (0.4.1+cvs20050614-1) unstable; urgency=low
29752975
29762976 * New upstream release. Move to 0.4 branch; use dhcdbd.
30283028 * Initial Release.
30293029
30303030 -- Thom May <thom@debian.org> Sun, 3 Oct 2004 11:54:56 +0100
3031