diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 21:47:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-04 22:49:40 +0100 |
| commit | d386392e79d59f0c5647b0d778348b72d7cd7069 (patch) | |
| tree | f44c52ffbee819924114592e00c91b73b09347c8 /debian | |
| parent | b2743153dde1355d13d9c3ab3a7e85cd76ea61f7 (diff) | |
Package a patched openssl which creates certificates with
a validity period starting a week before now; fixes #1422.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c84a78453..6a8c156f1 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ override_dh_auto_install: cp -a /usr/share/locale/pl/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/pl/LC_MESSAGES/dcpomatic2-wxstd.mo mkdir -p debian/dcpomatic/usr/share/locale/ru/LC_MESSAGES/ cp -a /usr/share/locale/ru/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/ru/LC_MESSAGES/dcpomatic2-wxstd.mo + cp -a $(CDIST_DIRECTORY)/src/openssl/apps/openssl debian/dcpomatic/usr/bin/dcpomatic2_openssl .PHONY: override_dh_strip override_dh_strip: |
