From 11cf3c9861f968f18777bbc99a767b940ed51ddf Mon Sep 17 00:00:00 2001
From: Emmanuel Bourg <ebourg@apache.org>
Date: Mon, 28 Oct 2024 10:21:46 +0100
Subject: [PATCH] Wrap and sort

---
 debian/control   | 16 +++++++++-------
 debian/copyright |  4 +---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 541bcfa..666e436 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,25 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: James Page <james.page@ubuntu.com>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: junit
+Build-Depends:
+ cdbs,
+ debhelper (>= 7),
+ default-jdk,
+ junit,
+ maven-debian-helper (>= 1.4)
 Standards-Version: 3.9.3
 Vcs-Git: https://salsa.debian.org/java-team/java-xmlbuilder.git
 Vcs-Browser: https://salsa.debian.org/java-team/java-xmlbuilder
 Homepage: http://code.google.com/p/java-xmlbuilder/
 
-
 Package: libjava-xmlbuilder-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: XML Builder Java library for creating XML documents
  XML Builder is a utility that creates simple XML documents using relatively
  sparse Java code.
  .
- It is intended to allow for quick and painless creation of XML documents 
- where you might otherwise be tempted to use concatenated strings, and 
+ It is intended to allow for quick and painless creation of XML documents
+ where you might otherwise be tempted to use concatenated strings, and
  where you would rather not face the tedium and verbosity of coding with JAXP.
diff --git a/debian/copyright b/debian/copyright
index 78631e2..ee72cad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: java-xmlbuilder
-Upstream-Contact:  James Murty as developer 
+Upstream-Contact:  James Murty as developer
 Source: http://code.google.com/p/java-xmlbuilder/
 
 Files: *
@@ -21,5 +21,3 @@ License: Apache-2.0
 License: Apache-2.0
  On Debian GNU/Linux system you can find the complete text of the
  Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
-
-
-- 
GitLab