From 6bed611eb5f3666efde94f9ca8df217608ae4bf0 Mon Sep 17 00:00:00 2001
From: Emmanuel Bourg <ebourg@apache.org>
Date: Mon, 28 Oct 2024 10:38:39 +0100
Subject: [PATCH] Build with the DH sequencer instead of CDBS

---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 6 ++----
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37ce50e..f79cf39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ java-xmlbuilder (0.4-2.1) UNRELEASED; urgency=medium
 
   * Non-maintainer upload.
   * Removed the -java-doc package
+  * Build with the DH sequencer instead of CDBS
   * Use salsa.debian.org Vcs-* URLs
   * Standards-Version updated to 4.7.0
   * Switch to debhelper level 13
diff --git a/debian/control b/debian/control
index bfd96b0..5564ec0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: James Page <james.page@ubuntu.com>
 Build-Depends:
- cdbs,
  debhelper-compat (= 13),
  default-jdk,
  junit,
diff --git a/debian/rules b/debian/rules
index c75efdf..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+	dh $@
-- 
GitLab