[Python-modules-commits] r32396 - in packages/pysimplesoap/trunk (9 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Apr 21 23:36:02 UTC 2015


    Date: Tuesday, April 21, 2015 @ 23:36:01
  Author: morph
Revision: 32396

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

Added:
  packages/pysimplesoap/trunk/debian/
  packages/pysimplesoap/trunk/debian/changelog
  packages/pysimplesoap/trunk/debian/compat
  packages/pysimplesoap/trunk/debian/control
  packages/pysimplesoap/trunk/debian/copyright
  packages/pysimplesoap/trunk/debian/rules
  packages/pysimplesoap/trunk/debian/source/
  packages/pysimplesoap/trunk/debian/source/format
  packages/pysimplesoap/trunk/debian/watch


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

Added: packages/pysimplesoap/trunk/debian/changelog
===================================================================
--- packages/pysimplesoap/trunk/debian/changelog	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/changelog	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1,5 @@
+pysimplesoap (1.16-1) unstable; urgency=low
+
+  * Initial release (Closes: #782970)
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 19 Apr 2015 16:33:46 -0400

Added: packages/pysimplesoap/trunk/debian/compat
===================================================================
--- packages/pysimplesoap/trunk/debian/compat	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/compat	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1 @@
+9

Added: packages/pysimplesoap/trunk/debian/control
===================================================================
--- packages/pysimplesoap/trunk/debian/control	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/control	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1,27 @@
+Source: pysimplesoap
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python
+Standards-Version: 3.9.6
+Homepage: http://code.google.com/p/pysimplesoap
+
+Package: python-pysimplesoap
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: simple and lightweight SOAP Library (Python 2)
+ Python simple and lightweigh SOAP library for client and server webservices
+ interfaces, aimed to be as small and easy as possible, supporting most common
+ functionality. Initially it was inspired by PHP Soap Extension (mimicking its
+ functionality, simplicity and ease of use), with many advanced features added.
+
+Package: python3-pysimplesoap
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: simple and lightweight SOAP Library (Python 3)
+ Python simple and lightweigh SOAP library for client and server webservices
+ interfaces, aimed to be as small and easy as possible, supporting most common
+ functionality. Initially it was inspired by PHP Soap Extension (mimicking its
+ functionality, simplicity and ease of use), with many advanced features added.
+ .
+ This package contains the Python 3 version of pysimplesoap .

Added: packages/pysimplesoap/trunk/debian/copyright
===================================================================
--- packages/pysimplesoap/trunk/debian/copyright	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/copyright	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pysimplesoap
+Source: https://github.com/pysimplesoap/pysimplesoap
+
+Files: *
+Copyright: Copyright (C) 2013 Mariano Reingart
+License: LGPL-3
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: LGPL-3
+
+License: LGPL-3
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+Files: pysimplesoap/c14n.py
+Copyright: Copyright 2001, Zolera Systems Inc.  All Rights Reserved.
+ Copyright 2001, MIT. All Rights Reserved.
+License: Python-2.0
+ http://www.python.org/2.0.1/license.html
+ or
+ W3C Software License
+ http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+Files: samples/wsaa_py.py
+Copyright: Copyright (C) 2008-2011 Mariano Reingart
+License: GPL-3+
+
+Files: tests/afip_test.py tests/cfdi_mx_test.py tests/nfp_br_test.py tests/sri_ec_test.py
+License: GPL-3+
+
+Files: tests/trazamed_test.py
+Copyright: Copyright (C) 2011 Mariano Reingart
+License: GPL-3+
+
+License: GPL-3+
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages/pysimplesoap/trunk/debian/rules
===================================================================
--- packages/pysimplesoap/trunk/debian/rules	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/rules	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3


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

Added: packages/pysimplesoap/trunk/debian/source/format
===================================================================
--- packages/pysimplesoap/trunk/debian/source/format	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/source/format	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pysimplesoap/trunk/debian/watch
===================================================================
--- packages/pysimplesoap/trunk/debian/watch	                        (rev 0)
+++ packages/pysimplesoap/trunk/debian/watch	2015-04-21 23:36:01 UTC (rev 32396)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/PySimpleSOAP/PySimpleSOAP-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file




More information about the Python-modules-commits mailing list