Author: tille Date: 2015-07-08 15:53:38 +0000 (Wed, 08 Jul 2015) New Revision: 19572
Modified: trunk/packages/seqprep/trunk/debian/changelog trunk/packages/seqprep/trunk/debian/tests/run-unit-test Log: make sure autopkgtest script will not fail when cleaning up Modified: trunk/packages/seqprep/trunk/debian/changelog =================================================================== --- trunk/packages/seqprep/trunk/debian/changelog 2015-07-08 15:53:10 UTC (rev 19571) +++ trunk/packages/seqprep/trunk/debian/changelog 2015-07-08 15:53:38 UTC (rev 19572) @@ -1,3 +1,9 @@ +seqprep (1.1-3) UNRELEASED; urgency=medium + + * make sure autopkgtest script will not fail when cleaning up + + -- Andreas Tille <[email protected]> Tue, 07 Jul 2015 09:45:10 +0200 + seqprep (1.1-2) unstable; urgency=medium * Do not try fiddle around with arch all files in arch indep builds Modified: trunk/packages/seqprep/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/seqprep/trunk/debian/tests/run-unit-test 2015-07-08 15:53:10 UTC (rev 19571) +++ trunk/packages/seqprep/trunk/debian/tests/run-unit-test 2015-07-08 15:53:38 UTC (rev 19572) @@ -16,4 +16,4 @@ exit 1 fi -rm -f $ADTTMP/* +rm -fr $ADTTMP/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
