[med-svn] [Git][med-team/obitools][master] 2 commits: Added patch to enable building on any architecture.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Nov 20 19:00:44 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / obitools
Commits:
5fa72804 by Michael R. Crusoe at 2024-11-20T18:59:33+01:00
Added patch to enable building on any architecture.
- - - - -
69ca896b by Michael R. Crusoe at 2024-11-20T19:00:04+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/any_arch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-obitools (3.0.1~b26+dfsg-1) UNRELEASED; urgency=medium
+obitools (3.0.1~b26+dfsg-1) unstable; urgency=medium
* Team upload.
* d/watch: switch to OBITools3
@@ -6,8 +6,9 @@ obitools (3.0.1~b26+dfsg-1) UNRELEASED; urgency=medium
* copyright: update for missing file
* d/control: needs cmake
* d/control: switch to Cython 3.x
+ * Added patch to enable building on any architecture.
- -- Michael R. Crusoe <crusoe at debian.org> Wed, 31 Jul 2024 15:04:53 +0200
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 20 Nov 2024 19:00:04 +0100
obitools (1.2.13+dfsg-9) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Homepage: https://pypi.python.org/pypi/OBITools
Rules-Requires-Root: no
Package: obitools
-Architecture: amd64
+Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
=====================================
debian/patches/any_arch
=====================================
@@ -0,0 +1,14 @@
+Author: Michael R. Crusoe <crusoe at debian.org>
+Description: allow building on any architecture
+--- obitools.orig/setup.py
++++ obitools/setup.py
+@@ -129,8 +129,7 @@
+ include_dirs=["src","src/libecoPCR","src/libjson"],
+ libraries=["cobitools3"],
+ runtime_library_dirs=[get_python_lib()],
+- extra_compile_args=['-msse2',
+- '-w',
++ extra_compile_args=['-w',
+ '-fPIC'
+ ],
+ extra_link_args=["-Wl,-rpath,"+get_python_lib(),
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
no_cython_in_binary_package.patch
+any_arch
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/2cd3bd76c9c3932d39d321d8e982ff2a4b11afe3...69ca896b610aff81f20f4b437b938857e53b2a13
--
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/2cd3bd76c9c3932d39d321d8e982ff2a4b11afe3...69ca896b610aff81f20f4b437b938857e53b2a13
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241120/23284b6f/attachment-0001.htm>
More information about the debian-med-commit
mailing list