This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-graphics2d.
commit f9fcfe1f02c197cb714324039f0c7b65b2fa9e0a Author: Giovanni Mascellani <[email protected]> Date: Tue Jun 7 17:02:00 2016 +0200 Standardise package. --- debian/README.source | 26 -------------------------- debian/control | 10 +++++----- debian/gbp.conf | 7 +------ debian/patches/{patch => }/pom.xml.diff | 0 debian/patches/series | 4 ++-- debian/patches/{patch => }/sweethome3d.diff | 0 debian/rules | 10 +++++----- 7 files changed, 13 insertions(+), 44 deletions(-) diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 287172f..0000000 --- a/debian/README.source +++ /dev/null @@ -1,26 +0,0 @@ -Information about freehep-graphics2d ------------------------------------- - -DEBIANIZATION - -This package was debianized using the mh_make command -from the maven-debian-helper package. - -The build system uses Maven but prevents it from downloading -anything from the Internet, making the build compliant with -the Debian policy. - - -QUILT - -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. Please see: - - /usr/share/doc/quilt/README.source - -for more information on how to apply the patches, modify patches, or -remove a patch. - - - diff --git a/debian/control b/debian/control index 835152f..16db179 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,17 @@ Source: freehep-graphics2d 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, quilt, +Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk, quilt, javahelper Build-Depends-Indep: junit, libfreehep-util-java, libfreehep-chartableconverter-plugin-java -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/freehep/freehep-graphics2d.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/freehep/freehep-graphics2d.git +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphics2d.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphics2d.git Homepage: http://java.freehep.org/ Package: libfreehep-graphics2d-java diff --git a/debian/gbp.conf b/debian/gbp.conf index 41838df..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 - +pristine-tar = True diff --git a/debian/patches/patch/pom.xml.diff b/debian/patches/pom.xml.diff similarity index 100% rename from debian/patches/patch/pom.xml.diff rename to debian/patches/pom.xml.diff diff --git a/debian/patches/series b/debian/patches/series index b5e66ee..a761daf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -patch/pom.xml.diff -p1 -patch/sweethome3d.diff -p1 +pom.xml.diff +sweethome3d.diff diff --git a/debian/patches/patch/sweethome3d.diff b/debian/patches/sweethome3d.diff similarity index 100% rename from debian/patches/patch/sweethome3d.diff rename to debian/patches/sweethome3d.diff diff --git a/debian/rules b/debian/rules index 1936af1..6d7053b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f +# -*- makefile -*- -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/javahelper.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-graphics2d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

