[med-svn] [Git][med-team/librostlab-blast][master] 3 commits: Do not force c++03
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Jan 23 07:43:33 GMT 2022
Andreas Tille pushed to branch master at Debian Med / librostlab-blast
Commits:
14f04551 by Andreas Tille at 2022-01-23T08:32:15+01:00
Do not force c++03
- - - - -
4290ffc4 by Andreas Tille at 2022-01-23T08:36:10+01:00
Drop unused lintian overrides
- - - - -
7b537732 by Andreas Tille at 2022-01-23T08:39:23+01:00
Rename autopkgtest to run-unit-test
- - - - -
9 changed files:
- debian/README.test
- debian/changelog
- debian/librostlab-blast-doc.docs
- − debian/librostlab-blast-doc.lintian-overrides
- debian/librostlab-blast0-dev.docs
- − debian/librostlab-blast0v5-dbg.lintian-overrides
- debian/rules
- debian/tests/control
- debian/tests/installation-test → debian/tests/run-unit-test
Changes:
=====================================
debian/README.test
=====================================
@@ -3,7 +3,7 @@ Notes on how this package can be tested.
This package can be tested by executing
- sh installation-test
+ sh run-unit-test
in order to confirm its integrity.
=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
librostlab-blast (1.0.1-12) UNRELEASED; urgency=medium
- [ Aaron M. Ucko]
+ [ Aaron M. Ucko ]
* eliminate the need to force an old C++ standard version
Closes: #851472, #832138
+ [ Andreas Tille ]
+ * Drop unused lintian overrides
+ * Rename autopkgtest to run-unit-test
+
-- Andreas Tille <tille at debian.org> Sun, 23 Jan 2022 08:13:21 +0100
librostlab-blast (1.0.1-11) unstable; urgency=medium
=====================================
debian/librostlab-blast-doc.docs
=====================================
@@ -1,3 +1,2 @@
doxygen-doc/html/
-# doxygen-doc/librostlab-blast.pdf
lib/librostlab-blast.tag
=====================================
debian/librostlab-blast-doc.lintian-overrides deleted
=====================================
@@ -1,21 +0,0 @@
-# Laszlo Kajan <lkajan at rostlab.org>:
-# This jquery.js is copied into the html documentation by the doxygen
-# version currently in unstable (1.7.6.1). Earlier versions of Doxygen
-# (e.g. i n stable) do not copy a jquery.js there. The jquery.js copied
-# by doxygen is much earlier (1.3.2) than the current version in unstable
-# (1.7.2-1). The jquery.js from doxygen actually is a minified bundle of
-# several things:
-# * jQuery JavaScript Library v1.3.2 http://jquery.com/
-# * Sizzle CSS Selector Engine - v0.9.3 http://sizzlejs.com/
-# * jQuery hashchange event - v1.3 - 7/21/2010
-# http://benalman.com/projects/jquery-hashchange-plugin/
-# * jQuery UI 1.7.2 http://docs.jquery.com/UI
-# * jQuery UI Resizable 1.7.2 http://docs.jquery.com/UI/Resizables
-# * jQuery.ScrollTo - Easy element scrolling using jQuery.
-#
-# Out of these Sizzle is not packaged for Debian, neither is the hashchange
-# event or jQuery.ScrollTo, as far as I can tell.
-#
-# Therefore, it is necessary to keep this jquery.js instead of linking to the
-# file with the same name from libjs-jquery.
-librostlab-blast-doc: embedded-javascript-library usr/share/doc/librostlab-blast-doc/html/jquery.js
=====================================
debian/librostlab-blast0-dev.docs
=====================================
@@ -1,2 +1,2 @@
debian/README.test
-debian/tests/installation-test
+debian/tests/run-unit-test
=====================================
debian/librostlab-blast0v5-dbg.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# G++5 ABI transition
-librostlab-blast0v5-dbg: package-name-doesnt-match-sonames librostlab-blast0-dbg
=====================================
debian/rules
=====================================
@@ -2,9 +2,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# force pre c++11 because of #811992 respective #829604
-export DEB_CXXFLAGS_MAINT_APPEND = -std=c++03
-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
=====================================
debian/tests/control
=====================================
@@ -1,2 +1,2 @@
-Tests: installation-test
+Tests: run-unit-test
Depends: @, build-essential
=====================================
debian/tests/installation-test → debian/tests/run-unit-test
=====================================
View it on GitLab: https://salsa.debian.org/med-team/librostlab-blast/-/compare/706fabe362a9a645b749d3841d7fbbed7876b001...7b5377329daee1201efbf08521b0957664395a4a
--
View it on GitLab: https://salsa.debian.org/med-team/librostlab-blast/-/compare/706fabe362a9a645b749d3841d7fbbed7876b001...7b5377329daee1201efbf08521b0957664395a4a
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/20220123/db905de9/attachment-0001.htm>
More information about the debian-med-commit
mailing list