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

Kurt Roeckx kroeckx at moszumanska.debian.org
Sun Jun 4 12:23:25 UTC 2017


Author: kroeckx
Date: 2017-06-04 12:23:25 +0000 (Sun, 04 Jun 2017)
New Revision: 902

Modified:
   openssl/branches/1.1.0/debian/rules
Log:
Use dh_makeshlibs -V instead of specifying a version that we would always need to update


Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules	2017-06-04 10:09:37 UTC (rev 901)
+++ openssl/branches/1.1.0/debian/rules	2017-06-04 12:23:25 UTC (rev 902)
@@ -138,7 +138,7 @@
 
 override_dh_makeshlibs:
 	#dpkg-gensymbols -Pdebian/libssl1.1/ -plibssl1.1 -c4
-	dh_makeshlibs -a --add-udeb="libcrypto1.1-udeb (>= 1.1.0f)" -Xengines
+	dh_makeshlibs -a -V --add-udeb="libcrypto1.1-udeb" -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