Author: vincentc-guest Date: 2012-05-20 09:03:40 +0000 (Sun, 20 May 2012) New Revision: 13589
Modified: packages/trunk/0ad/debian/changelog packages/trunk/0ad/debian/control Log: 0ad: Fix #673526 Modified: packages/trunk/0ad/debian/changelog =================================================================== --- packages/trunk/0ad/debian/changelog 2012-05-20 08:40:00 UTC (rev 13588) +++ packages/trunk/0ad/debian/changelog 2012-05-20 09:03:40 UTC (rev 13589) @@ -1,3 +1,9 @@ +0ad (0~r11863-2) UNRELEASED; urgency=low + + * Add stricter dependency on 0ad-data. (Closes: #673526) + + -- Vincent Cheng <[email protected]> Sun, 20 May 2012 01:48:59 -0700 + 0ad (0~r11863-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/0ad/debian/control =================================================================== --- packages/trunk/0ad/debian/control 2012-05-20 08:40:00 UTC (rev 13588) +++ packages/trunk/0ad/debian/control 2012-05-20 09:03:40 UTC (rev 13589) @@ -36,6 +36,7 @@ Pre-Depends: dpkg (>= 1.15.6~) Depends: 0ad-data (>= ${source:Upstream-Version}), + 0ad-data (<= ${source:Version}), gamin | fam, ${misc:Depends}, ${shlibs:Depends} _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

