[objenesis] 07/17: Use maven-repo-helper instead of maven-debian-helper

Markus Koschany apo at moszumanska.debian.org
Mon May 16 16:09:49 UTC 2016


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

apo pushed a commit to branch master
in repository objenesis.

commit 59bbea19df15cb9c6f6b373869cb1004f1437ca1
Author: Markus Koschany <apo at debian.org>
Date:   Mon May 16 16:57:25 2016 +0200

    Use maven-repo-helper instead of maven-debian-helper
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0ca8fb1..0233196 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  default-jdk-doc,
  junit4,
  libmaven-javadoc-plugin-java,
- maven-debian-helper (>= 1.4)
+ maven-repo-helper
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/objenesis.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/objenesis.git
diff --git a/debian/rules b/debian/rules
index 521f583..a0f13cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh $@ --parallel --buildsystem=maven
+	dh $@ --parallel --with maven_repo_helper
 
 get-orig-source:
 	uscan --force-download --download-current-version --verbose

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



More information about the pkg-java-commits mailing list