[gle-graphics] 13/23: Import Debian changes 4.2.4c-3
Christian T. Steigies
cts at moszumanska.debian.org
Tue Oct 31 18:25:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
cts pushed a commit to branch master
in repository gle-graphics.
commit 6e8b80bb24e230d952dbccb23f99d5d85db82d2d
Author: Christian T. Steigies <cts at debian.org>
Date: Wed Jun 27 21:50:27 2012 +0200
Import Debian changes 4.2.4c-3
gle-graphics (4.2.4c-3) unstable; urgency=low
* pass --build $(DEB_HOST_GNU_TYPE) to configure
* do not set DEB_BUILD_HARDENING on sparc to fix building on the buildd
---
debian/changelog | 7 +++++++
debian/rules | 9 ++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e840196..17d5cb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gle-graphics (4.2.4c-3) unstable; urgency=low
+
+ * pass --build $(DEB_HOST_GNU_TYPE) to configure
+ * do not set DEB_BUILD_HARDENING on sparc to fix building on the buildd
+
+ -- Christian T. Steigies <cts at debian.org> Wed, 27 Jun 2012 21:50:27 +0200
+
gle-graphics (4.2.4c-2) unstable; urgency=low
* add libpoppler-glib-dev and libcairo-dev to Build-Depends
diff --git a/debian/rules b/debian/rules
index d1d5440..db91712 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,13 @@
export DEB_BUILD_HARDENING=1
+# fix build problems on the sparc buildd
+ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifeq ($(ARCH),sparc)
+export DEB_BUILD_HARDENING=0
+#export MALLOC_CHECK_=0
+endif
+
%:
dh $@
@@ -20,7 +27,7 @@ override_dh_auto_clean:
override_dh_auto_configure:
-autoreconf -vfi
- ./configure --docdir=/usr/share/doc/gle-graphics/ --with-rpath=no --with-scripts=no
+ ./configure --build $(DEB_HOST_GNU_TYPE) --docdir=/usr/share/doc/gle-graphics/ --with-rpath=no --with-scripts=no
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gle-graphics.git
More information about the debian-science-commits
mailing list