[Pkg-sdl-commits] [libsdl1.2] 01/01: Drop DirectFB dependency

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Mar 9 11:02:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository libsdl1.2.

commit 957aea45da8d0c26c72535d4db5b9790a90e58a5
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Mar 9 12:01:22 2016 +0100

    Drop DirectFB dependency
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 +---
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ed43e5..97ea389 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsdl1.2 (1.2.15+dfsg1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Drop DirectFB dependency with a patch from the Ubuntu delta.
+    Closes: #816125.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 09 Mar 2016 11:59:47 +0100
+
 libsdl1.2 (1.2.15+dfsg1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 33f69d0..3c60057 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 9),
                libgl1-mesa-dev,
                libasound2-dev [linux-any],
                libcaca-dev,
-               libdirectfb-dev (>= 1.0) [!hurd-i386],
                libusbhid-dev [kfreebsd-any],
                libglu1-mesa-dev
 Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl1.2.git
@@ -52,7 +51,7 @@ Description: Simple DirectMedia Layer
  SDL is a library that allows programs portable low level access to
  a video framebuffer, audio output, mouse, and keyboard.
  .
- This version of SDL is compiled with X11, caca and DirectFB graphics 
+ This version of SDL is compiled with X11 and caca graphics 
  drivers and OSS, ALSA, NAS and PulseAudio sound drivers.
 
 Package: libsdl1.2-dev
@@ -63,7 +62,6 @@ Depends: ${misc:Depends},
          libsdl1.2debian (= ${binary:Version}),
          libasound2-dev [linux-any],
          libcaca-dev,
-         libdirectfb-dev (>= 0.9.22),
          libglu1-mesa-dev | libglu-dev,
          libpulse-dev,
          libusbhid-dev [kfreebsd-any],
diff --git a/debian/rules b/debian/rules
index 242c7fb..b20706c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +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-video-directfb --enable-video-caca
+            --enable-video-caca
 
 # Only use NASM routines on x86 CPUs
 ifeq ($(DEB_HOST_ARCH_CPU),i386)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl1.2.git



More information about the pkg-sdl-commits mailing list