[Python-apps-commits] r9105 - in packages/wader/trunk (12 files)

achiang-guest at users.alioth.debian.org achiang-guest at users.alioth.debian.org
Mon Sep 10 19:05:16 UTC 2012


    Date: Monday, September 10, 2012 @ 19:05:14
  Author: achiang-guest
Revision: 9105

[svn-inject] Applying Debian modifications (0.5.12-1) to trunk

Added:
  packages/wader/trunk/debian/
  packages/wader/trunk/debian/changelog
  packages/wader/trunk/debian/compat
  packages/wader/trunk/debian/control
  packages/wader/trunk/debian/copyright
  packages/wader/trunk/debian/manpages
  packages/wader/trunk/debian/python-wader.install
  packages/wader/trunk/debian/rules
  packages/wader/trunk/debian/source/
  packages/wader/trunk/debian/source/format
  packages/wader/trunk/debian/wader-core.install
  packages/wader/trunk/debian/watch


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

Added: packages/wader/trunk/debian/changelog
===================================================================
--- packages/wader/trunk/debian/changelog	                        (rev 0)
+++ packages/wader/trunk/debian/changelog	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,17 @@
+wader (0.5.12-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Alex Chiang <achiang at canonical.com>  Sun, 27 May 2012 10:54:01 -0600
+
+wader (0.5.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Alex Chiang <achiang at canonical.com>  Wed, 25 Jan 2012 00:39:00 +0000
+
+wader (0.5.9-1) unstable; urgency=low
+
+  * Initial packaging (Closes: #492875)
+
+ -- Alex Chiang <achiang at canonical.com>  Mon, 07 Nov 2011 21:02:23 -0800

Added: packages/wader/trunk/debian/compat
===================================================================
--- packages/wader/trunk/debian/compat	                        (rev 0)
+++ packages/wader/trunk/debian/compat	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1 @@
+7

Added: packages/wader/trunk/debian/control
===================================================================
--- packages/wader/trunk/debian/control	                        (rev 0)
+++ packages/wader/trunk/debian/control	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,76 @@
+Source: wader
+Maintainer: Alex Chiang <achiang at canonical.com>
+Section: net
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+               mobile-broadband-provider-info,
+               python-all (>= 2.6.6-3),
+               python-dbus,
+               python-gconf,
+               python-gobject,
+               python-m2crypto,
+               python-messaging,
+               python-nose,
+               python-setuptools,
+               python-twisted-core,
+               python-tz
+Standards-Version: 3.9.3
+Homepage: https://github.com/andrewbird/wader
+
+Package: wader-core
+Architecture: all
+Section: net
+Depends: python-dbus,
+         python-gudev,
+         python-messaging,
+         python-serial,
+         python-twisted-core,
+         python-tz,
+         python-wader (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
+Recommends: mobile-broadband-provider-info,
+            python-m2crypto,
+            python-twisted-conch,
+            usb-modeswitch,
+            wvdial | network-manager
+Breaks: ${python:Breaks}
+Conflicts: modemmanager
+Provides: modemmanager
+Description: alternative D-Bus service for managing modems
+ A drop-in replacement for modemmanager and alternative implementation of the
+ ModemManager API, with extensive support for many UMTS devices, simple plugin
+ system for supporting new devices, robust USSD stack, multipart SMS, MMS
+ reception, extensible AT engine, and handles binary SMS cleanly.
+ .
+ If your 3G device does not work well with ModemManager, you may wish to read
+   https://github.com/andrewbird/wader/blob/master/SUPPORTED_DEVICES
+ to learn if wader-core is a better alternative for you.
+ .
+ This package provides the wader-core daemon.
+
+Package: python-wader
+Architecture: all
+Section: python
+Depends: python-dbus,
+         python-epsilon,
+         python-m2crypto,
+         python-messaging,
+         python-tz,
+         ${misc:Depends},
+         ${python:Depends}
+Description: common services for wader-core daemon and alternate clients
+ A python module providing access to various utilities required by the
+ wader-core daemon, such as:
+  - AES encryption
+  - AT error handling
+  - SMS/MMS abstraction
+  - robust USSD stack
+  - network provider database
+  - 3G profile abstraction
+  - system service interface to GConf and D-Bus
+  - ModemManager constants
+ .
+ This package can also be used to implement an application requiring access to
+ the above listed 3G telephony stack features.
+ 

Added: packages/wader/trunk/debian/copyright
===================================================================
--- packages/wader/trunk/debian/copyright	                        (rev 0)
+++ packages/wader/trunk/debian/copyright	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wader
+Upstream-Contact: Andrew Bird <ajb at spheresystems.co.uk>
+Source: https://github.com/andrewbird/wader
+
+Files: *
+Copyright: 2006-2008, Vodafone España S.A.
+           2008-2009, Warp Networks S.L.
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2
+
+Files: debian/*
+Copyright: 2011, Alex Chiang <achiang at canonical.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2
+
+Files: plugins/devices/huawei_k3770.py
+Copyright: 2011, Canonical, Ltd.
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2

Added: packages/wader/trunk/debian/manpages
===================================================================
--- packages/wader/trunk/debian/manpages	                        (rev 0)
+++ packages/wader/trunk/debian/manpages	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1 @@
+doc/wader-core-ctl.1

Added: packages/wader/trunk/debian/python-wader.install
===================================================================
--- packages/wader/trunk/debian/python-wader.install	                        (rev 0)
+++ packages/wader/trunk/debian/python-wader.install	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1 @@
+usr/lib/python2.*/*-packages/wader

Added: packages/wader/trunk/debian/rules
===================================================================
--- packages/wader/trunk/debian/rules	                        (rev 0)
+++ packages/wader/trunk/debian/rules	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_install:
+	dh_install -Xtest
+
+override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+	set -ex; for python in $(shell pyversions -r) ; do \
+		$$python /usr/bin/nosetests -w . test \
+			-m '(?:^|[\b_\./-])[Tt]est(?!_contact)(?!_dbus)' \
+			-e test_int_to_uint32_to_int_conversion \
+			-e test_populate_db_from_networks_py_real \
+			; \
+	done
+endif
+


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

Added: packages/wader/trunk/debian/source/format
===================================================================
--- packages/wader/trunk/debian/source/format	                        (rev 0)
+++ packages/wader/trunk/debian/source/format	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/wader/trunk/debian/wader-core.install
===================================================================
--- packages/wader/trunk/debian/wader-core.install	                        (rev 0)
+++ packages/wader/trunk/debian/wader-core.install	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,4 @@
+etc/
+usr/share/
+usr/bin/
+lib/

Added: packages/wader/trunk/debian/watch
===================================================================
--- packages/wader/trunk/debian/watch	                        (rev 0)
+++ packages/wader/trunk/debian/watch	2012-09-10 19:05:14 UTC (rev 9105)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/andrewbird/wader/(.*).tar.gz




More information about the Python-apps-commits mailing list