r1031 - in /unstable/libquicktime/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Jan 18 10:06:13 UTC 2008
Author: lool
Date: Fri Jan 18 10:06:12 2008
New Revision: 1031
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1031
Log:
* Do not override CFLAGS completely.
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=1031&op=diff
==============================================================================
--- unstable/libquicktime/debian/changelog (original)
+++ unstable/libquicktime/debian/changelog Fri Jan 18 10:06:12 2008
@@ -31,6 +31,9 @@
+ Explicitely disabled build with ALSA library.
+ Patch before clean, unpatch after clean.
+ Do not ignore make clean errors.
+
+ [ Loic Minier ]
+ * Do not override CFLAGS completely.
-- 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=1031&op=diff
==============================================================================
--- unstable/libquicktime/debian/rules (original)
+++ unstable/libquicktime/debian/rules Fri Jan 18 10:06:12 2008
@@ -5,7 +5,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
configure_flags := \
--prefix=/usr \
More information about the pkg-multimedia-commits
mailing list