[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. c94dd89b7e296dbe139ccdc66111618dcbe05946

Eric Dorland eric at debian.org
Sun Sep 11 23:28:24 UTC 2011


The following commit has been merged in the master branch:
commit ce83a260c8ac5ed69a67aaf59f526b3b832fc7b6
Author: Eric Dorland <eric at debian.org>
Date:   Sun Sep 11 18:45:59 2011 -0400

    debian/rules, debian/opensc.install: Only install the .so.* lib files, not the .la or .a files. (Closes: #633656)

diff --git a/debian/changelog b/debian/changelog
index 3f14aab..02306b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ opensc (0.12.2-1) unstable; urgency=low
 
   * New upstream release.
   * Acknowledge NMU. (Closes: #622436, #629227, #631618)
+  * debian/rules, debian/opensc.install: Only install the .so.* lib files,
+    not the .la or .a files. (Closes: #633656)
 
  --
 
diff --git a/debian/opensc.install b/debian/opensc.install
index 3b50c07..a2d3ec7 100644
--- a/debian/opensc.install
+++ b/debian/opensc.install
@@ -8,7 +8,7 @@ debian/tmp/usr/bin/piv-tool
 debian/tmp/usr/bin/pkcs11-tool
 debian/tmp/usr/bin/pkcs15*
 
-debian/tmp/usr/lib/*
+debian/tmp/usr/lib/*.so.*
 etc/opensc.conf etc/opensc
 
 debian/tmp/usr/share/man/man5/*
diff --git a/debian/rules b/debian/rules
index d72986f..ed3d175 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
-	sed -i "/dependency_libs/ s/'.*'/''/" `find debian/tmp -name '*.la'`
 
 override_dh_installdocs:
 	dh_installdocs -A README NEWS

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list