This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository checkstyle.
commit d0922e1596e91a92f6932fd544570ed9df5321a1 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 24 10:46:58 2015 +0100 No longer install the contrib files (removed upstream) --- debian/changelog | 1 + debian/checkstyle-doc.examples | 2 -- debian/install | 6 ++---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2482805..3c6e99b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ checkstyle (6.12.1-1) UNRELEASED; urgency=medium - Refreshed the patches - New dependencies on antlr4 and commons-lang3 - Disabled the unit tests (too many missing dependencies) + - No longer install the contrib files (removed upstream) -- Emmanuel Bourg <[email protected]> Thu, 21 May 2015 14:34:06 +0200 diff --git a/debian/checkstyle-doc.examples b/debian/checkstyle-doc.examples deleted file mode 100644 index cf581e9..0000000 --- a/debian/checkstyle-doc.examples +++ /dev/null @@ -1,2 +0,0 @@ -contrib/examples/* -contrib/hooks diff --git a/debian/install b/debian/install index 0694f44..a9abf89 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,2 @@ -checkstyle_checks.xml usr/share/checkstyle/ -contrib/*.xsl usr/share/checkstyle/xsl/ -debian/wrappers/checkstyle usr/bin/ -sun_checks.xml usr/share/checkstyle/ +debian/wrappers/checkstyle usr/bin/ +src/main/resources/*_checks.xml usr/share/checkstyle/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/checkstyle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

