[med-svn] [Git][med-team/gatb-core][master] 4 commits: Install cmake files
Andreas Tille
gitlab at salsa.debian.org
Fri Jul 6 11:42:31 BST 2018
Andreas Tille pushed to branch master at Debian Med / gatb-core
Commits:
5d7dcec2 by Andreas Tille at 2018-06-04T21:59:50+02:00
Install cmake files
- - - - -
0f5a8fee by Andreas Tille at 2018-06-04T22:17:59+02:00
Upload to unstable
- - - - -
ce545db9 by Andreas Tille at 2018-07-06T12:01:33+02:00
Fix binary only build
- - - - -
ebbd5505 by Andreas Tille at 2018-07-06T12:20:39+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gatb-core (1.4.1+dfsg-2) unstable; urgency=medium
+
+ * Install cmake files
+ * Fix binary only build
+ Closes: #902161
+
+ -- Andreas Tille <tille at debian.org> Fri, 06 Jul 2018 12:01:54 +0200
+
gatb-core (1.4.1+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #873044)
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,17 @@ pkgtestdata=$(DEB_SOURCE)-testdata
%:
dh $@ --sourcedirectory=gatb-core
-override_dh_install:
- dh_install
+override_dh_install-arch:
+ dh_install -a
d-shlibmove --commit \
--multiarch \
--devunversioned \
--exclude-la \
--movedev debian/tmp/usr/include usr \
+ --movedev gatb-core/cmake usr/lib \
debian/tmp/usr/lib/*/*.so
mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
+
+override_dh_install-indep:
+ dh_install -i
mv debian/$(pkgtestdata)/usr/share/doc/$(DEB_SOURCE)/test/gatb-core-cppunit debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
View it on GitLab: https://salsa.debian.org/med-team/gatb-core/compare/4e89ab13ec97e047b2cfadaf08ec031da12e6612...ebbd5505a4591e7db813cfd79850f87907787f9f
--
View it on GitLab: https://salsa.debian.org/med-team/gatb-core/compare/4e89ab13ec97e047b2cfadaf08ec031da12e6612...ebbd5505a4591e7db813cfd79850f87907787f9f
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/20180706/22ed110a/attachment-0001.html>
More information about the debian-med-commit
mailing list