This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit feb2d4e11780278f180203ed969271cb3582c30d Author: Emmanuel Bourg <[email protected]> Date: Wed May 27 10:37:56 2015 +0200 Use debian/tomcat7-user.manpages instead of calling dh_installman --- debian/changelog | 1 + debian/rules | 1 - debian/tomcat7-user.manpages | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e7eb5d5..5351e60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ tomcat7 (7.0.61-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/tomcat7-user.manpages instead of calling dh_installman -- Emmanuel Bourg <[email protected]> Wed, 27 May 2015 09:10:20 +0200 diff --git a/debian/rules b/debian/rules index f3812fc..8f66d74 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,6 @@ endif override_dh_install-indep: dh_install -i --exclude=.bat --exclude=Thumbs.db - dh_installman -ptomcat7-user debian/tomcat7-instance-create.1 mkdir -p debian/poms cp res/maven/*.pom debian/poms diff --git a/debian/tomcat7-user.manpages b/debian/tomcat7-user.manpages new file mode 100644 index 0000000..849ef3e --- /dev/null +++ b/debian/tomcat7-user.manpages @@ -0,0 +1 @@ +debian/tomcat7-instance-create.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

