[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.10-1-1-g498bd0e

Gustavo Noronha Silva kov at debian.org
Thu Jun 25 09:06:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 498bd0ef0e4fded90d14f170b206cb69e4ec0c32
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Wed Jun 24 23:05:41 2009 -0300

    Trying to get the package built on s390, using -gstabs

diff --git a/debian/changelog b/debian/changelog
index c7649d1..951a068 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+webkit (1.1.10-2) unstable; urgency=low
+
+  * debian/rules:
+  - trying to get the package built on s390, by using -gstabs
+    (Closes: #528524)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Jun 2009 23:05:07 -0300
+
 webkit (1.1.10-1) unstable; urgency=low
 
   * debian/copyright:
diff --git a/debian/rules b/debian/rules
index 8c9d6a7..c68332d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,10 @@ ifeq ($(DEB_BUILD_ARCH),alpha)
         CFLAGS += -Wl,--no-relax
 endif
 
+ifeq ($(DEB_BUILD_ARCH),s390)
+        CFLAGS += -gstabs
+endif
+
 clean:
 	dh_testdir
 	dh_testroot

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list