[med-svn] [Git][med-team/libzeep][master] fixed a typo in the install rules
Maarten L. Hekkelman
gitlab at salsa.debian.org
Thu Sep 10 08:56:27 BST 2020
Maarten L. Hekkelman pushed to branch master at Debian Med / libzeep
Commits:
c7e3adf2 by Maarten L. Hekkelman at 2020-09-10T09:56:13+02:00
fixed a typo in the install rules
- - - - -
2 changed files:
- debian/patches/install-targets
- debian/rules
Changes:
=====================================
debian/patches/install-targets
=====================================
@@ -103,7 +103,7 @@ Last-Update: Thu, 10 Sep 2020 08:55:19 +0200
-install: lib
+.PHONY: install-lib
+install-lib: lib
-+ install -d $(includedir)
++ install -d $(libdir)
$(LIBTOOL) --mode=install install $(LIB_TARGET) $(libdir)
+
+.PHONY: install-dev
@@ -136,7 +136,7 @@ Last-Update: Thu, 10 Sep 2020 08:55:19 +0200
-install: lib
+.PHONY: install-lib
+install-lib: lib
-+ install -d $(includedir)
++ install -d $(libdir)
$(LIBTOOL) --mode=install install $(LIB_TARGET) $(libdir)
+
+.PHONY: install-dev
=====================================
debian/rules
=====================================
@@ -19,7 +19,6 @@ override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep5.0 install-libs
$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep-dev install-dev
$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep-doc install-doc
- find $(CURDIR)/debian -type d -empty -delete
override_dh_auto_configure-arch:
dh_auto_configure -- --enable-shared --disable-documentation
View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/c7e3adf22ecb40d438141b8b2b3faa6a0c1e5373
--
View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/c7e3adf22ecb40d438141b8b2b3faa6a0c1e5373
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200910/2b539519/attachment.html>
More information about the debian-med-commit
mailing list