[Python-apps-commits] r4904 - in packages/cnetworkmanager/trunk (11 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Fri Mar 5 01:07:53 UTC 2010


    Date: Friday, March 5, 2010 @ 01:07:50
  Author: debacle
Revision: 4904

Package created by Tom Parker, minor corrections and additions by me.

Added:
  packages/cnetworkmanager/trunk/debian/changelog
  packages/cnetworkmanager/trunk/debian/cnetworkmanager.dbk
  packages/cnetworkmanager/trunk/debian/compat
  packages/cnetworkmanager/trunk/debian/control
  packages/cnetworkmanager/trunk/debian/copyright
  packages/cnetworkmanager/trunk/debian/docs
  packages/cnetworkmanager/trunk/debian/pycompat
  packages/cnetworkmanager/trunk/debian/rules
  packages/cnetworkmanager/trunk/debian/source/
  packages/cnetworkmanager/trunk/debian/source/format
Modified:
  packages/cnetworkmanager/trunk/debian/	(properties)


Property changes on: packages/cnetworkmanager/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/cnetworkmanager/trunk/debian/changelog
===================================================================
--- packages/cnetworkmanager/trunk/debian/changelog	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/changelog	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,10 @@
+cnetworkmanager (0.21.1-1) unstable; urgency=low
+
+  [ Tom Parker ]
+  * Initial release (Closes: #438544, Closes: #511693)
+  * Add python-support build-dep
+  [ W. Martin Borgert ]
+  * Give package into the hands of the Python apps team.
+  * Wrote a manual page, mainly output from the command.
+
+ -- Tom Parker <palfrey at tevp.net>  Sun, 28 Feb 2010 23:00:36 +0000

Added: packages/cnetworkmanager/trunk/debian/cnetworkmanager.dbk
===================================================================
--- packages/cnetworkmanager/trunk/debian/cnetworkmanager.dbk	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/cnetworkmanager.dbk	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,330 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<refentry>
+  <refentryinfo>
+    <address>
+      <email>debacle at debian.org</email>
+    </address>
+    <author>
+      <firstname>W.</firstname>
+      <othername>Martin</othername>
+      <surname>Borgert</surname>
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>W. Martin Borgert</holder>
+    </copyright>
+    <date>2010-03-05</date>
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>cnetworkmanager</refentrytitle>
+    <manvolnum>1</manvolnum>
+    <refmiscinfo class="source">cnetworkmanager</refmiscinfo>
+    <refmiscinfo class="manual">User Commands</refmiscinfo>
+  </refmeta>
+  <refnamediv>
+    <refname>cnetworkmanager</refname>
+
+    <refpurpose>Command-line client for NetworkManager.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>cnetworkmanager</command>
+      <arg><option>options</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>Options</title>
+
+    <variablelist>
+      <varlistentry>
+	<term>
+	  <option>--version</option>
+	</term>
+	<listitem>
+	  <para>
+	    show program's version number and exit
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-h</option>, <option>--help</option>
+	</term>
+	<listitem>
+	  <para>
+	    show this help message and exit
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-t</option>, <option>--terse</option>
+	</term>
+	<listitem>
+	  <para>
+	    No table headings and padding, suitable for parsing
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-w <replaceable>BOOL</replaceable></option>,
+	  <option>--wifi=<replaceable>BOOL</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Enable or disable wireless
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-o <replaceable>BOOL</replaceable></option>,
+	  <option>--online=<replaceable>BOOL</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Enable or disable network at all
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--state</option>
+	</term>
+	<listitem>
+	  <para>
+	    Print the NM state
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--we</option>, <option>--wireless-enabled</option>
+	</term>
+	<listitem>
+	  <para>
+	     Print whether the WiFi is enabled
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--whe</option>,
+	  <option>--wireless-hardware-enabled</option>
+	</term>
+	<listitem>
+	  <para>
+	     Print whether the WiFi hardware is enabled
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-d</option>, <option>--device-list</option>,
+	  <option>--dev</option>
+	  </term>
+	  <listitem>
+	    <para>
+	      List devices
+	    </para>
+	  </listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--device-info=<replaceable>DEV</replaceable></option>,
+	  <option>--di=<replaceable>DEV</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Info about device DEV (by interface or UDI(TODO))
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-a</option>, <option>-n</option>,
+	  <option>--ap-list</option>, <option>--ap</option>,
+	  <option>--nets</option>
+	</term>
+	<listitem>
+	  <para>
+	     List access points
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--ap-info=<replaceable>AP</replaceable></option>,
+	  <option>--ai=<replaceable>AP</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Info about access point AP (by hw address or UDI(TODO))
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-u</option>,
+	  <option>--usrcon</option>
+	</term>
+	<listitem>
+	  <para>
+	    List user connection settings
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-s</option>,
+	  <option>--syscon</option>
+	</term>
+	<listitem>
+	  <para>
+	    List system connection settings
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--con-info=<replaceable><optional>KIND<optional>ID</optional></optional></replaceable></option>,
+	  <option>--ci=<replaceable><optional>KIND<optional>ID</optional></optional></replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Info about connection settings ID (of the *user*/system KIND)
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-c</option>, <option>--actcon</option>
+	</term>
+	<listitem>
+	  <para>
+	     List active connections
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--demo</option>
+	</term>
+	<listitem>
+	  <para>
+	    Run a random demonstration of the API
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--activate-connection=<replaceable><optional>KIND</optional>,ID,<optional>DEV</optional>,<optional>APMAC</optional></replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    activate the KIND(user/system) connection ID on device DEV
+	    using APMAC.
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-m</option>,
+	  <option>--monitor</option>
+	</term>
+	<listitem>
+	  <para>
+	    loop to show dbus signals
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-C <replaceable>SSID</replaceable></option>,
+	  <option>--connect=<replaceable>SSID</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    Connect to a wireless network SSID (creating the
+	    configuration using the key options below)
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--unprotected</option>
+	</term>
+	<listitem>
+	  <para>
+	     network does not require a key
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--wep-hex=<replaceable>KEY</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    use this WEP key of 26 hex digits
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--wep-pass=<replaceable>KEY</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    use this WEP passphrase
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--wpa-psk-hex=<replaceable>KEY</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    use this WPA key of 64 hex digits
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>--wpa-pass=<replaceable>KEY</replaceable></option>
+	</term>
+	<listitem>
+	  <para>
+	    use this WPA passphrase
+	  </para>
+	</listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      <command>cnetworkmanager</command> is a command-line client for
+      NetworkManager, intended to supplement and replace the GUI
+      applets.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>Copyright</title>
+
+    <para>Copyright 2010 W. Martin Borgert and released under the
+    <acronym>GNU</acronym> General Public License
+    (<abbrev>GPL</abbrev>). Permission is granted to copy, distribute
+    and/or modify this document under the terms of the
+    <acronym>GNU</acronym> General Public License, Version 2 or any
+    later version published by the Free Software Foundation.</para>
+  </refsect1>
+</refentry>

Added: packages/cnetworkmanager/trunk/debian/compat
===================================================================
--- packages/cnetworkmanager/trunk/debian/compat	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/compat	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1 @@
+7

Added: packages/cnetworkmanager/trunk/debian/control
===================================================================
--- packages/cnetworkmanager/trunk/debian/control	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/control	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,17 @@
+Source: cnetworkmanager
+Section: net
+Priority: extra
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), python, python-support, xsltproc, docbook-xsl
+Standards-Version: 3.8.4
+Homepage: http://vidner.net/martin/software/cnetworkmanager/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/cnetworkmanager/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/cnetworkmanager/trunk/
+
+Package: cnetworkmanager
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager, ${python:Depends}, python-dbus
+Description: A command-line client for NetworkManager
+ cnetworkmanager is a command-line client for NetworkManager,
+ intended to supplement and replace the GUI applets.

Added: packages/cnetworkmanager/trunk/debian/copyright
===================================================================
--- packages/cnetworkmanager/trunk/debian/copyright	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/copyright	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,51 @@
+This work was packaged for Debian by:
+
+    Tom Parker <palfrey at tevp.net> on Sun, 28 Feb 2010 13:21:37 +0000
+
+It was downloaded from:
+
+    http://vidner.net/martin/software/cnetworkmanager/
+
+Upstream Author(s):
+
+    Copyright (c) 2009 Martin Vidner <martin at vidner.net>
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+
+The file networkmanager/applet/pbkdf2.py is
+Copyright (c) 2004 Matt Johnston <matt at ucc.asn.au>
+under the following license:
+
+    This code may be freely used, distributed, relicensed, and
+    modified for any purpose.
+
+
+The Debian packaging is:
+
+    Copyright (c) 2010 Tom Parker <debian at tevp.net>
+
+and:
+
+    Copyright (c) 2010 W. Martin Borgert <debacle at debian.org>
+
+you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.

Added: packages/cnetworkmanager/trunk/debian/docs
===================================================================
--- packages/cnetworkmanager/trunk/debian/docs	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/docs	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: packages/cnetworkmanager/trunk/debian/pycompat
===================================================================
--- packages/cnetworkmanager/trunk/debian/pycompat	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/pycompat	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1 @@
+2

Added: packages/cnetworkmanager/trunk/debian/rules
===================================================================
--- packages/cnetworkmanager/trunk/debian/rules	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/rules	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_INSTALL_MANPAGES_cnetworkmanager=cnetworkmanager.1
+
+DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+XP=xsltproc --nonet --novalid
+
+common-build-indep:: $(DEB_INSTALL_MANPAGES_cnetworkmanager)
+
+clean::
+	rm -f $(DEB_INSTALL_MANPAGES_cnetworkmanager)
+
+%.1: debian/%.dbk
+	$(XP) $(DB2MAN) $<


Property changes on: packages/cnetworkmanager/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/cnetworkmanager/trunk/debian/source/format
===================================================================
--- packages/cnetworkmanager/trunk/debian/source/format	                        (rev 0)
+++ packages/cnetworkmanager/trunk/debian/source/format	2010-03-05 01:07:50 UTC (rev 4904)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list