[pkg-opensc-commit] [libp11] 86/86: Tighten globs to only catch libp11

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:26 UTC 2016


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

eric pushed a commit to branch master
in repository libp11.

commit fa50efe6a1f2c3aebabd57548b0033bd048cf2b7
Author: Eric Dorland <eric at debian.org>
Date:   Sun Jul 24 16:55:18 2016 -0400

    Tighten globs to only catch libp11
---
 debian/changelog          | 4 +++-
 debian/libp11-2.install   | 2 +-
 debian/libp11-dev.install | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d78def9..a5bfd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ libp11 (0.4.0-1) unstable; urgency=medium
   * debian/libp11-2.symbols: Add new symbols introduced in 0.4.0.
   * debian/libp11-2.shlibs: Remove unnecessary shlibs file.
   * debian/control: Upgrade Standards-Version to 3.9.8.
+  * debian/libp11-2.install, debian/libp11-dev.install: Tighten globs to
+    only catch libp11.
 
- -- Eric Dorland <eric at debian.org>  Sun, 24 Jul 2016 16:18:22 -0400
+ -- Eric Dorland <eric at debian.org>  Sun, 24 Jul 2016 16:54:50 -0400
 
 libp11 (0.3.1-1) unstable; urgency=medium
 
diff --git a/debian/libp11-2.install b/debian/libp11-2.install
index cdae829..ec247e2 100644
--- a/debian/libp11-2.install
+++ b/debian/libp11-2.install
@@ -1 +1 @@
-debian/tmp/usr/lib/*/lib*.so.*
+debian/tmp/usr/lib/*/libp11*.so.*
diff --git a/debian/libp11-dev.install b/debian/libp11-dev.install
index a6a8693..d794faf 100644
--- a/debian/libp11-dev.install
+++ b/debian/libp11-dev.install
@@ -1,4 +1,4 @@
 debian/tmp/usr/include/*
-debian/tmp/usr/lib/*/lib*.a
-debian/tmp/usr/lib/*/lib*.so
+debian/tmp/usr/lib/*/libp11*.a
+debian/tmp/usr/lib/*/libp11*.so
 debian/tmp/usr/lib/*/pkgconfig/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list