This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 518ca2a722709a8b0ea922dd75e6e1c0266bf915 Author: Emmanuel Bourg <[email protected]> Date: Thu May 7 12:30:11 2015 +0200 Use debian/tomcat8-user.manpages instead of calling dh_installman --- debian/changelog | 1 + debian/rules | 1 - debian/tomcat8-user.manpages | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84bac26..54d9aa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ tomcat8 (8.0.22-2) UNRELEASED; urgency=medium - 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 + - Use debian/tomcat8-user.manpages instead of calling dh_installman -- Emmanuel Bourg <[email protected]> Thu, 07 May 2015 08:34:56 +0200 diff --git a/debian/rules b/debian/rules index be5a469..761712d 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,6 @@ endif override_dh_install-indep: dh_install -i --exclude=.bat --exclude=Thumbs.db - dh_installman -ptomcat8-user debian/tomcat8-instance-create.1 mkdir -p debian/poms cp res/maven/*.pom debian/poms diff --git a/debian/tomcat8-user.manpages b/debian/tomcat8-user.manpages new file mode 100644 index 0000000..755afb4 --- /dev/null +++ b/debian/tomcat8-user.manpages @@ -0,0 +1 @@ +debian/tomcat8-instance-create.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

