[Pkg-sdl-commits] [libsdl1.2] 01/02: Drop DirectFB support, from Ubuntu

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Mar 9 11:23:39 UTC 2016


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

locutusofborg pushed a commit to annotated tag debian/1.2.15+dfsg1-3
in repository libsdl1.2.

commit 5442bf696a96f7e0453d0a0cf75eb3a042d5f2b5
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Mar 9 12:22:21 2016 +0100

    Drop DirectFB support, from Ubuntu
---
 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 a2897d0..a59a6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsdl1.2 (1.2.15+dfsg1-3) UNRELEASED; 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 12:21:46 +0100
+
 libsdl1.2 (1.2.15+dfsg1-2) unstable; urgency=medium
 
   * d/control: remove "Multi-Arch: no" from -dev package, despite what
diff --git a/debian/control b/debian/control
index afe79f8..343ca08 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
@@ -62,7 +61,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