r15318 - packages/trunk/love/debian
Vincent Cheng
vcheng at moszumanska.debian.org
Fri Nov 14 07:21:50 UTC 2014
Author: vcheng
Date: 2014-11-14 07:21:49 +0000 (Fri, 14 Nov 2014)
New Revision: 15318
Modified:
packages/trunk/love/debian/changelog
packages/trunk/love/debian/control
Log:
add breaks+replaces to older versions of love to fix #768206
Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog 2014-11-12 22:55:55 UTC (rev 15317)
+++ packages/trunk/love/debian/changelog 2014-11-14 07:21:49 UTC (rev 15318)
@@ -1,3 +1,11 @@
+love (0.9.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Add Breaks+Replaces relation against older versions of love to fix
+ wheezy -> jessie upgrades. (Closes: #768206)
+
+ -- Vincent Cheng <vcheng at debian.org> Thu, 13 Nov 2014 23:17:35 -0800
+
love (0.9.1-2) unstable; urgency=medium
* Don't use luajit for architectures where it is not supported:
Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control 2014-11-12 22:55:55 UTC (rev 15317)
+++ packages/trunk/love/debian/control 2014-11-14 07:21:49 UTC (rev 15318)
@@ -55,6 +55,8 @@
Architecture: all
Depends: ${misc:Depends}
Suggests: love
+Breaks: love (<< 0.9.1-2)
+Replaces: love (<< 0.9.1-2)
Description: 2D game development framework - documentation
LÖVE was created to be a user-friendly engine in which simple (or
complicated) games could be made without having extensive knowledge
More information about the Pkg-games-commits
mailing list