[jas-plotter] 02/04: Use dh.

Giovanni Mascellani gio at moszumanska.debian.org
Fri May 6 10:22:06 UTC 2016


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

gio pushed a commit to branch master
in repository jas-plotter.

commit 4d581733ab2e437ffa43c31d34dbcbc7c23c1d22
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sat Apr 30 18:59:25 2016 +0200

    Use dh.
---
 debian/rules | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9873a98..d06df2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +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/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/jas-plotter.git



More information about the pkg-java-commits mailing list