Browse Source

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

Bart van Strien 7 years ago
parent
commit
4d3a87eb7f
2 changed files with 4 additions and 3 deletions
  1. 2 2
      platform/unix/debian/changelog.in
  2. 2 1
      platform/unix/debian/control.in

+ 2 - 2
platform/unix/debian/changelog.in

@@ -1,5 +1,5 @@
-love@LOVE_SUFFIX@ (0.11.0~pre3420ppa3) trusty; urgency=medium
+love@LOVE_SUFFIX@ (11.2~pre3458ppa1) trusty; urgency=medium
 
 
   * Upstream testing release
   * Upstream testing release
 
 
- -- Bart van Strien <[email protected]>  Sat, 31 Mar 2018 13:50:30 +0200
+ -- Bart van Strien <[email protected]>  Tue, 10 Jul 2018 19:22:30 +0200

+ 2 - 1
platform/unix/debian/control.in

@@ -35,7 +35,8 @@ Description: 2D game engine - runtime
 Package: love@LOVE_SUFFIX@
 Package: love@LOVE_SUFFIX@
 Architecture: any
 Architecture: any
 Depends: ${misc:Depends},
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         liblove@LOVE_SUFFIX@0 (= ${binary:Version})
 Description: 2D game engine
 Description: 2D game engine
  LOVE is a free 2D game engine which enables easy game creation in Lua.
  LOVE is a free 2D game engine which enables easy game creation in Lua.