This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-xml.
commit 07e671384fbfe07429b70ed250f928c0c6931d0d Author: Giovanni Mascellani <[email protected]> Date: Sat Jun 11 14:56:28 2016 +0200 Standardise package. --- debian/control | 10 +++++----- debian/gbp.conf | 5 ----- debian/rules | 11 +++++------ 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index 7746c8a..4fc487a 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: freehep-xml Section: java -Priority: optional +Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Giovanni Mascellani <[email protected]>, Gabriele Giacone <[email protected]>, Philipp Huebner <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, maven-debian-helper, default-jdk +Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk Build-Depends-Indep: libfreehep-io-java, libfreehep-util-java, libfreehep-swing-java, junit, libjdom1-java, libmaven-exec-plugin-java -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/freehep/freehep-xml.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/freehep/freehep-xml.git +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-xml.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-xml.git Homepage: http://java.freehep.org/ Package: libfreehep-xml-java diff --git a/debian/gbp.conf b/debian/gbp.conf index d730773..cec628c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,7 +1,2 @@ - [DEFAULT] -cleaner = fakeroot debian/rules clean -upstream-branch = upstream -debian-branch = build pristine-tar = True - diff --git a/debian/rules b/debian/rules index f56fe4d..6d7053b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,10 @@ #!/usr/bin/make -f +# -*- makefile -*- -TG_BRANCHES = patch/XMLCharacterProperties.java - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk --include /usr/share/topgit/tg2quilt.mk +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-xml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

