[libcmis] 16/40: Imported Debian patch 0.4.1-3

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:52:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libcmis.

commit c64749cb262502fe021fc3fd204e239cb89e2215
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Dec 4 13:46:56 2013 +0100

    Imported Debian patch 0.4.1-3
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85eb787..98cc653 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcmis (0.4.1-3) experimental; urgency=low
+
+  * actually use buildflags.mk's CXXFLAGS everywhere, not only on arm,
+    and fix logic...
+
+ -- Rene Engelhard <rene at debian.org>  Wed, 04 Dec 2013 13:46:56 +0100
+
 libcmis (0.4.1-2) experimental; urgency=low
 
   * explicitely mention Cedric Bosdonnat and Cao Cuong Ngo
diff --git a/debian/rules b/debian/rules
index 5e24a61..c4f345c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,11 @@ include /usr/share/dpkg/architecture.mk
 
 include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(findstring arm,$(DEB_BUILD_ARCH)))
-export C=$(shell echo $(CXXFLAGS) | sed -e "s/\-O2/-O0/g")
+ifneq (,$(findstring arm,$(DEB_HOST_ARCH)))
+	CXXFLAGS += -O0
+	export CXXFLAGS
 endif
 
-
 %:
 	dh $@ 
 
@@ -27,7 +27,7 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_configure:
-	CXXFLAGS="$(C)" dh_auto_configure -- --disable-long-tests --disable-werror --disable-silent-rules
+	dh_auto_configure -- --disable-long-tests --disable-werror --disable-silent-rules
 
 override_dh_auto_build:
 	$(MAKE)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libcmis.git



More information about the Pkg-openoffice-commits mailing list