[pkg-opensc-commit] [SCM] engine-pkcs11 packaging branch, master, updated. 38f46799b95caa155821342ff90f71a797e470bf

Eric Dorland eric at debian.org
Tue Feb 9 07:45:15 UTC 2010


The following commit has been merged in the master branch:
commit 38f46799b95caa155821342ff90f71a797e470bf
Author: Eric Dorland <eric at debian.org>
Date:   Tue Feb 9 02:40:02 2010 -0500

    debian/rules: Actually install the engine in the correct location.(Closes: #566971)

diff --git a/debian/changelog b/debian/changelog
index 0f1a7b5..5df4bfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+engine-pkcs11 (0.1.8-2) unstable; urgency=low
+
+  * debian/rules: Actually install the engine in the correct
+    location.(Closes: #566971)
+
+ -- Eric Dorland <eric at debian.org>  Tue, 09 Feb 2010 02:33:41 -0500
+
 engine-pkcs11 (0.1.8-1) unstable; urgency=low
 
   * New upstream release. (Closes: #564056)
diff --git a/debian/rules b/debian/rules
index f70733b..d5f7ce9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--htmldir=/usr/share/doc/libengine-pkcs11-openssl/html \
-		--enable-doc
+		--enable-doc \
+		--with-enginesdir=/usr/lib/ssl/engines
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/nonpersistent/ChangeLog
+

-- 
engine-pkcs11 packaging



More information about the pkg-opensc-commit mailing list