[Pkg-openssl-changes] r880 - openssl/branches/1.1.0/debian
Sebastian Andrzej Siewior
bigeasy at moszumanska.debian.org
Fri Jan 20 18:13:39 UTC 2017
Author: bigeasy
Date: 2017-01-20 18:13:39 +0000 (Fri, 20 Jan 2017)
New Revision: 880
Modified:
openssl/branches/1.1.0/debian/changelog
openssl/branches/1.1.0/debian/rules
Log:
fix the indep built
Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog 2017-01-20 12:22:28 UTC (rev 879)
+++ openssl/branches/1.1.0/debian/changelog 2017-01-20 18:13:39 UTC (rev 880)
@@ -1,3 +1,9 @@
+openssl (1.1.0c-4) UNRELEASED; urgency=medium
+
+ * Make build-indep build again.
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc> Fri, 20 Jan 2017 19:08:43 +0100
+
openssl (1.1.0c-3) unstable; urgency=medium
* Add myself as Uploader.
Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules 2017-01-20 12:22:28 UTC (rev 879)
+++ openssl/branches/1.1.0/debian/rules 2017-01-20 18:13:39 UTC (rev 880)
@@ -125,7 +125,9 @@
dh_installchangelogs -a CHANGES
override_dh_fixperms:
- test -d debian/openssl/etc/ssl/private && chmod 700 debian/openssl/etc/ssl/private
+ if [ -d debian/openssl/etc/ssl/private ] ; then \
+ chmod 700 debian/openssl/etc/ssl/private ; \
+ fi
dh_fixperms -a -X etc/ssl/private
override_dh_makeshlibs:
More information about the Pkg-openssl-changes
mailing list