diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-11 12:56:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-12 22:37:14 +0100 |
| commit | 2c4776f4beb5fd29be840c57a0e8878422ac530d (patch) | |
| tree | c200aa7f8e9b165b4178354f9fe8977f997548f7 /debian | |
| parent | 5d92e7bf242200c3b3b8a079671b572569d2b198 (diff) | |
Use the new libdcp xerces stuff and install the required supporting files.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6a8c156f1..84cf3ffd0 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,8 @@ override_dh_auto_install: 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 + mkdir -p debian/dcpomatic/usr/share/libdcp + cp -ar $(CDIST_DIRECTORY)/share/libdcp/xsd debian/dcpomatic/usr/share/libdcp .PHONY: override_dh_strip override_dh_strip: |
