[Pkg-sdl-commits] [SCM] Debian packaging of SDL2 branch, master, updated. debian/2.0.0_20130103-1-11-gdefdbe2

Felix Geyer fgeyer at debian.org
Sun Jun 2 14:36:59 UTC 2013


The following commit has been merged in the master branch:
commit defdbe2cf489a8f7913f21fcfad3d3204b9052cb
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Jun 2 16:36:14 2013 +0200

    Drop some unused dependencies and confflags.

diff --git a/debian/changelog b/debian/changelog
index 5a0496a..67a5765 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libsdl2 (2.0.0~rc1-1) UNRELEASED; urgency=low
   * Disable directfb backend for now as it's broken and upstream
     disables it by default.
     - Drop the udeb package.
+  * Drop some unused dependencies and confflags.
 
  -- Felix Geyer <fgeyer at debian.org>  Sat, 01 Jun 2013 10:17:56 +0200
 
diff --git a/debian/control b/debian/control
index 7328603..dbb7503 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,7 @@ Uploaders: Barry deFreese <bdefreese at debian.org>,
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.16.1~),
-               nasm [any-i386],
                libasound2-dev [linux-any],
-               libaudiofile-dev,
                libgl1-mesa-dev,
                libglu1-mesa-dev,
                libpulse-dev,
@@ -52,7 +50,6 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
          libasound2-dev [linux-any],
-         libaudiofile-dev,
          libgl1-mesa-dev,
          libglu1-mesa-dev,
          libpulse-dev,
diff --git a/debian/rules b/debian/rules
index 0556bae..b3da287 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,18 +8,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --disable-nas --disable-esd --disable-arts \
             --disable-alsa-shared --disable-pulseaudio-shared \
-            --disable-x11-shared \
-            --disable-video-directfb
+            --disable-x11-shared --disable-video-directfb
 
-# Only use NASM routines on x86 CPUs
-ifeq ($(DEB_HOST_ARCH_CPU),i386)
-  confflags += --enable-nasm
-endif
-
-# Don't use PlayStation 3 Cell driver on powerpc
 ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
-  confflags += --enable-video-ps3=no \
-               --disable-altivec
+  confflags += --disable-altivec
 endif
 
 %:

-- 
Debian packaging of SDL2



More information about the pkg-sdl-commits mailing list