This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javacc.
commit 1ec4f1716d58518f7777744cc094a0da7df959cf Author: Torsten Werner <[email protected]> Date: Fri Apr 30 22:39:11 2010 +0000 * Team upload. * Switch to source format 3.0. * Install pom.xml with maven-repo-helper. (Closes: #576323) * Update Standards-Version: 3.8.4. --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/rules | 5 ++--- debian/source/format | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc63e65..0b6b633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +javacc (5.0-3) unstable; urgency=low + + * Team upload. + * Switch to source format 3.0. + * Install pom.xml with maven-repo-helper. (Closes: #576323) + * Update Standards-Version: 3.8.4. + + -- Torsten Werner <[email protected]> Sat, 01 May 2010 00:35:37 +0200 + javacc (5.0-2) unstable; urgency=low [ Onkar Shinde ] diff --git a/debian/control b/debian/control index 98f03cf..016860a 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Paul Cager <[email protected]>, Michael Koch <[email protected]> Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk -Build-Depends-Indep: ant-optional, libxalan2-java, docbook-to-man, junit -Standards-Version: 3.8.3 +Build-Depends-Indep: ant-optional, libxalan2-java, docbook-to-man, junit, maven-repo-helper +Standards-Version: 3.8.4 Homepage: http://javacc.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javacc Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javacc diff --git a/debian/rules b/debian/rules index c976519..6d8c0ba 100755 --- a/debian/rules +++ b/debian/rules @@ -15,9 +15,8 @@ DEB_ANT_BUILDFILE := build.xml DEB_ANT_ARGS := -Dversion=$(DEB_UPSTREAM_VERSION) binary-post-install/$(PACKAGE):: - mv bin/lib/$(PACKAGE).jar bin/lib/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar - dh_install -p$(PACKAGE) bin/lib/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar usr/share/java - dh_link -p$(PACKAGE) usr/share/java/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(PACKAGE).jar + mh_installpom -p$(PACKAGE) pom.xml + mh_installjar -p$(PACKAGE) -l pom.xml bin/lib/$(PACKAGE).jar docbook-to-man debian/manpage.sgml >bin/javacc.1 dh_installman bin/javacc.1 dh_install bin/javacc bin/jjdoc bin/jjtree usr/bin diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javacc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

