[pkg-opensc-commit] [pkcs11-helper] 80/253: do not explicitly Depends: on libssl0.9.8 since it is implictly found by ${shlibs:Depends}
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit e9ed9ad7649be50ac9d0dec7aff6358b16f76f7b
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date: Tue Feb 13 10:44:26 2007 +0000
do not explicitly Depends: on libssl0.9.8 since it is implictly found
by ${shlibs:Depends}
---
distro/debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distro/debian/control b/distro/debian/control
index 3ab7a2d..e0fae7b 100644
--- a/distro/debian/control
+++ b/distro/debian/control
@@ -28,7 +28,7 @@ Description: library that simplifies the interaction with PKCS#11
Package: pkcs11-helper
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libssl0.9.8
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library that simplifies the interaction with PKCS#11
pkcs11-helper is a library that simplifies the interaction with PKCS#11
providers for end-user applications.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list