[med-svn] [Git][med-team/python-freecontact][master] 2 commits: unfuzz
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Tue Jan 14 13:19:19 GMT 2025
Nilesh Patra pushed to branch master at Debian Med / python-freecontact
Commits:
cb979306 by Nilesh Patra at 2025-01-14T18:45:13+05:30
unfuzz
- - - - -
4899d6ff by Nilesh Patra at 2025-01-14T18:45:52+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/fix_boost_linkage.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-freecontact (1.1-9) unstable; urgency=medium
+
+ * Team Upload.
+ * Link against correct libboost as per python
+ interpreter version (Closes: #1092510)
+
+ -- Nilesh Patra <nilesh at debian.org> Tue, 14 Jan 2025 18:45:20 +0530
+
python-freecontact (1.1-8) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/fix_boost_linkage.patch
=====================================
@@ -4,7 +4,7 @@ Author: Nilesh Patra <nilesh at debian.org>
Last-Update: 2025-01-14
--- a/setup.py
+++ b/setup.py
-@@ -17,6 +17,11 @@
+@@ -17,6 +17,12 @@
#
from distutils.core import setup, Extension
from glob import glob
@@ -13,15 +13,16 @@ Last-Update: 2025-01-14
+def get_boost_version():
+ return 'boost_python%s%s' \
+ % (sys.version_info.major, sys.version_info.minor)
++
setup( name = 'python-freecontact',
version = '1.1',
-@@ -30,7 +35,5 @@
+@@ -30,7 +36,7 @@
ext_modules = [Extension(
name = 'freecontact',
sources = glob('src/*.cpp'),
- libraries = ['freecontact', 'boost_python'])]
+ libraries = ['freecontact', get_boost_version()])]
)
--
--# vim:et:ts=4:ai:
\ No newline at end of file
+
+ # vim:et:ts=4:ai:
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,2 @@
fix_test_failed.patch
-fix_boost_linkage.patch
\ No newline at end of file
+fix_boost_linkage.patch
View it on GitLab: https://salsa.debian.org/med-team/python-freecontact/-/compare/2caf261305e081fd44c989a3d72e467f4daf4eab...4899d6ff993bf5abfa4fd2212cd6b1624f8ab449
--
View it on GitLab: https://salsa.debian.org/med-team/python-freecontact/-/compare/2caf261305e081fd44c989a3d72e467f4daf4eab...4899d6ff993bf5abfa4fd2212cd6b1624f8ab449
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/20250114/17d9017d/attachment-0001.htm>
More information about the debian-med-commit
mailing list