Author: tille Date: 2014-05-12 11:10:33 +0000 (Mon, 12 May 2014) New Revision: 16914
Modified: trunk/packages/srf/trunk/debian/changelog trunk/packages/srf/trunk/debian/control Log: Add zlib1g-dev to Build-Depends Modified: trunk/packages/srf/trunk/debian/changelog =================================================================== --- trunk/packages/srf/trunk/debian/changelog 2014-05-12 07:39:09 UTC (rev 16913) +++ trunk/packages/srf/trunk/debian/changelog 2014-05-12 11:10:33 UTC (rev 16914) @@ -1,3 +1,10 @@ +srf (0.1+dfsg-4) unstable; urgency=medium + + * Add zlib1g-dev to Build-Depends + Closes: #747776 + + -- Andreas Tille <[email protected]> Mon, 12 May 2014 12:49:56 +0200 + srf (0.1+dfsg-3) unstable; urgency=medium * Fix FTBFS with clang (thanks for the patch to Modified: trunk/packages/srf/trunk/debian/control =================================================================== --- trunk/packages/srf/trunk/debian/control 2014-05-12 07:39:09 UTC (rev 16913) +++ trunk/packages/srf/trunk/debian/control 2014-05-12 11:10:33 UTC (rev 16914) @@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9), autotools-dev, libcurl4-gnutls-dev, - libstaden-read-dev + libstaden-read-dev, + zlib1g-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/srf/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/srf/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
