[Pkg-openssl-changes] r446 - openssl/trunk/debian
Kurt Roeckx
kroeckx at alioth.debian.org
Sat Feb 27 13:01:43 UTC 2010
Author: kroeckx
Date: 2010-02-27 13:01:40 +0000 (Sat, 27 Feb 2010)
New Revision: 446
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/control
Log:
Add ${misc:Depends} to the Depends on all packages.
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2010-02-27 12:58:26 UTC (rev 445)
+++ openssl/trunk/debian/changelog 2010-02-27 13:01:40 UTC (rev 446)
@@ -14,6 +14,7 @@
- some flags changed values, bump shlibs.
* Switch to 3.0 (quilt) source package.
* Make sure the package is properly cleaned.
+ * Add ${misc:Depends} to the Depends on all packages.
-- Kurt Roeckx <kurt at roeckx.be> Sat, 27 Feb 2010 12:24:03 +0000
Modified: openssl/trunk/debian/control
===================================================================
--- openssl/trunk/debian/control 2010-02-27 12:58:26 UTC (rev 445)
+++ openssl/trunk/debian/control 2010-02-27 13:01:40 UTC (rev 446)
@@ -11,7 +11,7 @@
Package: openssl
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Conflicts: ssleay (<< 0.9.2b)
Suggests: ca-certificates
Description: Secure Socket Layer (SSL) binary and related cryptographic tools
@@ -54,7 +54,7 @@
Section: libdevel
Priority: optional
Architecture: any
-Depends: libssl0.9.8 (= ${binary:Version}), zlib1g-dev
+Depends: libssl0.9.8 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
Conflicts: ssleay (<< 0.9.2b), libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev
Description: SSL development libraries, header files and documentation
libssl and libcrypto development libraries, header files and manpages.
@@ -65,6 +65,6 @@
Section: debug
Priority: extra
Architecture: any
-Depends: libssl0.9.8 (= ${binary:Version})
+Depends: libssl0.9.8 (= ${binary:Version}), ${misc:Depends}
Description: Symbol tables for libssl and libcrypto
This package is part of the OpenSSL implementation of SSL.
More information about the Pkg-openssl-changes
mailing list