summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 16:30:09 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 16:30:09 +0100
commit3397c614a1500308af11bc719ffcaa73ca20fad5 (patch)
treeca05e099180ae3a4ab67fe147a485af4f1a2a298 /debian
parent1eaa0376488bdbe643cdd2337cb1fb5889e20807 (diff)
Add script to remove executable flag from upstream source
Diffstat (limited to 'debian')
-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: