Dylan Aïssi pushed to branch master at Debian Med / plink1.9
Commits: 488c774e by Dylan Aïssi at 2019-11-20T06:15:49Z Replace ADTTMP with AUTOPKGTEST_TMP - - - - - 258e10f5 by Dylan Aïssi at 2019-11-20T06:17:35Z Switch to debhelper-compat - - - - - ee513c9f by Dylan Aïssi at 2019-11-20T06:20:29Z Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/tests/run-sample-analysis Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -plink1.9 (1.90~b6.12-191028-1) UNRELEASED; urgency=medium +plink1.9 (1.90~b6.12-191028-1) unstable; urgency=medium * New upstream release. + * Replace ADTTMP with AUTOPKGTEST_TMP. + * Switch to debhelper-compat. - -- Dylan Aïssi <[email protected]> Wed, 20 Nov 2019 07:05:42 +0100 + -- Dylan Aïssi <[email protected]> Wed, 20 Nov 2019 07:20:09 +0100 plink1.9 (1.90~b6.11-191024-1) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Dylan Aïssi <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), help2man, libatlas-base-dev, liblapack-dev, ===================================== debian/tests/run-sample-analysis ===================================== @@ -1,15 +1,14 @@ #!/bin/sh -e # http://dep.debian.net/deps/dep8/ # Autopkgtest: Test if plink1.9 run analysis correctly -# Author: Dylan Aïssi <[email protected]> -# Last-Update: 2014-12-22 +# Author: Dylan Aïssi <[email protected]> pkg=plink1.9 -if [ "$ADTTMP" = "" ] ; then - ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` +if [ "$AUTOPKGTEST_TMP" = "" ] ; then + AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi -cd $ADTTMP -cp -a /usr/share/doc/${pkg}/examples/* $ADTTMP +cd $AUTOPKGTEST_TMP +cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP PLINK19_TEST='plink1.9 --file toy' @@ -21,5 +20,5 @@ diff plink.frq expected.plink.frq $PLINK19_TEST --assoc diff plink.assoc expected.plink.assoc -rm -f $ADTTMP/* +rm -f $AUTOPKGTEST_TMP/* View it on GitLab: https://salsa.debian.org/med-team/plink1-9/compare/3aec6e5146ddd88578eabb70cd4ae73331b85362...ee513c9f072a071db20b8b29ec8011ffebd63618 -- View it on GitLab: https://salsa.debian.org/med-team/plink1-9/compare/3aec6e5146ddd88578eabb70cd4ae73331b85362...ee513c9f072a071db20b8b29ec8011ffebd63618 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
