Author: tille Date: 2015-11-25 12:26:07 +0000 (Wed, 25 Nov 2015) New Revision: 20542
Added: trunk/packages/tree-puzzle/trunk/debian/clean Modified: trunk/packages/tree-puzzle/trunk/debian/changelog Log: fix clean target when running test suite Modified: trunk/packages/tree-puzzle/trunk/debian/changelog =================================================================== --- trunk/packages/tree-puzzle/trunk/debian/changelog 2015-11-24 22:01:28 UTC (rev 20541) +++ trunk/packages/tree-puzzle/trunk/debian/changelog 2015-11-25 12:26:07 UTC (rev 20542) @@ -3,8 +3,9 @@ * debian/upstream: Add publications * cme fix dpkg-control * debhelper 9 + * fix clean target when running test suite - -- Andreas Tille <[email protected]> Tue, 14 Oct 2014 13:53:57 +0200 + -- Andreas Tille <[email protected]> Wed, 25 Nov 2015 13:25:30 +0100 tree-puzzle (5.2-7) unstable; urgency=low Added: trunk/packages/tree-puzzle/trunk/debian/clean =================================================================== --- trunk/packages/tree-puzzle/trunk/debian/clean (rev 0) +++ trunk/packages/tree-puzzle/trunk/debian/clean 2015-11-25 12:26:07 UTC (rev 20542) @@ -0,0 +1,28 @@ +tests/*.out +tests/*.param +tests/*.bin +tests/*.bin.clean +tests/*.bin.dist +tests/*.bin.puzzle +tests/*.bin.tree +tests/*.ctrees +tests/*.ctrees.clean +tests/*.ctrees.dist +tests/*.ctrees.puzzle +tests/*.ctrees.tree +tests/*.nucl +tests/*.nucl.clean +tests/*.nucl.dist +tests/*.nucl.puzzle +tests/*.nucl.tree +tests/*.prot +tests/*.prot.clean +tests/*.prot.eps +tests/*.prot.dist +tests/*.prot.puzzle +tests/*.prot.tree +tests/*.trees +tests/*.trees.clean +tests/*.trees.dist +tests/*.trees.puzzle +tests/*.trees.tree _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
