[javamail] 01/07: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 10 11:38:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit 0b1b10d72681381b92d4029f28596d19d3672cd6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Dec 10 09:23:36 2015 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 11 +++++------
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9e102eb..66687e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javamail (1.5.3-2) UNRELEASED; urgency=medium
+
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 10 Dec 2015 09:23:13 +0100
+
javamail (1.5.3-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index c0ab995..df26917 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: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.6.7)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.6.7)
Build-Depends-Indep: default-jdk-doc,
junit4,
libbuild-helper-maven-plugin-java,
diff --git a/debian/rules b/debian/rules
index 3285c36..4b15e8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,12 @@
#!/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
-DEB_MAVEN_BUILD_TARGET := install
-DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
+%:
+ dh $@ --buildsystem=maven
-DEB_INSTALL_CHANGELOGS_ALL := doc/release/CHANGES.txt
+override_dh_installchangelogs:
+ dh_installchangelogs doc/release/CHANGES.txt
get-orig-source:
uscan --download-current-version --force-download --no-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list