[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-50-g4ee7269

Andreas Beckmann debian at abeckmann.de
Mon Mar 5 13:56:31 UTC 2012


The following commit has been merged in the develop branch:
commit 5273b234d63d4d1210b0abbf934b382e9b882b3e
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu Mar 1 13:23:37 2012 +0100

    install documentation with mode 0644 instead of 0755
    
    there is no need to have the documentation executable
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/Makefile b/Makefile
index a811f7d..6f6667a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,14 +24,14 @@ install-doc:
 	a2x --copy -a toc -a toclevels=3 -f xhtml -r /etc/asciidoc/ README.txt
 	install -d $(docdir)/
 	for file in README.txt README.html docbook-xsl.css ; do \
-	    install -m 0755 $$file $(docdir)/ ; done
+	    install -m 0644 $$file $(docdir)/ ; done
 	# build and install manpage
 	a2x -f manpage piuparts.1.txt
 	install -d $(man1dir) 
 	install -m 0644 piuparts.1 $(man1dir)
 	gzip -9f $(man1dir)/piuparts.1
 	a2x --copy -f xhtml piuparts.1.txt
-	install -m 0755 piuparts.1.html $(docdir)
+	install -m 0644 piuparts.1.html $(docdir)
 
 install-conf:
 	install -d $(etcdir)/piuparts
diff --git a/debian/changelog b/debian/changelog
index f6971ca..0958724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ piuparts (0.44) UNRELEASED; urgency=low
     - Add link to the list of untestable logs.
     - Add more known problem reports: forgotten alternatives, warnings in
       passed logs: leftover files and failed maintainer scripts.
+  * Makefile: Install documentation with mode 0644 instead of 0755.
 
   [ Holger Levsen ]
   * Enable automatic bug updating in piuparts-analyse: if a bug is not closed

-- 
piuparts git repository



More information about the Piuparts-commits mailing list