[Python-modules-commits] [txwinrm] 01/01: Remove unnecessary dependency version checks, add VCS fields to debian/control, fix insecure copyright standard

Christopher Hoskin christopher.hoskin at gmail.com
Sat Jul 30 09:51:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository txwinrm.

commit 1961eb9030ec92c8e12daaa8295bd153dbfe4e45
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Jul 30 10:51:37 2016 +0100

    Remove unnecessary dependency version checks, add VCS fields to
    debian/control, fix insecure copyright standard
---
 debian/changelog | 4 +++-
 debian/control   | 6 ++++--
 debian/copyright | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d49b48..967f87b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 txwinrm (1.1.26-1) UNRELEASED; urgency=low
 
-  * Remove unnecessary build dependancy
   * Closes: #803982
   * source package automatically created by stdeb 0.8.5
+  * Remove unnecessary build dependency
   * Update debian/watch 
+  * Remove unnecessary dependency version checks, add VCS fields to
+    debian/control, fix insecure copyright standard 
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Fri, 29 Jul 2016 18:26:39 +0100
diff --git a/debian/control b/debian/control
index 246edfa..7b9a9ca 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: txwinrm
 Maintainer: Christopher Hoskin <christopher.hoskin at gmail.com>
 Section: python
 Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9),
+Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 9),
  python-kerberos, python-twisted-core
 Standards-Version: 3.9.8
 Homepage: https://github.com/zenoss/txwinrm
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/txwinrm.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/txwinrm.git
 Testsuite: autopkgtest-pkg-python
 
 Package: python-txwinrm
@@ -20,7 +22,7 @@ Description: asynchronous Python WinRM client libraries
 Package: txwinrm
 Section: utils
 Architecture: all
-Depends: python-txwinrm
+Depends: ${misc:Depends}, python-txwinrm
 Description: asynchronous Python WinRM client binaries
  Command line utilities for asynchronously managing Microsoft Windows systems,
  via WinRM and WinRS services.
diff --git a/debian/copyright b/debian/copyright
index 6168b7b..6e3733f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: txwinrm
 Source: https://github.com/zenoss/txwinrm/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txwinrm.git



More information about the Python-modules-commits mailing list