This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libjpfcodegen-java.
commit cec414d0f550128eef5b37c6c3546aa5143420f5 Author: gregor herrmann <[email protected]> Date: Mon Jan 27 22:27:57 2014 +0100 Bump debhelper compatibility level to 8. Drop unneeded version from build dependencies. --- debian/compat | 2 +- debian/control | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index dce577c..e8e4aee 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ Source: libjpfcodegen-java +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: tony mancill <[email protected]>, + gregor herrmann <[email protected]> Section: java Priority: extra -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: tony mancill <[email protected]> - , gregor herrmann <[email protected]> -Build-Depends: debhelper (>= 7.0.8), ant, javahelper -Build-Depends-Indep: default-jdk, tidy, - libcommons-logging-java, velocity (>= 1.5), libjpf-java +Build-Depends: ant, + debhelper (>= 8), + javahelper, +Build-Depends-Indep: default-jdk, + libcommons-logging-java, + libjpf-java, + tidy, + velocity Standards-Version: 3.9.3 -Homepage: http://page.mi.fu-berlin.de/oezbek/jpf/ -Vcs-Git: git://anonscm.debian.org/pkg-java/libjpfcodegen-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjpfcodegen-java.git +Vcs-Git: git://anonscm.debian.org/pkg-java/libjpfcodegen-java.git +Homepage: http://page.mi.fu-berlin.de/oezbek/jpf/ Package: libjpfcodegen-java Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjpfcodegen-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

