This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch 729017 in repository geronimo-commonj-spec.
commit ca97b679e862d0a83f38f66420577dcef2f30e24 Author: Miguel Landaeta <[email protected]> Date: Sun Jan 26 19:43:08 2014 -0300 Cosmetic updates --- debian/changelog | 3 +++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04eb994..db009ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ geronimo-commonj-spec (1.1.1-2) UNRELEASED; urgency=low [ Stephen Nelson ] * Team upload. * Provide Maven artifact (Closes: #729017). + * Bump DH compat to 9. + * Update Vcs-* URLs. + * Wrap Build-Depends list. [ Miguel Landaeta ] * Update maintainer's email address. diff --git a/debian/control b/debian/control index 237cfc2..f21b9f8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), javahelper, maven-repo-helper Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/git/pkg-java/geronimo-commonj-spec.git +Vcs-Git: git://anonscm.debian.org/pkg-java/geronimo-commonj-spec.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/geronimo-commonj-spec.git Package: libgeronimo-commonj-spec-java diff --git a/debian/rules b/debian/rules index 2a0d1fd..ea70368 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java -UVERSION := 1.1.1 +UVERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed 's/^.*: \(.*\)-\(.*\)$$/\1/') %: dh $@ --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-commonj-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

