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

sebastic pushed a commit to branch master
in repository jts.

commit 4e7fe7b0c1c9ee9b9dcab740833415ccdef4e7ee
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Nov 20 16:57:53 2015 +0100

    Use minimal dh rules with maven buildsystem instead of CDBS.
---
 debian/changelog | 6 ++++++
 debian/control   | 1 -
 debian/rules     | 8 +++-----
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2a96b8..4d179ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jts (1.13+ds-2) UNRELEASED; urgency=medium
+
+  * Use minimal dh rules with maven buildsystem instead of CDBS.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Fri, 20 Nov 2015 16:54:56 +0100
+
 jts (1.13+ds-1) unstable; urgency=medium
 
   * Add myself to Uploaders.
diff --git a/debian/control b/debian/control
index 04a36f5..43faa5f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Uploaders: Francesco Paolo Lovergine <fran...@debian.org>,
 Section: java
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
                default-jdk,
                maven-debian-helper
 Build-Depends-Indep: default-jdk-doc,
diff --git a/debian/rules b/debian/rules
index 762e15f..8b50f0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+export JAVA_HOME := /usr/lib/jvm/default-java
 
-export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | 
cut -f1 -d\) | cut -f1 -d\-)
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+       dh $@ --buildsystem=maven --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jts.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to