[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.0.1-4-2877-g8410c4b

Mike Hommey glandium at debian.org
Sat Oct 25 11:00:58 UTC 2008


The following commit has been merged in the debian/experimental branch:
commit 0ca283a541dce9addcfbf591ff4bc2dce2691d4c
Author: Mike Hommey <glandium at debian.org>
Date:   Sat Oct 25 09:26:39 2008 +0200

    Don't need --enable-svg-experimental anymore

diff --git a/debian/changelog b/debian/changelog
index 88be156..d06b57e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ webkit (1.0.2~pre.svn37878-1) UNRELEASED; urgency=low
     - Use configure instead of autogen.sh, now configure is shipped.
     - Don't remove automake/autoconf generated files.
     - Bump shlibs because of some new symbols.
+    - Don't need --enable-svg-experimental anymore.
   * debian/control: Don't build depend on autotools.
   * GNUmakefile.am, GNUmakefile.in: Add missing dash in version script option.
   * debian/libwebkit-1.0-1.symbols: Add new symbols.
diff --git a/debian/rules b/debian/rules
index ac7a8d9..2391d34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build-stamp:
 	CXXFLAGS="$(CFLAGS)" \
 	CC="gcc -Wl,--as-needed" \
 	CXX="g++ -Wl,--as-needed" \
-	../configure --prefix=/usr --enable-svg-experimental
+	../configure --prefix=/usr
 
 	$(MAKE) -C build
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list