X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=c45682033fa53335ec2c6607335210efdcca611c;hb=87d5a977da0696fbe73b96b2679b7cbb471e7255;hp=6a8c156f1e5d47b7abd8c968c40d53a9ff733f9c;hpb=d386392e79d59f0c5647b0d778348b72d7cd7069;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index 6a8c156f1..c45682033 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: @@ -48,3 +50,4 @@ override_dh_shlibdeps: override_dh_fixperms: dh_fixperms --exclude usr/bin/dcpomatic2_uuid + dh_fixperms --exclude usr/bin/dcpomatic2_disk_writer