[Pkg-sdl-commits] [SCM] Debian packaging of SDL 1.2 branch, master, updated. debian/1.2.15-3-11-ga0402d8

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Mon Jun 11 15:21:03 UTC 2012


The following commit has been merged in the master branch:
commit a0402d8b3a773e702cdd098bfe1eb88f828f91c3
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Mon Jun 11 16:07:21 2012 +0100

    Enable support for touch screen library (Closes: #674799)

diff --git a/debian/changelog b/debian/changelog
index 311cfca..c38d3bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libsdl1.2 (1.2.15-4) UNRELEASED; urgency=low
+libsdl1.2 (1.2.15-4) unstable; urgency=low
 
   [ Manuel A. Fernandez Montecelo ]
   * debian/sdl-config1
     - Fix typo, progam->program
+  * Enable support for touch screen library (Closes: #674799)
 
   [ Felix Geyer ]
   * Re-add dependencies to libsdl1.2-dev that are required for static linking.
@@ -13,7 +14,7 @@ libsdl1.2 (1.2.15-4) UNRELEASED; urgency=low
   * debian/patches/fix_joystick_misc_axes.diff: fix a joystick remapping
     bug causing some axes to malfunction (Closes: #673324).
 
- -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Tue, 10 Apr 2012 23:01:40 +0100
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Mon, 11 Jun 2012 16:04:53 +0100
 
 libsdl1.2 (1.2.15-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 484a30a..0a2020c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
                libxt-dev,
                libxv-dev,
                x11proto-core-dev,
+               libts-dev,
                libaudiofile-dev,
                libpulse-dev,
                libgl1-mesa-dev,
@@ -81,6 +82,7 @@ Depends: ${misc:Depends},
          libpulse-dev,
          libusbhid-dev [kfreebsd-any],
          libx11-dev,
+         libts-dev,
          libxext-dev
 Replaces: libsdl-dev
 Conflicts: libsdl-dev
diff --git a/debian/rules b/debian/rules
index 1f4d484..ef954eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --disable-nas --disable-esd --disable-arts \
             --disable-alsa-shared --disable-pulseaudio-shared \
             --disable-x11-shared \
+            --enable-input-tslib \
             --enable-video-directfb
 all_confflags = --enable-video-caca
 udeb_confflags = --enable-video-directfb \

-- 
Debian packaging of SDL 1.2



More information about the pkg-sdl-commits mailing list