[med-svn] [Git][med-team/libsbml][master] 2 commits: Enable dh_missing --fail-missing
Andreas Tille
gitlab at salsa.debian.org
Wed Jan 20 06:57:26 GMT 2021
Andreas Tille pushed to branch master at Debian Med / libsbml
Commits:
022fadb9 by Andreas Tille at 2021-01-19T17:30:46+01:00
Enable dh_missing --fail-missing
- - - - -
45adaee8 by Andreas Tille at 2021-01-19T20:21:02+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/libsbml5-dev.install
- − debian/libsbml5-dev.links
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,13 +1,14 @@
-libsbml (5.19.0+dfsg-1) UNRELEASED; urgency=medium
+libsbml (5.19.0+dfsg-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.5.1 (routine-update)
* debhelper-compat 13 (routine-update)
* Rules-Requires-Root: no (routine-update)
* Update renamed lintian tag names in lintian overrides.
- * Install cmake files
+ * Install cmake and pkgconfig files
+ * Enable dh_missing --fail-missing
- -- Andreas Tille <tille at debian.org> Sun, 17 Jan 2021 18:22:31 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 19 Jan 2021 19:34:01 +0100
libsbml (5.18.0+dfsg-2) unstable; urgency=medium
=====================================
debian/libsbml5-dev.install
=====================================
@@ -1,3 +1,5 @@
usr/include/*
usr/lib/*/libsbml-static.a
+usr/lib/*/libsbml.so
usr/lib/*/cmake
+usr/lib/*/pkgconfig
=====================================
debian/libsbml5-dev.links deleted
=====================================
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-usr/lib/${DEB_HOST_MULTIARCH}/libsbml.so.5 usr/lib/${DEB_HOST_MULTIARCH}/libsbml.so
=====================================
debian/rules
=====================================
@@ -109,6 +109,12 @@ override_dh_installexamples:
override_dh_installchangelogs:
dh_installchangelogs NEWS.txt
+override_dh_missing:
+ find debian -name test.xml -delete
+ rm -f debian/tmp/usr/share/libsbml/*.txt \
+ debian/tmp/usr/share/libsbml/README*
+ dh_missing
+
override_dh_dwz:
echo "Skip dwz: Too few files for multifile optimization"
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/compare/5b2257ad122d91d10acf1bd3687ca55d2bcc4486...45adaee8bdd5ccbfc987efb340e8ecf723f6c388
--
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/compare/5b2257ad122d91d10acf1bd3687ca55d2bcc4486...45adaee8bdd5ccbfc987efb340e8ecf723f6c388
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/20210120/661c5142/attachment-0001.html>
More information about the debian-med-commit
mailing list