Author: osallou Date: 2015-06-16 08:15:06 +0000 (Tue, 16 Jun 2015) New Revision: 19338
Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog trunk/packages/gmod/gbrowse/trunk/debian/control Log: fix perl 5.22 transition adding libmodule-build-perl build dep, closing 788642 Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog =================================================================== --- trunk/packages/gmod/gbrowse/trunk/debian/changelog 2015-06-16 05:26:12 UTC (rev 19337) +++ trunk/packages/gmod/gbrowse/trunk/debian/changelog 2015-06-16 08:15:06 UTC (rev 19338) @@ -1,3 +1,10 @@ +gbrowse (2.54+dfsg-4) unstable; urgency=medium + + * d/control: add libmodule-build-perl dependency for perl 5.22 transition + (Closes: #788642). + + -- Olivier Sallou <[email protected]> Tue, 16 Jun 2015 10:12:37 +0200 + gbrowse (2.54+dfsg-3) unstable; urgency=medium [ gregor herrmann ] Modified: trunk/packages/gmod/gbrowse/trunk/debian/control =================================================================== --- trunk/packages/gmod/gbrowse/trunk/debian/control 2015-06-16 05:26:12 UTC (rev 19337) +++ trunk/packages/gmod/gbrowse/trunk/debian/control 2015-06-16 08:15:06 UTC (rev 19338) @@ -24,7 +24,8 @@ libterm-readkey-perl, libjs-prototype (>= 1.7), libjs-scriptaculous (>= 1.9), - libvm-ec2-perl + libvm-ec2-perl, + libmodule-build-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gmod/gbrowse/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gmod/gbrowse/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
