[tomcat8] 09/16: Let dh_fixperms set the permissions instead of calling chmod +x
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 7 13:08:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit 8e341582df22b58508ca81570a414bbd137a5f4e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu May 7 12:19:58 2015 +0200
Let dh_fixperms set the permissions instead of calling chmod +x
---
debian/changelog | 1 +
debian/rules | 4 ----
debian/setenv.sh | 0
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fd1c5e4..84bac26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ tomcat8 (8.0.22-2) UNRELEASED; urgency=medium
- Renamed T_VER to VERSION
- No longer remove the long gone .svn directories under
/usr/share/tomcat8/webapps/default_root
+ - Let dh_fixperms set the permissions instead of calling chmod +x
-- Emmanuel Bourg <ebourg at apache.org> Thu, 07 May 2015 08:34:56 +0200
diff --git a/debian/rules b/debian/rules
index 1e6afce..be5a469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,10 +53,6 @@ override_dh_install-indep:
dh_install -plibtomcat8-java $(BLDLIB)/tomcat8-catalina-storeconfig-$(VERSION).jar usr/share/java
dh_link -plibtomcat8-java usr/share/java/tomcat8-catalina-storeconfig-$(VERSION).jar usr/share/java/tomcat8-catalina-storeconfig.jar
- chmod a+x debian/tomcat8-common/usr/share/tomcat8/bin/*.sh
- chmod a+x debian/tomcat8-user/usr/bin/tomcat8-instance-create
- chmod a+x debian/tomcat8-user/usr/share/tomcat8/skel/bin/*.sh
-
# update the checksum for the root webapp
unset rwmd5sum \
&& rwmd5sum=`cat $(RWFILES) | md5sum - 2>/dev/null | cut -d " " -f1` \
diff --git a/debian/setenv.sh b/debian/setenv.sh
old mode 100644
new mode 100755
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list