Add a hard version dependency between the love and liblove debian packages

This commit is contained in:
Bart van Strien
2018-07-10 19:17:49 +02:00
parent b38c61b7ce
commit 4d3a87eb7f
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ Description: 2D game engine - runtime
Package: love@LOVE_SUFFIX@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
${shlibs:Depends},
liblove@LOVE_SUFFIX@0 (= ${binary:Version})
Description: 2D game engine
LOVE is a free 2D game engine which enables easy game creation in Lua.