summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 753f4ad..66938b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ argyll (2.0.0+repack-1) UNRELEASED; urgency=medium
- Remove trailing whitespaces.
* debian/control:
- Remove duplicates Priority fields.
+ * debian/rules:
+ - Add script to remove executable flag from upstream source.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Sat, 25 Nov 2017 10:10:30 +0100
diff --git a/debian/rules b/debian/rules
index fe01084..b2ea050 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@ CRDATE=$(shell LC_ALL=C date --utc --date='@$(SOURCE_DATE_EPOCH)' "+%a %b %d %T
dh $@
override_dh_auto_build:
+ find $(CURDIR) -name "*" | xargs chmod -R -x+X
+ chmod a+x $(CURDIR)/debian/rules
jam $(JAMCMDLINE) all
override_dh_auto_install: