[pkg-opensc-commit] [pam-p11] 08/08: Patch to us $(INSTALL) instead of $(libLTLIBRARIES_INSTALL)
Eric Dorland
eric at moszumanska.debian.org
Mon Dec 12 05:04:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pam-p11.
commit 99ddb58de48125d3b959b17b32721958924c81f3
Author: Eric Dorland <eric at debian.org>
Date: Sun Dec 11 23:59:14 2016 -0500
Patch to us $(INSTALL) instead of $(libLTLIBRARIES_INSTALL)
---
debian/changelog | 3 +++
...INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch | 24 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e7df70c..bbaed78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ pam-p11 (0.1.5-6) unstable; urgency=medium
* debian/control: Explicit build-deps on libssl1.0-dev.
* debian/control: Standards-Version to 3.9.8.
* debian/compat, debian/control, debian/rules: Switch to debhelper 10.
+ *
+ debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch:
+ Patch to us $(INSTALL) instead of $(libLTLIBRARIES_INSTALL).
-- Eric Dorland <eric at debian.org> Sat, 10 Dec 2016 20:32:54 -0500
diff --git a/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch b/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
new file mode 100644
index 0000000..789c440
--- /dev/null
+++ b/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
@@ -0,0 +1,24 @@
+From: Eric Dorland <eric at debian.org>
+Date: Sun, 11 Dec 2016 18:20:38 -0500
+Subject: Use $(INSTALL) instead of $(libLTLIBRARIES_INSTALL)
+
+$(libLTLIBRARIES_INSTALL) appears to be gone from latest automake.
+---
+ src/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 8bfb0bd..3b47fdf 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -23,8 +23,8 @@ format:
+
+ install:
+ $(mkinstalldirs) $(DESTDIR)/$(libdir)/security
+- $(libLTLIBRARIES_INSTALL) $(top_builddir)/src/.libs/pam_p11_openssh.so $(DESTDIR)/$(libdir)/security
+- $(libLTLIBRARIES_INSTALL) $(top_builddir)/src/.libs/pam_p11_opensc.so $(DESTDIR)/$(libdir)/security
++ $(INSTALL) $(top_builddir)/src/.libs/pam_p11_openssh.so $(DESTDIR)/$(libdir)/security
++ $(INSTALL) $(top_builddir)/src/.libs/pam_p11_opensc.so $(DESTDIR)/$(libdir)/security
+
+ uninstall:
+ $(RM) $(DESTDIR)/$(libdir)/security/pam_p11_openssh.so
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2d7f923
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git
More information about the pkg-opensc-commit
mailing list