Author: pabs Date: 2011-04-01 12:11:49 +0000 (Fri, 01 Apr 2011) New Revision: 12059
Modified: packages/trunk/openyahtzee/debian/changelog packages/trunk/openyahtzee/debian/control Log: Wrap build-deps one per line Modified: packages/trunk/openyahtzee/debian/changelog =================================================================== --- packages/trunk/openyahtzee/debian/changelog 2011-04-01 11:43:58 UTC (rev 12058) +++ packages/trunk/openyahtzee/debian/changelog 2011-04-01 12:11:49 UTC (rev 12059) @@ -3,6 +3,9 @@ [ Barry deFreese ] * Update package description. (Closes: #504432). + [ Paul Wise ] + * Wrap build-deps one per line + -- Barry deFreese <[email protected]> Tue, 04 Nov 2008 12:03:57 -0500 openyahtzee (1.8.1-1) unstable; urgency=low Modified: packages/trunk/openyahtzee/debian/control =================================================================== --- packages/trunk/openyahtzee/debian/control 2011-04-01 11:43:58 UTC (rev 12058) +++ packages/trunk/openyahtzee/debian/control 2011-04-01 12:11:49 UTC (rev 12059) @@ -3,7 +3,11 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]> -Build-Depends: autotools-dev, debhelper (>= 5), libsqlite3-dev, libwxgtk2.8-dev, pkg-config +Build-Depends: debhelper (>= 5), + autotools-dev, + libsqlite3-dev, + libwxgtk2.8-dev, + pkg-config Standards-Version: 3.8.0 Homepage: http://openyahtzee.sourceforge.net Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openyahtzee/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

