[libgettext-commons-java] 02/08: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Dec 12 22:28:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libgettext-commons-java.
commit e2332c2c897f1cc40a72401ec22de49d9ec5e3a9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Dec 12 23:01:42 2015 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b411a2d..3554672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgettext-commons-java (0.9.6-3) UNRELEASED; urgency=low
* Team upload.
[ Emmanuel Bourg ]
+ * Build with the DH sequencer instead of CDBS
* Switch to debhelper level 9
[ Giovanni Mascellani ]
diff --git a/debian/control b/debian/control
index 6db5907..e6da8be 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Putzo <andreas at putzo.net>,
Giovanni Mascellani <gio at debian.org>
-Build-Depends: cdbs, debhelper (>=9)
+Build-Depends: debhelper (>=9)
Build-Depends-Indep: libmaven-assembly-plugin-java, libsurefire-java,
default-jdk, maven-debian-helper
Standards-Version: 3.8.4
diff --git a/debian/rules b/debian/rules
index b76c54a..8dea969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/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
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+ dh $@ --buildsystem=maven
get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+ uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgettext-commons-java.git
More information about the pkg-java-commits
mailing list