[Python-modules-commits] [pymodbus] 02/03: prepare version 1.2.0+git20151013-1

Wolfgang Borgert debacle at moszumanska.debian.org
Tue Oct 13 21:42:28 UTC 2015


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

debacle pushed a commit to tag debian/1.2.0+git20151013-1
in repository pymodbus.

commit 655c07a688bd5f94bfdb1d981566c1b2f54e61d8
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Oct 13 22:57:00 2015 +0200

    prepare version 1.2.0+git20151013-1
---
 debian/changelog | 10 ++++++++++
 debian/control   |  4 ++--
 debian/rules     |  3 +++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3224f5e..9b67f8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pymodbus (1.2.0+git20151013-1) unstable; urgency=low
+
+  * Use latest git from upstream.
+  * Don't install ez_setup.py.
+  * Fixed Vcs fields.
+  * Closes: #783612, thanks to Andreas Beckmann!
+    (syntax error, already closed in previous version)
+
+ -- W. Martin Borgert <debacle at debian.org>  Tue, 13 Oct 2015 20:41:48 +0000
+
 pymodbus (1.2.0+git20150925-1) unstable; urgency=low
 
   * Use latest git from upstream, fixing some issues.
diff --git a/debian/control b/debian/control
index ed036bc..247eacc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders: W. Martin Borgert <debacle at debian.org>,
            Thomas Bechtold <thomasbechtold at jpberlin.de>
 Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-nose, dh-python, python-twisted
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pymodbus.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-pymodbus.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pymodbus.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pymodbus.git
 Homepage: https://github.com/bashwork/pymodbus
 
 Package: python-pymodbus
diff --git a/debian/rules b/debian/rules
index fd7b7ad..a9c07e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export https_proxy = https://127.0.0.1:9
 %:
 	dh $@ --buildsystem=pybuild --with python2
 
+override_dh_install:
+	dh_install -Xez_setup.py
+
 override_dh_installdocs:
 	dh_installdocs -Xtest/
 

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



More information about the Python-modules-commits mailing list