Andreas Tille pushed to branch master at Debian Med / libhat-trie
Commits: d45eb396 by Andreas Tille at 2019-01-08T14:06:25Z Use d-shlibs - - - - - 203a7364 by Andreas Tille at 2019-01-08T14:09:50Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - − debian/libhat-trie-dev.dirs - − debian/libhat-trie-dev.install - − debian/libhat-trie0.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,13 @@ -libhat-trie (0.1.2-2) UNRELEASED; urgency=medium +libhat-trie (0.1.2-2) unstable; urgency=medium * Team upload. * debhelper 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.3.0 * Drop unneeded Testsuite: autopkgtest + * Use d-shlibs - -- Andreas Tille <[email protected]> Tue, 08 Jan 2019 14:48:46 +0100 + -- Andreas Tille <[email protected]> Tue, 08 Jan 2019 15:06:46 +0100 libhat-trie (0.1.2-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Sascha Steinbiss <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~) +Build-Depends: debhelper (>= 11~), + d-shlibs Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/libhat-trie Vcs-Git: https://salsa.debian.org/med-team/libhat-trie.git ===================================== debian/libhat-trie-dev.dirs deleted ===================================== @@ -1,2 +0,0 @@ -usr/lib -usr/include ===================================== debian/libhat-trie-dev.install deleted ===================================== @@ -1,4 +0,0 @@ -usr/include/* -usr/lib/*/lib*.a -usr/lib/*/lib*.so -usr/lib/*/pkgconfig/* ===================================== debian/libhat-trie0.install deleted ===================================== @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* ===================================== debian/rules ===================================== @@ -9,10 +9,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow override_dh_auto_configure: dh_auto_configure -- --enable-debugging --enable-shared=yes -#override_dh_auto_install: -# d-shlibmove --commit \ +override_dh_install: + dh_install + d-shlibmove --commit \ --multiarch \ --devunversioned \ - --movedev "*.hpp" usr/include/ \ - libtabixpp.so + --exclude-la \ + --movedev "debian/tmp/usr/include/*" usr/include \ + --movedev "debian/tmp/usr/lib/*/pkgconfig/*" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \ + debian/tmp/usr/lib/*/lib*.so View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/compare/ebcf20e205a4284276e6c8da381d19f11058cc92...203a73648b209bc7fd9bab23998efa1a6b1846c3 -- View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/compare/ebcf20e205a4284276e6c8da381d19f11058cc92...203a73648b209bc7fd9bab23998efa1a6b1846c3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
