Author: tille Date: 2015-02-22 20:07:57 +0000 (Sun, 22 Feb 2015) New Revision: 18846
Modified: trunk/packages/seqan/trunk/debian/changelog trunk/packages/seqan/trunk/debian/control Log: New Build-Depends: python-jinja2 needed in test suite Modified: trunk/packages/seqan/trunk/debian/changelog =================================================================== --- trunk/packages/seqan/trunk/debian/changelog 2015-02-22 17:37:26 UTC (rev 18845) +++ trunk/packages/seqan/trunk/debian/changelog 2015-02-22 20:07:57 UTC (rev 18846) @@ -6,6 +6,7 @@ * disable doc creation which works differently than in previous versions * correct opts in d/watch * upgrade copyright + * New Build-Depends: python-jinja2 needed in test suite -- Andreas Tille <[email protected]> Sun, 22 Feb 2015 10:07:40 +0100 Modified: trunk/packages/seqan/trunk/debian/control =================================================================== --- trunk/packages/seqan/trunk/debian/control 2015-02-22 17:37:26 UTC (rev 18845) +++ trunk/packages/seqan/trunk/debian/control 2015-02-22 20:07:57 UTC (rev 18846) @@ -11,7 +11,8 @@ libboost-dev, dh-exec, help2man, - python + python, + python-jinja2 Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/seqan/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/seqan/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
