[Python-modules-commits] r32998 - in packages/pywinrm/trunk/debian (control rules)
dom at users.alioth.debian.org
dom at users.alioth.debian.org
Tue Jun 16 15:36:51 UTC 2015
Date: Tuesday, June 16, 2015 @ 15:36:50
Author: dom
Revision: 32998
Add python3-winrm package
Modified:
packages/pywinrm/trunk/debian/control
packages/pywinrm/trunk/debian/rules
Modified: packages/pywinrm/trunk/debian/control
===================================================================
--- packages/pywinrm/trunk/debian/control 2015-06-16 15:10:18 UTC (rev 32997)
+++ packages/pywinrm/trunk/debian/control 2015-06-16 15:36:50 UTC (rev 32998)
@@ -3,12 +3,18 @@
Uploaders: Dominic Hargreaves <dom at earth.li>
Section: python
Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9),
+Build-Depends: python-all (>= 2.6.6-3),
+ python3-all,
+ debhelper (>= 9),
dh-python,
python-isodate,
python-xmltodict,
python-pytest,
python-mock,
+ python3-isodate,
+ python3-xmltodict,
+ python3-pytest,
+ python3-mock,
Standards-Version: 3.9.6
Homepage: https://github.com/diyan/pywinrm
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywinrm/trunk/
@@ -28,3 +34,18 @@
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.
+
+Package: python3-winrm
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+ python3-isodate,
+ python3-xmltodict,
+Recommends: python3-kerberos
+Description: Python 3 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.
Modified: packages/pywinrm/trunk/debian/rules
===================================================================
--- packages/pywinrm/trunk/debian/rules 2015-06-16 15:10:18 UTC (rev 32997)
+++ packages/pywinrm/trunk/debian/rules 2015-06-16 15:36:50 UTC (rev 32998)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
-export PYBUILD_NAME=pywinrm
+export PYBUILD_NAME=winrm
export PYBUILD_TEST_PYTEST=1
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list