[libtablelayout-java] 13/15: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 20 16:05:37 BST 2018


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

ebourg-guest pushed a commit to branch master
in repository libtablelayout-java.

commit 7d65b8062fc51b2218383b776048d0e1250281bd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 20 16:59:42 2018 +0200

    Build with the DH sequencer instead of CDBS
---
 debian/changelog                |  1 +
 debian/clean                    |  3 +++
 debian/control                  |  1 -
 debian/install                  |  1 -
 debian/libtablelayout-java.poms |  2 +-
 debian/rules                    | 14 ++------------
 6 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13703e6..4bf0e4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtablelayout-java (20090826-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
   * Standards-Version updated to 4.1.4
   * Switch to debhelper level 11
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..e32ba83
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+build/
+doc/
+tablelayout.jar
diff --git a/debian/control b/debian/control
index 1511e19..bfe0d3f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends:
  ant,
- cdbs,
  debhelper (>= 11),
  default-jdk,
  maven-repo-helper
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 71161d4..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-*.jar /usr/share/java/
diff --git a/debian/libtablelayout-java.poms b/debian/libtablelayout-java.poms
index 623bd24..7f35dee 100644
--- a/debian/libtablelayout-java.poms
+++ b/debian/libtablelayout-java.poms
@@ -1 +1 @@
-debian/pom.xml --no-parent
+debian/pom.xml --no-parent --java-lib --artifact=tablelayout.jar
diff --git a/debian/rules b/debian/rules
index d600f8f..85ab67b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-JAVA_HOME = /usr/lib/jvm/default-java
-
-binary-post-install/libtablelayout-java::
-	mh_installpoms -plibtablelayout-java
-	mh_installjar -plibtablelayout-java -l debian/pom.xml tablelayout.jar
-
-clean::
-	rm -fr doc
-	mh_clean
+%:
+	dh $@ --with maven-repo-helper

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



More information about the pkg-java-commits mailing list