Control: tags -1 + patch

Hi,

This seems to be caused by moving files between packages without adding
the needed Breaks and Replaces. I made a patch (svn diff) for the
package with the help of Debian wiki page[1].

[1] https://wiki.debian.org/PackageTransition   (please see case #9)

Cheers,
Juhani


Index: debian/control
===================================================================
--- debian/control      (revision 15316)
+++ debian/control      (working copy)
@@ -19,6 +19,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: binfmt-support
+Breaks: love-doc (<< 0.9.1-2)
 Description: 2D game development framework based on Lua and OpenGL
  LÖVE was created to be a user-friendly engine in which simple (or
  complicated) games could be made without having extensive knowledge
@@ -55,6 +56,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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to