[practicalxml-java] 01/03: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 10 13:38:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository practicalxml-java.
commit 13850e51d9ba9861ff78121799a3b3f50422b62b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Dec 11 01:10:40 2015 +1200
Build with the DH sequencer instead of CDBS
---
debian/changelog | 7 +++++++
debian/control | 3 +--
debian/rules | 8 ++++----
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5c5c75..0c5b225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+practicalxml-java (1.1.18-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 11 Dec 2015 01:09:59 +1200
+
practicalxml-java (1.1.18-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index a7fbe31..db9ac00 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: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit (>= 3.8.2), libkdgcommons-java (>= 1.0.14)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/practicalxml-java.git
@@ -21,4 +21,3 @@ Description: practical XML handling routines
handling XML data and their schemata. Priorities in the development
where set to meet specific needs in the maintainers' other professional
and personal projects.
-
diff --git a/debian/rules b/debian/rules
index 3a9d370..b16c441 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-current-version --no-symlink --force-dowbload
+ uscan --download-current-version --no-symlink --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/practicalxml-java.git
More information about the pkg-java-commits
mailing list