Author: tbooth-guest Date: 2015-02-20 12:17:46 +0000 (Fri, 20 Feb 2015) New Revision: 18813
Modified: trunk/packages/seqprep/trunk/debian/changelog trunk/packages/seqprep/trunk/debian/control Log: Add zlib dep Modified: trunk/packages/seqprep/trunk/debian/changelog =================================================================== --- trunk/packages/seqprep/trunk/debian/changelog 2015-02-20 11:46:58 UTC (rev 18812) +++ trunk/packages/seqprep/trunk/debian/changelog 2015-02-20 12:17:46 UTC (rev 18813) @@ -1,3 +1,9 @@ +seqprep (1.1-0biolinux2) trusty; urgency=medium + + * Add missing build dep + + -- Tim Booth <[email protected]> Fri, 20 Feb 2015 12:16:54 +0000 + seqprep (1.1-0biolinux1) trusty; urgency=medium * Initial release for Bio-Linux. Modified: trunk/packages/seqprep/trunk/debian/control =================================================================== --- trunk/packages/seqprep/trunk/debian/control 2015-02-20 11:46:58 UTC (rev 18812) +++ trunk/packages/seqprep/trunk/debian/control 2015-02-20 12:17:46 UTC (rev 18813) @@ -3,7 +3,7 @@ Uploaders: Tim Booth <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>=9), python, ruby-ronn +Build-Depends: debhelper (>=9), python, ruby-ronn, zlib1g-dev Standards-Version: 3.9.5 Homepage: https://github.com/jstjohn/SeqPrep _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
