[Pkg-openssl-changes] r901 - openssl/branches/1.1.0/debian

Kurt Roeckx kroeckx at moszumanska.debian.org
Sun Jun 4 10:09:37 UTC 2017


Author: kroeckx
Date: 2017-06-04 10:09:37 +0000 (Sun, 04 Jun 2017)
New Revision: 901

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/control
   openssl/branches/1.1.0/debian/rules
Log:
* Make the udeb use a versioned depends (Closes: #864080)
* Conflict with libssl1.0-dev (Closes: #863367)


Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2017-05-25 21:11:32 UTC (rev 900)
+++ openssl/branches/1.1.0/debian/changelog	2017-06-04 10:09:37 UTC (rev 901)
@@ -1,3 +1,10 @@
+openssl (1.1.0f-2) unstable; urgency=medium
+
+  * Make the udeb use a versioned depends (Closes: #864080)
+  * Conflict with libssl1.0-dev (Closes: #863367)
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sun, 04 Jun 2017 12:07:38 +0200
+
 openssl (1.1.0f-1) unstable; urgency=medium
 
   * New upstream version

Modified: openssl/branches/1.1.0/debian/control
===================================================================
--- openssl/branches/1.1.0/debian/control	2017-05-25 21:11:32 UTC (rev 900)
+++ openssl/branches/1.1.0/debian/control	2017-06-04 10:09:37 UTC (rev 901)
@@ -72,6 +72,7 @@
 Multi-Arch: same
 Recommends: libssl-doc
 Depends: libssl1.1 (= ${binary:Version}), ${misc:Depends}
+Conflicts: libssl1.0-dev
 Description: Secure Sockets Layer toolkit - development files
  This package is part of the OpenSSL project's implementation of the SSL
  and TLS cryptographic protocols for secure communication over the

Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules	2017-05-25 21:11:32 UTC (rev 900)
+++ openssl/branches/1.1.0/debian/rules	2017-06-04 10:09:37 UTC (rev 901)
@@ -138,7 +138,7 @@
 
 override_dh_makeshlibs:
 	#dpkg-gensymbols -Pdebian/libssl1.1/ -plibssl1.1 -c4
-	dh_makeshlibs -a --add-udeb="libcrypto1.1-udeb" -Xengines
+	dh_makeshlibs -a --add-udeb="libcrypto1.1-udeb (>= 1.1.0f)" -Xengines
 	# XXX: This needs gets set perl:any by dh_perl which is correct, but
 	# that breaks debootstrap in jessie (the current stable). This hack
 	# could be removed once stretch is stable and contains a fixed




More information about the Pkg-openssl-changes mailing list