Commit afe5b32a authored by Andreas Tille's avatar Andreas Tille
Browse files

+ Let dh_auto_build pass cross tools to make.

    + nostrip.patch: Defer all stripping to dh_strip.
parent 673e52a6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
libzeep (3.0.5-2) UNRELEASED; urgency=medium

  * Non-maintainer upload.
  * Fix FTCBFS: (Closes: #929274)
    + Let dh_auto_build pass cross tools to make.
    + nostrip.patch: Defer all stripping to dh_strip.

 -- Helmut Grohne <helmut@subdivi.de>  Mon, 20 May 2019 17:36:30 +0200

libzeep (3.0.5-1) experimental; urgency=medium

  [ Maarten L. Hekkelman ]
+15 −0
Original line number Diff line number Diff line
From: Helmut Grohne <helmut@subdivi.de>
Date: Mon, 20 May 2019 17:42:30 +0200
Bug-Debian: https://bugs.debian.org/929274
Description: pass cross tools to make

--- a/makefile
+++ b/makefile
@@ -81,7 +81,6 @@ install-libs: libzeep.so
 	install -d $(LIBDIR)
 	install $(LIB_NAME) $(LIBDIR)/$(LIB_NAME)
 	ln -Tfs $(LIB_NAME) $(LIBDIR)/$(SO_NAME)
-	strip --strip-unneeded $(LIBDIR)/$(LIB_NAME)
 
 install-dev: doc libzeep.a
 	install -d $(MANDIR) $(LIBDIR) $(INCDIR)/zeep/xml $(INCDIR)/zeep/http $(INCDIR)/zeep/http/webapp
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ hurd-patch
makefile.diff
spelling.patch
jamfile-patch
nostrip.diff
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
	dh $@

override_dh_auto_build:
	$(MAKE) lib
	dh_auto_build -- lib

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep3.0v5 install-libs