[Python-modules-commits] r19057 - in packages/pymodbus/trunk/debian (7 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Wed Oct 26 07:31:14 UTC 2011


    Date: Wednesday, October 26, 2011 @ 07:31:13
  Author: debacle
Revision: 19057

New version (trunk).

Added:
  packages/pymodbus/trunk/debian/README.source
Modified:
  packages/pymodbus/trunk/debian/changelog
  packages/pymodbus/trunk/debian/control
  packages/pymodbus/trunk/debian/rules
Deleted:
  packages/pymodbus/trunk/debian/patches/100_exclude_test.patch
  packages/pymodbus/trunk/debian/patches/101_pyserial_version.patch
  packages/pymodbus/trunk/debian/patches/series

Added: packages/pymodbus/trunk/debian/README.source
===================================================================
--- packages/pymodbus/trunk/debian/README.source	                        (rev 0)
+++ packages/pymodbus/trunk/debian/README.source	2011-10-26 07:31:13 UTC (rev 19057)
@@ -0,0 +1,4 @@
+The following changes were made to the upstream source:
+  * Removed examples/tools/ (not present in previous version
+    anyway) from source because there are different licenses
+    involved. Needs clarification.

Modified: packages/pymodbus/trunk/debian/changelog
===================================================================
--- packages/pymodbus/trunk/debian/changelog	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/changelog	2011-10-26 07:31:13 UTC (rev 19057)
@@ -1,3 +1,14 @@
+pymodbus (0.9.0+r175-1) unstable; urgency=low
+
+  * Update from trunk to get a number of upstream fixes.
+  * Removed examples/tools/ (not present in previous version
+    anyway) from source because there are different licenses
+    involved. Needs clarification.
+  * Dont't install unit tests.
+  * Debian patches not necessary anymore.
+
+ -- W. Martin Borgert <debacle at debian.org>  Wed, 26 Oct 2011 07:26:28 +0000
+
 pymodbus (0.9.0-1) unstable; urgency=low
 
   * Initial release (Closes: #578120)

Modified: packages/pymodbus/trunk/debian/control
===================================================================
--- packages/pymodbus/trunk/debian/control	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/control	2011-10-26 07:31:13 UTC (rev 19057)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>, Maximiliano Curia <maxy at debian.org>
 Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~),
-               python-setuptools, python-twisted-core
+               python-setuptools, python-twisted-core, python-nose
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymodbus/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymodbus/trunk/

Deleted: packages/pymodbus/trunk/debian/patches/100_exclude_test.patch
===================================================================
--- packages/pymodbus/trunk/debian/patches/100_exclude_test.patch	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/patches/100_exclude_test.patch	2011-10-26 07:31:13 UTC (rev 19057)
@@ -1,20 +0,0 @@
-Index: pymodbus-0.5.1/setup.py
-===================================================================
---- pymodbus-0.5.1.orig/setup.py	2010-04-20 12:24:32.000000000 -0300
-+++ pymodbus-0.5.1/setup.py	2010-04-20 14:42:52.000000000 -0300
-@@ -82,14 +82,13 @@
-     maintainer_email = 'bashwork at gmail.com',
-     url='http://code.google.com/p/pymodbus/',
-     license = 'BSD',
--    packages = find_packages(exclude=['ez_setup', 'examples', 'tests', 'doc']),
-+    packages = find_packages(exclude=['ez_setup', 'examples', 'test', 'doc']),
-     platforms = ["Linux","Mac OS X","Win"],
-     #package_data = {'doc':[
-     include_package_data = True,
-     zip_safe = True,
-     install_requires = [
-         'twisted >= 2.5.0',
--        'nose >= 0.9.3',
-         'pyserial >= 2.4'
-     ],
-     test_suite = 'nose.collector',

Deleted: packages/pymodbus/trunk/debian/patches/101_pyserial_version.patch
===================================================================
--- packages/pymodbus/trunk/debian/patches/101_pyserial_version.patch	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/patches/101_pyserial_version.patch	2011-10-26 07:31:13 UTC (rev 19057)
@@ -1,13 +0,0 @@
-Index: pymodbus-0.5.1/setup.py
-===================================================================
---- pymodbus-0.5.1.orig/setup.py	2010-04-20 14:51:02.000000000 -0300
-+++ pymodbus-0.5.1/setup.py	2010-04-20 14:51:04.000000000 -0300
-@@ -88,7 +88,7 @@
-     zip_safe = True,
-     install_requires = [
-         'twisted >= 2.5.0',
--        'pyserial >= 2.4'
-+        'pyserial >= 2.3'
-     ],
-     test_suite = 'nose.collector',
-     cmdclass = command_classes,

Deleted: packages/pymodbus/trunk/debian/patches/series
===================================================================
--- packages/pymodbus/trunk/debian/patches/series	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/patches/series	2011-10-26 07:31:13 UTC (rev 19057)
@@ -1,2 +0,0 @@
-100_exclude_test.patch
-101_pyserial_version.patch

Modified: packages/pymodbus/trunk/debian/rules
===================================================================
--- packages/pymodbus/trunk/debian/rules	2011-10-26 00:02:57 UTC (rev 19056)
+++ packages/pymodbus/trunk/debian/rules	2011-10-26 07:31:13 UTC (rev 19057)
@@ -6,3 +6,6 @@
 
 %:
 	dh  $@ --with python2
+
+override_dh_installdocs:
+	dh_installdocs -Xtest/




More information about the Python-modules-commits mailing list