Andreas Tille pushed to branch master at Debian Med / libzeep
Commits:
afe5b32a by Andreas Tille at 2019-05-20T17:54:14Z
+ Let dh_auto_build pass cross tools to make.
+ nostrip.patch: Defer all stripping to dh_strip.
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/nostrip.diff
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 <[email protected]> Mon, 20 May 2019 17:36:30 +0200
+
libzeep (3.0.5-1) experimental; urgency=medium
[ Maarten L. Hekkelman ]
=====================================
debian/patches/nostrip.diff
=====================================
@@ -0,0 +1,15 @@
+From: Helmut Grohne <[email protected]>
+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
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ hurd-patch
makefile.diff
spelling.patch
jamfile-patch
+nostrip.diff
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab:
https://salsa.debian.org/med-team/libzeep/commit/afe5b32aaa3845ff86c8bd38fcd315edb91f4e4a
--
View it on GitLab:
https://salsa.debian.org/med-team/libzeep/commit/afe5b32aaa3845ff86c8bd38fcd315edb91f4e4a
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit