From 2b0e6d9c6ecaf94143962fb5c1c59009b69ac09c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 8 Feb 2006 23:29:16 +0000 Subject: [Merged 556:568 from unstable] These changes are mostly manpage related git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@569 ceb527fc-18e6-0310-9fe2-813c157c29e7 --- debian/NetworkManager.sgml | 7 +-- debian/NetworkManagerDispatcher.sgml | 6 +-- debian/changelog | 10 ++++ debian/network-manager-gnome.manpages | 2 + debian/nm-applet.sgml | 97 +++++++++++++++++++++++++++++++++++ debian/nm-vpn-properties.sgml | 95 ++++++++++++++++++++++++++++++++++ debian/rules | 2 + 7 files changed, 213 insertions(+), 6 deletions(-) create mode 100644 debian/network-manager-gnome.manpages create mode 100644 debian/nm-applet.sgml create mode 100644 debian/nm-vpn-properties.sgml (limited to 'debian') diff --git a/debian/NetworkManager.sgml b/debian/NetworkManager.sgml index cc1fcd92..61ea2121 100644 --- a/debian/NetworkManager.sgml +++ b/debian/NetworkManager.sgml @@ -105,13 +105,14 @@ manpage.1: manpage.sgml nm-applet (1), NetworkManagerDispatcher (1). More Information about NetworkManager can be found at - http://people.redhat.com/dcbw/NetworkManager/ . + http://www.gnome.org/projects/NetworkManager/ . AUTHOR - This manual page was written by Jan Gerber j@bootlab.org for - the Ubuntu system. + This manual page was written by Jan Gerber j@bootlab.org and by + Riccardo Setti giskard@autistici.org for + the Debian/Ubuntu system. diff --git a/debian/NetworkManagerDispatcher.sgml b/debian/NetworkManagerDispatcher.sgml index c6a42105..d42b2903 100644 --- a/debian/NetworkManagerDispatcher.sgml +++ b/debian/NetworkManagerDispatcher.sgml @@ -67,13 +67,13 @@ manpage.1: manpage.sgml NetworkManager (1), nm-applet (1). More Information about NetworkManager can be found at - http://people.redhat.com/dcbw/NetworkManager/ . + http://www.gnome.org/projects/NetworkManager/ . AUTHOR - This manual page was written by Jan Gerber j@bootlab.org for - the Ubuntu system. + This manual page was written by Jan Gerber j@bootlab.org and by Riccardo Setti + giskard@autistici.org for the Debian/Ubuntu system. diff --git a/debian/changelog b/debian/changelog index d3d488a4..b04ef708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +network-manager (0.5.1-2) unstable; urgency=low + + * improved manpages. + - added nm-vpn-properties, nm-applet manpages + - added debian/network-manager-gnome.manpages + - modifyed NetworManager*.sgml for reflect the correct website. + * uploaded to unstable. + + -- Riccardo Setti Wed, 8 Feb 2006 22:32:05 +0100 + network-manager (0.5.1-1) experimental; urgency=low * renamed 25NetworkManagerDispatcher in 26NetworkManagerDispatcher because diff --git a/debian/network-manager-gnome.manpages b/debian/network-manager-gnome.manpages new file mode 100644 index 00000000..15a34e96 --- /dev/null +++ b/debian/network-manager-gnome.manpages @@ -0,0 +1,2 @@ +debian/nm-vpn-properties.1 +debian/nm-applet.1 diff --git a/debian/nm-applet.sgml b/debian/nm-applet.sgml new file mode 100644 index 00000000..b027f8a0 --- /dev/null +++ b/debian/nm-applet.sgml @@ -0,0 +1,97 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + 8 February, 2006"> + + + GNU"> + GPL"> +]> + + + +
+ giskard@autistici.org; +
+ + Riccardo + Setti + + + 2006 + Riccardo Setti + + &date; +
+ + nm-applet + 1 + + + &package; + + Network management framework + + + + &package; + + + + DESCRIPTION + + &package; is the gnome front-end for NetworkManager + If you want to know how you can add by default nm-applet in your gnome notify-area, please read README.Debian + in /usr/share/doc/network-manager + + + SEE ALSO + + NetworkManager (1). nm-vpn-properties (1) + + More Information about NetworkManager can be found at + http://www.gnome.org/projects/NetworkManager/ . + + + AUTHOR + + This manual page was written by Riccardo Setti giskard@autistici.org for + the Debian system. + + + +
+ + diff --git a/debian/nm-vpn-properties.sgml b/debian/nm-vpn-properties.sgml new file mode 100644 index 00000000..7b42239e --- /dev/null +++ b/debian/nm-vpn-properties.sgml @@ -0,0 +1,95 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + 8 February, 2006"> + + + GNU"> + GPL"> +]> + + + +
+ giskard@autistici.org; +
+ + Riccardo + Setti + + + 2006 + Riccardo Setti + + &date; +
+ + nm-vpn-properties + 1 + + + &package; + + Network management framework + + + + &package; + + + + DESCRIPTION + + &package; is the gnome front-end for the NetworkManager VPN handler + + + SEE ALSO + + NetworkManager (1), nm-applet (1) + + More Information about NetworkManager can be found at + http://www.gnome.org/projects/NetworkManager/ . + + + AUTHOR + + This manual page was written by Riccardo Setti giskard@autistici.org for + the Debian system. + + + +
+ + diff --git a/debian/rules b/debian/rules index 3fe0113d..55f1b30c 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,8 @@ build/network-manager:: /usr/bin/docbook-to-man debian/NetworkManagerDispatcher.sgml > debian/NetworkManagerDispatcher.1 /usr/bin/docbook-to-man debian/NetworkManager.sgml > debian/NetworkManager.1 + /usr/bin/docbook-to-man debian/nm-vpn-properties.sgml > debian/nm-vpn-properties.1 + /usr/bin/docbook-to-man debian/nm-applet.sgml > debian/nm-applet.1 binary-install/network-manager:: install -m 755 debian/network-manager.dbus-event \ -- cgit 1.3.0-6-gf8a5