[med-svn] r18789 - in trunk/packages/python-miso/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Tue Feb 17 07:54:42 UTC 2015
Author: tille
Date: 2015-02-17 07:54:41 +0000 (Tue, 17 Feb 2015)
New Revision: 18789
Modified:
trunk/packages/python-miso/trunk/debian/README.source
trunk/packages/python-miso/trunk/debian/changelog
trunk/packages/python-miso/trunk/debian/copyright
trunk/packages/python-miso/trunk/debian/patches/removing_f2c.patch
trunk/packages/python-miso/trunk/debian/rules
trunk/packages/python-miso/trunk/debian/watch
Log:
Remove f2c code copy to be really sure that it is not used.
Modified: trunk/packages/python-miso/trunk/debian/README.source
===================================================================
--- trunk/packages/python-miso/trunk/debian/README.source 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/README.source 2015-02-17 07:54:41 UTC (rev 18789)
@@ -7,5 +7,4 @@
to be directly substitutable, just it had to be linked statically
to avoid MAIN__ to be found missing. Some good soul please fix this.
---
- Steffen Moeller <moeller at debian.org> Tue, 17 Feb 2015 02:09:06 +0100
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Feb 2015 02:09:06 +0100
Modified: trunk/packages/python-miso/trunk/debian/changelog
===================================================================
--- trunk/packages/python-miso/trunk/debian/changelog 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/changelog 2015-02-17 07:54:41 UTC (rev 18789)
@@ -1,4 +1,4 @@
-python-miso (0.5.2-1) UNRELEASED; urgency=low
+python-miso (0.5.2+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #nnnn)
* Not using internal f2c redistribution.
Modified: trunk/packages/python-miso/trunk/debian/copyright
===================================================================
--- trunk/packages/python-miso/trunk/debian/copyright 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/copyright 2015-02-17 07:54:41 UTC (rev 18789)
@@ -1,6 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: miso
Source: https://pypi.python.org/pypi/misopy
+Files-Excluded: pysplicing/src/f2c
Files: *
Copyright: Yarden Katz <yarden at mit.edu>
Modified: trunk/packages/python-miso/trunk/debian/patches/removing_f2c.patch
===================================================================
--- trunk/packages/python-miso/trunk/debian/patches/removing_f2c.patch 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/patches/removing_f2c.patch 2015-02-17 07:54:41 UTC (rev 18789)
@@ -1,8 +1,12 @@
-Index: misopy-0.5.2/setup.py
-===================================================================
---- misopy-0.5.2.orig/setup.py
-+++ misopy-0.5.2/setup.py
-@@ -42,17 +42,18 @@
+Author: Steffen Möller <steffen_moeller at gmx.de>
+Last-Update: Tue, 17 Feb 2015 02:25:33 +0100
+Description: Drop f2c code copy
+ Help for fiddling with the setup.py came from
+ https://docs.python.org/2/distutils/setupscript.html#describing-extension-modules
+
+--- a/setup.py
++++ b/setup.py
+@@ -42,17 +42,18 @@ pysplicing_dir = 'pysplicing'
splicingsources = glob.glob(os.path.join(pysplicing_dir, 'src', '*.c'))
lapacksources = glob.glob(os.path.join(pysplicing_dir, 'src', 'lapack', '*.c'))
Modified: trunk/packages/python-miso/trunk/debian/rules
===================================================================
--- trunk/packages/python-miso/trunk/debian/rules 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/rules 2015-02-17 07:54:41 UTC (rev 18789)
@@ -26,3 +26,6 @@
override_dh_clean:
rm -rf tmp a.out
dh_clean
+
+get-orig-source:
+ uscan --verbose --force-download --repack --compression xz
Modified: trunk/packages/python-miso/trunk/debian/watch
===================================================================
--- trunk/packages/python-miso/trunk/debian/watch 2015-02-17 07:37:50 UTC (rev 18788)
+++ trunk/packages/python-miso/trunk/debian/watch 2015-02-17 07:54:41 UTC (rev 18789)
@@ -1,3 +1,4 @@
version=3
-http://pypi.debian.net/misopy/misopy-(.+)\.tar.gz
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
+ http://pypi.debian.net/misopy/misopy-(.+)\.tar.gz
More information about the debian-med-commit
mailing list