This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository qdox.
commit 8274d30cc164f032bba430bc7bbac0d418831437 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 9 13:43:23 2015 +0200 Exclude the yacc executables from the upstream tarball --- debian/changelog | 7 +++++-- debian/copyright | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee89189..190288a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,15 @@ -qdox (1.12-1.1) UNRELEASED; urgency=medium +qdox (1.12.1-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release * debian/control: - Removed Michael Koch from the uploaders (Closes: #654129) - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git * Switch to debhelper level 9 - * debian/copyright: Updated to the Copyright Format 1.0 + * debian/copyright: + - Updated to the Copyright Format 1.0 + - Exclude the yacc executables from the upstream tarball * debian/watch: Track the release tags on GitHub -- Emmanuel Bourg <[email protected]> Wed, 09 Sep 2015 12:39:57 +0200 diff --git a/debian/copyright b/debian/copyright index 49107e5..1543452 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QDox Source: https://github.com/codehaus/qdox +Files-Excluded: bootstrap/yacc* Files: * Copyright: 2002-2009, Joe Walnes and QDox Project Team -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/qdox.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

