[Python-modules-commits] r32956 - in packages (12 files)

dom at users.alioth.debian.org dom at users.alioth.debian.org
Thu Jun 11 15:28:57 UTC 2015


    Date: Thursday, June 11, 2015 @ 15:28:55
  Author: dom
Revision: 32956

Initial packaging for pywinrm

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

Added: packages/pywinrm/trunk/debian/changelog
===================================================================
--- packages/pywinrm/trunk/debian/changelog	                        (rev 0)
+++ packages/pywinrm/trunk/debian/changelog	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1,5 @@
+pywinrm (0.0.3-1) UNRELEASED; urgency=low
+
+  * Initial Debian packaging (Closes: #760962)
+
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 11 Jun 2015 11:32:26 +0100

Added: packages/pywinrm/trunk/debian/compat
===================================================================
--- packages/pywinrm/trunk/debian/compat	                        (rev 0)
+++ packages/pywinrm/trunk/debian/compat	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1 @@
+9

Added: packages/pywinrm/trunk/debian/control
===================================================================
--- packages/pywinrm/trunk/debian/control	                        (rev 0)
+++ packages/pywinrm/trunk/debian/control	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1,28 @@
+Source: pywinrm
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9),
+    dh-python,
+    python-isodate,
+    python-xmltodict,
+    python-pytest,
+    python-mock,
+Standards-Version: 3.9.6
+Homepage: https://github.com/diyan/pywinrm
+
+Package: python-winrm
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+    python-isodate,
+    python-xmltodict,
+Recommends: python-kerberos
+Description: Python library for Windows Remote Management
+ pywinrm is a Python client for Windows Remote Management (WinRM). This
+ allows you to invoke commands on target Windows machines from any machine
+ that can run Python.
+ .
+ WinRM allows you to call native objects in Windows. These include, but are
+ not limited to, running batch scripts, powershell scripts and fetching WMI
+ variables.

Added: packages/pywinrm/trunk/debian/copyright
===================================================================
--- packages/pywinrm/trunk/debian/copyright	                        (rev 0)
+++ packages/pywinrm/trunk/debian/copyright	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pywinrm
+Source: https://pypi.python.org/pypi/pywinrm
+
+Files: *
+Copyright: 2013 Alexey Diyan <alexey.diyan at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Dominic Hargreaves <dom at earth.li>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION

Added: packages/pywinrm/trunk/debian/docs
===================================================================
--- packages/pywinrm/trunk/debian/docs	                        (rev 0)
+++ packages/pywinrm/trunk/debian/docs	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1 @@
+PKG-INFO

Added: packages/pywinrm/trunk/debian/rules
===================================================================
--- packages/pywinrm/trunk/debian/rules	                        (rev 0)
+++ packages/pywinrm/trunk/debian/rules	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pywinrm
+export PYBUILD_TEST_PYTEST=1
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild


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

Added: packages/pywinrm/trunk/debian/source/format
===================================================================
--- packages/pywinrm/trunk/debian/source/format	                        (rev 0)
+++ packages/pywinrm/trunk/debian/source/format	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pywinrm/trunk/debian/watch
===================================================================
--- packages/pywinrm/trunk/debian/watch	                        (rev 0)
+++ packages/pywinrm/trunk/debian/watch	2015-06-11 15:28:55 UTC (rev 32956)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pywinrm/pywinrm-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list