Package: python-pyeclib
Version: 1.0.7m-1
Followup-For: Bug #788451
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* d/p/fixup-version.patch: Align version in setup.py with actual release
version.
Thanks for considering the patch.
-- System Information:
Debian Release: jessie/sid
APT prefers wily-updates
APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'),
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.19.0-22-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-pyeclib-1.0.7m/debian/patches/fixup-version.patch python-pyeclib-1.0.7m/debian/patches/fixup-version.patch
--- python-pyeclib-1.0.7m/debian/patches/fixup-version.patch 1970-01-01 01:00:00.000000000 +0100
+++ python-pyeclib-1.0.7m/debian/patches/fixup-version.patch 2015-06-24 09:43:06.000000000 +0100
@@ -0,0 +1,15 @@
+Description: Fixup versioning of pyeclib
+Author: James Page <[email protected]>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788451
+
+--- a/setup.py
++++ b/setup.py
+@@ -170,7 +170,7 @@ module = Extension('pyeclib_c',
+ sources=['src/c/pyeclib_c/pyeclib_c.c'])
+
+ setup(name='PyECLib',
+- version='1.0.5m',
++ version='1.0.7m',
+ author='Kevin Greenan',
+ author_email='[email protected]',
+ maintainer='Kevin Greenan and Tushar Gohad',
diff -Nru python-pyeclib-1.0.7m/debian/patches/series python-pyeclib-1.0.7m/debian/patches/series
--- python-pyeclib-1.0.7m/debian/patches/series 2015-05-17 05:08:53.000000000 +0100
+++ python-pyeclib-1.0.7m/debian/patches/series 2015-06-24 09:37:27.000000000 +0100
@@ -1,3 +1,4 @@
disable-check-for-liberasure-code.patch
remove-rpath-tweak.patch
more-rpath-tweak-removal.patch
+fixup-version.patch