r4285 - packages/trunk/pingus/debian

Marco Rodrigues gothicx-guest at alioth.debian.org
Tue Sep 25 18:27:13 UTC 2007


Author: gothicx-guest
Date: 2007-09-25 18:27:13 +0000 (Tue, 25 Sep 2007)
New Revision: 4285

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/control
Log:
Turn XInput enabled by default

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2007-09-25 14:46:56 UTC (rev 4284)
+++ packages/trunk/pingus/debian/changelog	2007-09-25 18:27:13 UTC (rev 4285)
@@ -1,9 +1,10 @@
 pingus (0.7.1-2) UNRELEASED; urgency=low
 
   [Marco Rodrigues]
-  * ...
+  * XInput support enabled by default.
+  * Add xinput to Build-Depends and Depends.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Sun, 23 Sep 2007 22:13:23 +0100
+ -- Marco Rodrigues <gothicx at sapo.pt>  Sun, 24 Sep 2007 18:53:23 +0100
 
 pingus (0.7.1-1) unstable; urgency=low
 
@@ -17,7 +18,7 @@
    - input subsystem rewritten from scratch, supports now
      gamepads, usbmice, wiimote (some of those might
      unfinished and not enabled by default)
-   * Add libboost-signals-dev to debian/control.
+  * Add libboost-signals-dev to debian/control.
 
   [Miriam Ruiz]
   * Changed priority to optional in debian/control.

Modified: packages/trunk/pingus/debian/control
===================================================================
--- packages/trunk/pingus/debian/control	2007-09-25 14:46:56 UTC (rev 4284)
+++ packages/trunk/pingus/debian/control	2007-09-25 18:27:13 UTC (rev 4285)
@@ -4,14 +4,14 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Marco Rodrigues <gothicx at sapo.pt>
 Build-Depends: debhelper (>= 5.0.38), quilt, scons, libsdl1.2-dev, libsdl-mixer1.2-dev,
- libsdl-image1.2-dev, libphysfs-dev, libboost-signals-dev
+ libsdl-image1.2-dev, libphysfs-dev, libboost-signals-dev, libxi-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pingus/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pingus/?op=log
 
 Package: pingus
 Architecture: any
-Depends: pingus-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: pingus-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libxi
 Description: Free Lemmings(TM) clone
  Pingus is a free clone of the popular Lemmings game.
  .




More information about the Pkg-games-commits mailing list