[debhelper-devel] [debhelper] 01/01: dh_fixperms: Reset .scss and .sass to 0644

Niels Thykier nthykier at moszumanska.debian.org
Tue Sep 12 17:55:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit c86baa5cacf8feba88426c5a9c985df00c02bada
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Sep 12 17:54:13 2017 +0000

    dh_fixperms: Reset .scss and .sass to 0644
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 3 +++
 dh_fixperms      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 32a2c58..9595e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 debhelper (10.9) UNRELEASED; urgency=medium
 
   * debhelper.pod: Fix typo.
+  * dh_fixperms: Reset permissions of .scss and .sass files to
+    0644.  Thanks to Jonas Smedegaard for the suggestion.
+    (Closes: #875586)
 
  -- Niels Thykier <niels at thykier.net>  Sat, 09 Sep 2017 15:32:22 +0000
 
diff --git a/dh_fixperms b/dh_fixperms
index 923d174..4a550b5 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -62,7 +62,7 @@ my @mode_0644_patterns = (
 	# Libraries and related files
 	'*.so.*', '*.so', '*.la', '*.a',
 	# Web application related files
-	'*.js', '*.css',
+	'*.js', '*.css', '*.scss', '*.sass',
 	# Images
 	'*.jpeg', '*.jpg', '*.png', '*.gif',
 	# OCaml native-code shared objects

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list