From b9b18f37518abb4f0bad86f5df679cab8dade546 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sat, 25 Nov 2017 00:04:23 +0000 Subject: Stop fiddling with permissions of flag.png --- debian/changelog | 1 + debian/rules | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c89c2c4..1caccb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ ultracopier (1.2.3.6-1) UNRELEASED; urgency=low + Select Qt5 libraries. + Configure and enable installation. + Enable all hardening flags. + + Stop fiddling with permissions of flag.png images * debian/copyright: + Remove inline GPL-3 paragraph. + Use HTTPS URL for format field. diff --git a/debian/rules b/debian/rules index 05396f7..34826d7 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ debian/detect_arch: debian/detect_arch.cpp make distclean override_dh_auto_configure: debian/detect_arch - find plugins/Languages -name flag.png -exec chmod a-x {} + ucp_arch=$$(debian/detect_arch) ; \ for pluginsxml in $(patsubst %,%/informations.xml,$(archplugins)) ; do \ sed -i -r "s|().*()|\1$$ucp_arch\2|" $$pluginsxml; \ @@ -48,7 +47,6 @@ clean: sed -i -r 's|().*()|\1windows-x86\2|' $$pluginsxml; \ done rm -f debian/detect_arch - for dir in $(exelang); do chmod go+x plugins/Languages/$$dir/flag.png ; done build: dh build --buildsystem=qmake -- cgit v1.2.3