[freehep-chartableconverter-plugin] 02/05: Standardise package.

Giovanni Mascellani gio at moszumanska.debian.org
Sun May 8 14:17:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-chartableconverter-plugin.

commit 5fd3c805b000895005b8b35f2e8de33d6c0e6da7
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri May 6 23:39:50 2016 +0200

    Standardise package.
---
 debian/control  |  8 ++++----
 debian/gbp.conf |  5 -----
 debian/rules    | 10 ++++++----
 3 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 4ab7711..ce8f8ca 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: freehep-chartableconverter-plugin
 Section: java
-Priority: optional
+Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>,
  Gabriele Giacone <1o5g4r8o at gmail.com>,
  Philipp Huebner <debalance at debian.org>
 Build-Depends: debhelper (>= 9), cdbs, maven-debian-helper, default-jdk, quilt
 Build-Depends-Indep: libplexus-compiler-java, libmaven-plugin-tools-java
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/freehep/freehep-chartableconverter-plugin.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/freehep/freehep-chartableconverter-plugin.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git
 Homepage: http://java.freehep.org/
 
 Package: libfreehep-chartableconverter-plugin-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 90ab7ed..d06df2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
-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-chartableconverter-plugin.git



More information about the pkg-java-commits mailing list