[Pkg-openssl-changes] r551 - openssl/trunk/debian
Kurt Roeckx
kroeckx at alioth.debian.org
Mon Mar 19 17:34:07 UTC 2012
Author: kroeckx
Date: 2012-03-19 17:34:06 +0000 (Mon, 19 Mar 2012)
New Revision: 551
Modified:
openssl/trunk/debian/control
Log:
Use << instead of < for version checks.
Modified: openssl/trunk/debian/control
===================================================================
--- openssl/trunk/debian/control 2012-03-19 17:25:05 UTC (rev 550)
+++ openssl/trunk/debian/control 2012-03-19 17:34:06 UTC (rev 551)
@@ -33,7 +33,7 @@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: openssh-client (< 1:5.9p1-4), openssh-server (< 1:5.9p1-4)
+Breaks: openssh-client (<< 1:5.9p1-4), openssh-server (<< 1:5.9p1-4)
Description: SSL shared libraries
libssl and libcrypto shared libraries needed by programs like
apache-ssl, telnet-ssl and openssh.
More information about the Pkg-openssl-changes
mailing list