[med-svn] [Git][med-team/librostlab][master] 3 commits: Use dh_missing --list-missing to not fail in binary-all builds
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Apr 25 08:47:37 BST 2022
Andreas Tille pushed to branch master at Debian Med / librostlab
Commits:
fffeca11 by Andreas Tille at 2022-04-25T09:40:32+02:00
Use dh_missing --list-missing to not fail in binary-all builds
- - - - -
f8a25b3c by Andreas Tille at 2022-04-25T09:40:58+02:00
Apply multi-arch hints.
+ librostlab3: Add Multi-Arch: same.
+ librostlab-doc: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
- - - - -
de2bfba9 by Andreas Tille at 2022-04-25T09:42:43+02:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+librostlab (1.0.20-12) unstable; urgency=medium
+
+ * Use dh_missing --list-missing to not fail in binary-all builds
+ Closes: #1010117
+
+ -- Andreas Tille <tille at debian.org> Mon, 25 Apr 2022 09:41:02 +0200
+
librostlab (1.0.20-11) unstable; urgency=medium
* Upstream download vanished
=====================================
debian/control
=====================================
@@ -26,6 +26,7 @@ Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
+Multi-Arch: same
Description: C++ library for computational biology
This library was developed by the Rost Lab. The lab's research is
driven by a conviction that protein and DNA sequences encode a
@@ -76,6 +77,7 @@ Section: doc
Depends: ${shlibs:Depends},
${misc:Depends},
${js:Depends}
+Multi-Arch: foreign
Description: C++ library for computational biology (documentation)
This library was developed by the Rost Lab. The lab's research is
driven by a conviction that protein and DNA sequences encode a
=====================================
debian/rules
=====================================
@@ -28,3 +28,6 @@ override_dh_installdocs:
override_dh_compress:
dh_compress -Xlibrostlab.tag
+
+override_dh_missing:
+ dh_missing --list-missing
View it on GitLab: https://salsa.debian.org/med-team/librostlab/-/compare/97f24f5258a0174f47d293de9ce9db12e4a66ba4...de2bfba95df9c608eece1fbb086c026494b56e9b
--
View it on GitLab: https://salsa.debian.org/med-team/librostlab/-/compare/97f24f5258a0174f47d293de9ce9db12e4a66ba4...de2bfba95df9c608eece1fbb086c026494b56e9b
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/20220425/d1128c30/attachment-0001.htm>
More information about the debian-med-commit
mailing list