r1041 - in /unstable/libquicktime/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jan 21 14:20:49 UTC 2008


Author: lool
Date: Mon Jan 21 14:20:48 2008
New Revision: 1041

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1041
Log:
* Drop --without-alsa as it's disabled by upstream logic when not available.

Modified:
    unstable/libquicktime/debian/changelog
    unstable/libquicktime/debian/rules

Modified: unstable/libquicktime/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libquicktime/debian/changelog?rev=1041&op=diff
==============================================================================
--- unstable/libquicktime/debian/changelog (original)
+++ unstable/libquicktime/debian/changelog Mon Jan 21 14:20:48 2008
@@ -41,6 +41,7 @@
   [ Loic Minier ]
   * Do not override CFLAGS completely.
   * Use debian/docs instead of debian/*.docs as these listed the same files.
+  * Drop --without-alsa as it's disabled by upstream logic when not available.
 
  -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 15 Jan 2008 14:39:45 +0100
 

Modified: unstable/libquicktime/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libquicktime/debian/rules?rev=1041&op=diff
==============================================================================
--- unstable/libquicktime/debian/rules (original)
+++ unstable/libquicktime/debian/rules Mon Jan 21 14:20:48 2008
@@ -17,11 +17,6 @@
 configure_flags += --host=$(DEB_HOST_GNU_TYPE)
 else
 configure_flags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-# Linux specific flags
-ifneq ($(DEB_HOST_ARCH_OS),linux)
-	configure_flags += --without-alsa
 endif
 
 get-orig-source:




More information about the pkg-multimedia-commits mailing list