Andreas Tille pushed to branch master at Debian Med / gatb-core
Commits: edec8282 by Andreas Tille at 2020-07-23T22:31:48+02:00 Upload to unstable - - - - - 3dbce90b by Andreas Tille at 2020-07-24T10:01:56+02:00 Fix installation of test data to really build on Architecture all - - - - - 47429811 by Andreas Tille at 2020-07-24T11:28:19+02:00 Fix installation of unit test script gatb-core-cppunit - - - - - 779f95aa by Andreas Tille at 2020-07-24T11:59:15+02:00 Silence dh_missing - - - - - 0c4b3717 by Andreas Tille at 2020-07-24T12:22:39+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/gatb-core-testdata.install - debian/gatb-core.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,15 @@ -gatb-core (1.4.2+dfsg-4) UNRELEASED; urgency=medium +gatb-core (1.4.2+dfsg-5) unstable; urgency=medium + + * Fix installation of test data to really build on Architecture all + * Fix installation of unit test script gatb-core-cppunit + + -- Andreas Tille <[email protected]> Fri, 24 Jul 2020 10:01:31 +0200 + +gatb-core (1.4.2+dfsg-4) unstable; urgency=medium * Enable Architecture all only builds - -- Andreas Tille <[email protected]> Thu, 23 Jul 2020 16:41:16 +0200 + -- Andreas Tille <[email protected]> Thu, 23 Jul 2020 22:21:16 +0200 gatb-core (1.4.2+dfsg-3) unstable; urgency=medium ===================================== debian/gatb-core-testdata.install ===================================== @@ -1 +1 @@ -debian/tmp/usr/test usr/share/doc/gatb-core +gatb-core/test/db usr/share/doc/gatb-core/test ===================================== debian/gatb-core.install ===================================== @@ -1 +1,2 @@ usr/bin +usr/test/gatb-core-cppunit usr/lib/gatb-core ===================================== debian/rules ===================================== @@ -34,13 +34,10 @@ override_dh_install-arch: mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE) dh_install -a -override_dh_install-indep: - dh_install -i - mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE) - mv debian/$(pkgtestdata)/usr/share/doc/$(DEB_SOURCE)/test/gatb-core-cppunit debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE) - -override_dh_auto_install-arch: - dh_auto_install -a - override_dh_auto_install-indep: echo "Nothing to do here" + +override_dh_missing: + # test data are installed manually from main source to enable Architecture all builds + rm -rf debian/tmp/usr/test/db + dh_missing View it on GitLab: https://salsa.debian.org/med-team/gatb-core/-/compare/c0deb07a6803e3be815f8c53bd89cc3caa4c464c...0c4b3717a63333608cc8ace359dc1394033ea584 -- View it on GitLab: https://salsa.debian.org/med-team/gatb-core/-/compare/c0deb07a6803e3be815f8c53bd89cc3caa4c464c...0c4b3717a63333608cc8ace359dc1394033ea584 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
