This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository javatools.
commit 741e50b6f2d7e04f2e67d185c014cbe1301a6533 Author: Niels Thykier <[email protected]> Date: Sun Oct 6 08:40:01 2013 +0200 d/control: Fix typo of "and" Signed-off-by: Niels Thykier <[email protected]> --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 606c948..4c575dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ javatools (0.45) UNRELEASED; urgency=low properly expanded (regression introduced in 0.44). Thanks to Daniel Schepler for reporting it. (Closes: #725440) + * d/control: Fix typo of "and". Thanks to Pascal + De Vuyst for reporting it. (Closes: #725335) -- Niels Thykier <[email protected]> Sun, 06 Oct 2013 08:37:25 +0200 diff --git a/debian/control b/debian/control index 405b96b..54af05f 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,8 @@ Description: Helper scripts for packaging Java programs . jh_setupenvironment prepares an out of source built for eclipse builds. . - jh_generateorbitdir creates an populates an orbit dir for eclipse builds. + jh_generateorbitdir creates and populates an orbit dir for eclipse + builds. . jh_compilefeatures compiles eclipse features based on feature ids. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

