[med-svn] [Git][med-team/libdivsufsort][master] 2 commits: Add code snippet that could help using d-shlibs once also a static lib would be used
Andreas Tille
gitlab at salsa.debian.org
Tue Nov 24 08:35:30 GMT 2020
Andreas Tille pushed to branch master at Debian Med / libdivsufsort
Commits:
5b7f6b57 by Andreas Tille at 2020-11-24T09:32:14+01:00
Add code snippet that could help using d-shlibs once also a static lib would be used
- - - - -
41a5b9b1 by Andreas Tille at 2020-11-24T09:34:06+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-libdivsufsort (2.0.1-5) UNRELEASED; urgency=medium
+libdivsufsort (2.0.1-5) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.5.0 (routine-update)
@@ -8,7 +8,7 @@ libdivsufsort (2.0.1-5) UNRELEASED; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
- -- Andreas Tille <tille at debian.org> Mon, 26 Oct 2020 20:19:21 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 24 Nov 2020 09:32:42 +0100
libdivsufsort (2.0.1-4) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -13,3 +13,14 @@ override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE="Release" \
-DBUILD_DIVSUFSORT64=YES \
-DCMAKE_LIBRARY_ARCHITECTURE=${DEB_HOST_MULTIARCH}
+
+not_override_dh_install_since_there_is_no_static_lib:
+ dh_install
+ d-shlibmove --commit \
+ --multiarch \
+ --devunversioned \
+ --exclude-la \
+ --movedev debian/tmp/usr/include/* usr/include \
+ --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
+ debian/tmp/usr/lib/*/*.so
+ find debian -name "lib*.la" -delete
View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/-/compare/be4ffd77a27ed31ba6fc134f7d8f029afb1caef0...41a5b9b18b0acfed0c2ffc38376c58b719b7299f
--
View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/-/compare/be4ffd77a27ed31ba6fc134f7d8f029afb1caef0...41a5b9b18b0acfed0c2ffc38376c58b719b7299f
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/20201124/1a9a5901/attachment-0001.html>
More information about the debian-med-commit
mailing list