X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=2e266ada046609e96a9032df883c748f2a8e4d54;hb=bfb4de070d078fb4b4ea7cd4dc931439058c7a85;hp=dfd6745970a8aba2120a47956925af189cfdaf73;hpb=a28709f05088fea7337ca37c7854f85bf30fcaee;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index dfd674597..2e266ada0 100755 --- a/debian/rules +++ b/debian/rules @@ -37,9 +37,13 @@ override_dh_auto_install: cp -a $(CDIST_LOCALE_PREFIX)/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 $(CDIST_LOCALE_PREFIX)/ru/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/ru/LC_MESSAGES/dcpomatic2-wxstd.mo - mkdir -p debian/dcpomatic/usr/share/locale/pt/LC_MESSAGES/ - cp -a $(CDIST_LOCALE_PREFIX)/pt/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/pt/LC_MESSAGES/dcpomatic2-wxstd.mo .PHONY: override_dh_strip override_dh_strip: - dh_strip + dh_strip $(CDIST_DEBUG_PACKAGE) + +override_dh_shlibdeps: + dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + +override_dh_fixperms: + dh_fixperms --exclude usr/bin/dcpomatic2_uuid