summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2017-11-25 00:04:23 +0000
committerThomas Preud'homme <robotux@celest.fr>2017-11-25 00:04:53 +0000
commitb9b18f37518abb4f0bad86f5df679cab8dade546 (patch)
treebfc216c6804f0ef30ee751d664f6fc53f115dc16
parentcf5f6e5a5ef7ee712c57cde2cabb2951fd1de90c (diff)
Stop fiddling with permissions of flag.png
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 2 deletions
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|(<architecture>).*(</architecture>)|\1$$ucp_arch\2|" $$pluginsxml; \
@@ -48,7 +47,6 @@ clean:
sed -i -r 's|(<architecture>).*(</architecture>)|\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