Andreas Tille pushed to branch master at Debian Med / librostlab
Commits: d49374ea by Nilesh Patra at 2020-02-23T01:50:33+05:30 Modify test to print values - - - - - 9fd367e3 by Nilesh Patra at 2020-02-23T01:58:49+05:30 Use AUTOPKGTEST_TMP - - - - - a7892163 by Nilesh Patra at 2020-02-25T11:53:17+05:30 Add "Rules-Requires-Root:no" - - - - - a7e04e55 by Nilesh Patra at 2020-02-25T12:09:09+05:30 Switch to https - - - - - 4 changed files: - debian/control - debian/copyright - debian/examples/blosum62_test.cpp - debian/tests/installation-test Changes: ===================================== debian/control ===================================== @@ -18,6 +18,7 @@ Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/librostlab Vcs-Git: https://salsa.debian.org/med-team/librostlab.git Homepage: https://rostlab.org/ +Rules-Requires-Root: no Package: librostlab3 Architecture: any ===================================== debian/copyright ===================================== @@ -24,7 +24,7 @@ License: GPL-3+ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. @@ -41,7 +41,7 @@ License: LGPL-3+ GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. ===================================== debian/examples/blosum62_test.cpp ===================================== @@ -5,6 +5,8 @@ #include <iostream> #include <rostlab/blosum62.h> +const signed char rostlab::blosum62[27][27] = {}; + int main() { for (int i = 0; i < 27; i++) { for (int j = 0; j < 27; j++) { ===================================== debian/tests/installation-test ===================================== @@ -6,12 +6,12 @@ set -e pkg=librostlab3-dev -if [ "$ADTTMP" = "" ] ; then - ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX) - trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM +if [ "$AUTOPKGTEST_TMP" = "" ] ; then + AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX) + trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM fi -cd $ADTTMP +cd $AUTOPKGTEST_TMP cp -a /usr/share/doc/${pkg}/examples/* . find . -type f -name "*.gz" -exec gunzip \{\} \; View it on GitLab: https://salsa.debian.org/med-team/librostlab/-/compare/41e04f3818e718cb2e38b4ae6471e32568399e77...a7e04e554970cc9c8044d815977765356377bb4c -- View it on GitLab: https://salsa.debian.org/med-team/librostlab/-/compare/41e04f3818e718cb2e38b4ae6471e32568399e77...a7e04e554970cc9c8044d815977765356377bb4c 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
