diff options
| author | Michael Biebl <biebl@debian.org> | 2008-04-03 00:20:38 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-04-03 00:20:38 +0000 |
| commit | 6750b359b814598de75aa800c952a2a7e0844939 (patch) | |
| tree | ffb40c6218cccddd6f2ed7604e8e7d779ac2628b /debian | |
| parent | 4b7b208fc9bbf2f1476c15f817bc4d89b8e45a31 (diff) | |
* debian/patches/06-dispatch_more_events.patch
- NetworkManagerDispatcher.1.in has been renamed to
NetworkManagerDispatcher.8.in. Update the patch accordingly.
* debian/network-manager.manpages
- The NetworkManager and NetworkManagerDispatcher man pages have been
moved to section 8.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2154 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/patches/06-dispatch_more_events.patch | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e3483f24..3662e3ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,14 @@ network-manager (0.6.6-1) UNRELEASED; urgency=low - debian/patches/25-libnl_unique_pid_r3155.patch (merged upstream) - debian/patches/26-libnl_1.0-pre8_r3206.patch (merged upstream) - debian/patches/27-dont_repeat_errors.patch (merged upstream) + * debian/patches/06-dispatch_more_events.patch + - NetworkManagerDispatcher.1.in has been renamed to + NetworkManagerDispatcher.8.in. Update the patch accordingly. + * debian/network-manager.manpages + - The NetworkManager and NetworkManagerDispatcher man pages have been + moved to section 8. - -- Michael Biebl <biebl@debian.org> Thu, 03 Apr 2008 00:49:13 +0200 + -- Michael Biebl <biebl@debian.org> Thu, 03 Apr 2008 02:11:34 +0200 network-manager (0.6.5-5) unstable; urgency=low diff --git a/debian/patches/06-dispatch_more_events.patch b/debian/patches/06-dispatch_more_events.patch index 60d50432..8ef4b176 100644 --- a/debian/patches/06-dispatch_more_events.patch +++ b/debian/patches/06-dispatch_more_events.patch @@ -48,8 +48,8 @@ nmd_execute_scripts (action, dev_iface_name); } ---- man/NetworkManagerDispatcher.1.in 2006-02-01 19:14:15.000000000 +0100 -+++ man/NetworkManagerDispatcher.1.in.new 2006-08-15 20:13:00.000000000 +0200 +--- man/NetworkManagerDispatcher.8.in 2006-02-01 19:14:15.000000000 +0100 ++++ man/NetworkManagerDispatcher.8.in.new 2006-08-15 20:13:00.000000000 +0200 @@ -12,10 +12,14 @@ directory in response to interfaces coming up and down. The scripts are run alphabetically. The first parameter is the network interface name. The second |