[Python-modules-commits] [python-spur] 03/03: New changelog entry. Fixed things in d/control

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Feb 21 10:56:00 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository python-spur.

commit a35ed69bcba401b3994823396f87b44ab4e5d5a7
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Feb 21 11:50:04 2016 +0100

    New changelog entry. Fixed things in d/control
---
 debian/changelog | 11 +++++++++++
 debian/control   | 20 ++++++++++++--------
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6cac8f4..913f0d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-spur (0.3.15-2) unstable; urgency=medium
+
+  * debian/patches/0001-Fix-character-that-s-causing-build-trouble.patch
+    - Fixes invalid character in README.rst which causes build trouble.
+  * debian/control:
+    - Ran "cme fix dpkg-control"
+    - Standards version changed to 3.9.7 - no necessary changes
+    - Vcs-Git now using https
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 21 Feb 2016 11:47:58 +0100
+
 python-spur (0.3.15-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index ee039b2..f80a963 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: python-spur
-Section: python
-Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Section: python
+Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
@@ -11,16 +11,18 @@ Build-Depends: debhelper (>= 9),
                python3-all,
                python3-setuptools,
                python3-paramiko
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-spur.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-spur.git
+Homepage: https://github.com/mwilliamson/spur.py
 X-Python-Version: all
 X-Python3-Version: >= 3.1
-Homepage: https://github.com/mwilliamson/spur.py
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-spur.git
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-spur.git
 
 Package: python-spur
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-paramiko
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-paramiko
 Description: Run commands easily over SSH
  With this Python library you can run commands and manipulate files locally
  or over SSH using the same interface. It offers a much easier-to-use API than
@@ -28,7 +30,9 @@ Description: Run commands easily over SSH
 
 Package: python3-spur
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-paramiko
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python3-paramiko
 Description: Run commands easily over SSH (Python3)
  With this Python library you can run commands and manipulate files locally
  or over SSH using the same interface. It offers a much easier-to-use API than

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



More information about the Python-modules-commits mailing list