[pkg-opensc-commit] [pam-p11] 64/66: Drop now unnecessary patch

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pam-p11.

commit 19b67b7a6423fdce675d54265ff43c4a27863ef5
Author: Eric Dorland <eric at debian.org>
Date:   Mon Jun 12 23:40:48 2017 -0400

    Drop now unnecessary patch
---
 debian/changelog                                   |  5 ++++-
 ...INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch | 24 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a21ee96..60ae91c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ pam-p11 (0.1.6-1) experimental; urgency=medium
 
   * New upstream release.
   * debian/gbp.conf: Add upstream-vcs-tag.
+  *
+    debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch:
+    Drop now unnecessary patch.
 
- --
+ -- Eric Dorland <eric at debian.org>  Mon, 12 Jun 2017 23:40:10 -0400
 
 pam-p11 (0.1.5-7) unstable; urgency=medium
 
diff --git a/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch b/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
deleted file mode 100644
index 789c440..0000000
--- a/debian/patches/0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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
index 771209a..7431c5b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-Use-INSTALL-instead-of-libLTLIBRARIES_INSTALL.patch
 0002-Read-certs-again-on-token-login.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