[jline2] 03/04: Use debhelper sequence
Eugenio Cano-Manuel
zero123-guest at alioth.debian.org
Thu Aug 29 17:27:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
zero123-guest pushed a commit to branch master
in repository jline2.
commit e819ab73a493b818858c62b59f96346f01c9a1bd
Author: Eugenio Cano-Manuel <eugeniocanom at gmail.com>
Date: Thu Aug 29 19:00:27 2013 +0200
Use debhelper sequence
---
debian/control | 2 +-
debian/rules | 10 +++-------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 600c5e6..af84997 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Eugenio Cano-Manuel Mendoza <eugeniocanom at gmail.com>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5), javahelper (>= 0.43)
+Build-Depends: debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.5), javahelper (>= 0.43)
Build-Depends-Indep: libjansi-java, junit4
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-java/jline2.git
diff --git a/debian/rules b/debian/rules
index 5f485a4..845d749 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-include /usr/share/cdbs/1/class/javahelper.mk
+export DH_VERBOSE=1
-JAVA_HOME := /usr/lib/jvm/default-java
-
-get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+%:
+ dh $@ --buildsystem=maven --with javahelper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git
More information about the pkg-java-commits
mailing list