Browse Source

Update debian package files to the 0.9.2~rc1 version

Bart van Strien 10 years ago
parent
commit
902a7cb68b
2 changed files with 6 additions and 5 deletions
  1. 1 1
      platform/unix/debian/changelog.in
  2. 5 4
      platform/unix/debian/control.in

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

@@ -1,4 +1,4 @@
-love@LOVE_SUFFIX@ (0.9.0~ppatest5) precise; urgency=medium
+love@LOVE_SUFFIX@ (0.9.2~rc1ppa3) precise; urgency=medium
 
   * Upstream testing release
 

+ 5 - 4
platform/unix/debian/control.in

@@ -4,6 +4,9 @@ Priority: extra
 Maintainer: Bart van Strien <[email protected]>
 Build-Depends: debhelper (>= 9),
                autotools-dev,
+               autoconf,
+               automake,
+               libtool,
                pkg-config,
                libdevil-dev,
                libfreetype6-dev,
@@ -16,9 +19,8 @@ Build-Depends: debhelper (>= 9),
                libflac-dev,
                libflac++-dev,
                libmodplug-dev,
-               libmpg123-dev,
-               libmng-dev
-Standards-Version: 3.9.3
+               libmpg123-dev
+Standards-Version: 3.9.5
 Homepage: http://love2d.org
 
 Package: liblove@LOVE_SUFFIX@
@@ -28,7 +30,6 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libdevil1c2,
-         libmng1,
          libfreetype6,
          libgl1-mesa-glx,
          libluajit-5.1-2,