diff -pruN 0.7.3-6/debian/changelog 0.7.3-7/debian/changelog
--- 0.7.3-6/debian/changelog	2025-01-27 10:26:10.000000000 +0000
+++ 0.7.3-7/debian/changelog	2025-11-05 21:17:15.000000000 +0000
@@ -1,3 +1,15 @@
+ruby-xmlparser (0.7.3-7) unstable; urgency=medium
+
+  * debian/gbp.conf: Add for DEP-14
+  * debian/gbp.conf: remove trailing empty lines
+  * debian/.gitattributes: remove
+  * debian/salsa-ci.yml: use team-specific include
+  * Use machine-readable copyright file
+  * Normalize debian/tests/control
+  * Remove obsolete control fields
+
+ -- Lucas Nussbaum <lucas@debian.org>  Wed, 05 Nov 2025 22:17:15 +0100
+
 ruby-xmlparser (0.7.3-6) unstable; urgency=medium
 
   * xmlparser.c: undefine allocator function for XMLParser
diff -pruN 0.7.3-6/debian/control 0.7.3-7/debian/control
--- 0.7.3-6/debian/control	2025-01-27 10:26:10.000000000 +0000
+++ 0.7.3-7/debian/control	2025-11-05 21:16:19.000000000 +0000
@@ -9,9 +9,6 @@ Build-Depends: debhelper-compat (= 13),
 Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xmlparser.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xmlparser
-XS-Ruby-Versions: all
-Rules-Requires-Root: no
-Testsuite: autopkgtest
 
 Package: ruby-xmlparser
 Architecture: any
diff -pruN 0.7.3-6/debian/copyright 0.7.3-7/debian/copyright
--- 0.7.3-6/debian/copyright	2025-01-27 10:26:10.000000000 +0000
+++ 0.7.3-7/debian/copyright	2025-11-05 21:14:31.000000000 +0000
@@ -1,78 +1,76 @@
-This package was debianized by akira yamada akira@debian.org on
-Sat, 22 Aug 1998 13:43:46 +0900.
-
-It was downloaded from <URL:http://www.yoshidam.net/Ruby.html#xmlparser>
-
-Upstream Author:
-	 Yoshida Masato <yoshidam@yoshidam.net>
- 	 XPointer support is contributed by Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
-	 encoding.h and the functions of encoding map are part of XML::Parser for Perl.
-	   Copyright (c) 1998 Larry Wall and Clark Cooper. All rights reserved.
- 	   His program is free software; you can redistribute it and/or modify it under the same
-	   terms as Perl itself.
-
-Copyright: Ruby's
-
-Ruby's License:
-
-Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
-You can redistribute it and/or modify it under either the terms of the GPL
-(see the file GPL), or the conditions below:
-
-  1. You may make and give away verbatim copies of the source form of the
-     software without restriction, provided that you duplicate all of the
-     original copyright notices and associated disclaimers.
-
-  2. You may modify your copy of the software in any way, provided that
-     you do at least ONE of the following:
-
-       a) place your modifications in the Public Domain or otherwise
-          make them Freely Available, such as by posting said
-	  modifications to Usenet or an equivalent medium, or by allowing
-	  the author to include your modifications in the software.
-
-       b) use the modified software only within your corporation or
-          organization.
-
-       c) give non-standard binaries non-standard names, with
-          instructions on where to get the original software distribution.
-
-       d) make other distribution arrangements with the author.
-
-  3. You may distribute the software in object code or binary form,
-     provided that you do at least ONE of the following:
-
-       a) distribute the binaries and library files of the software,
-	  together with instructions (in the manual page or equivalent)
-	  on where to get the original distribution.
-
-       b) accompany the distribution with the machine-readable source of
-	  the software.
-
-       c) give non-standard binaries non-standard names, with
-          instructions on where to get the original software distribution.
-
-       d) make other distribution arrangements with the author.
-
-  4. You may modify and include the part of the software into any other
-     software (possibly commercial).  But some files in the distribution
-     are not written by the author, so that they are not under these terms.
-
-     For the list of those files and their copying conditions, see the
-     file LEGAL.
-
-  5. The scripts and library files supplied as input to or produced as
-     output from the software do not automatically fall under the
-     copyright of the software, but belong to whomever generated them,
-     and may be sold commercially, and may be aggregated with this
-     software.
-
-  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-     PURPOSE.
-
-GNU General Public License:
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xmlparser
+Upstream-Contact: Yoshida Masato <yoshidam@yoshidam.net>
+Source: http://www.yoshidam.net/Ruby.html#xmlparser (no longer available)
+
+Files: *
+Copyright: Yoshida Masato <yoshidam@yoshidam.net>
+ XPointer support is contributed by Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
+ encoding.h and the functions of encoding map are part of XML::Parser for Perl.
+ Copyright (c) 1998 Larry Wall and Clark Cooper. All rights reserved.
+ His program is free software; you can redistribute it and/or modify it under the same
+ terms as Perl itself.
+License: Ruby
+
+License: Ruby
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
+ You can redistribute it and/or modify it under either the terms of the GPL
+ (see the file GPL), or the conditions below:
+ .
+   1. You may make and give away verbatim copies of the source form of the
+      software without restriction, provided that you duplicate all of the
+      original copyright notices and associated disclaimers.
+ .
+   2. You may modify your copy of the software in any way, provided that
+      you do at least ONE of the following:
+ .
+        a) place your modifications in the Public Domain or otherwise
+           make them Freely Available, such as by posting said
+           modifications to Usenet or an equivalent medium, or by allowing
+           the author to include your modifications in the software.
+ .
+        b) use the modified software only within your corporation or
+           organization.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   3. You may distribute the software in object code or binary form,
+      provided that you do at least ONE of the following:
+ .
+        a) distribute the binaries and library files of the software,
+           together with instructions (in the manual page or equivalent)
+           on where to get the original distribution.
+ .
+        b) accompany the distribution with the machine-readable source of
+           the software.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   4. You may modify and include the part of the software into any other
+      software (possibly commercial).  But some files in the distribution
+      are not written by the author, so that they are not under these terms.
+ .
+      For the list of those files and their copying conditions, see the
+      file LEGAL.
+ .
+   5. The scripts and library files supplied as input to or produced as
+      output from the software do not automatically fall under the
+      copyright of the software, but belong to whomever generated them,
+      and may be sold commercially, and may be aggregated with this
+      software.
+ .
+   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+      PURPOSE.
+ .
+ GNU General Public License:
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
diff -pruN 0.7.3-6/debian/gbp.conf 0.7.3-7/debian/gbp.conf
--- 0.7.3-6/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 0.7.3-7/debian/gbp.conf	2025-11-05 21:04:33.000000000 +0000
@@ -0,0 +1,4 @@
+[DEFAULT]
+debian-branch = debian/latest
+upstream-branch = upstream/latest
+pristine-tar = True
diff -pruN 0.7.3-6/debian/salsa-ci.yml 0.7.3-7/debian/salsa-ci.yml
--- 0.7.3-6/debian/salsa-ci.yml	2025-01-27 10:26:10.000000000 +0000
+++ 0.7.3-7/debian/salsa-ci.yml	2025-11-05 21:12:18.000000000 +0000
@@ -1,4 +1,3 @@
 ---
 include:
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+  - https://salsa.debian.org/ruby-team/meta/raw/master/salsa-ci.yml
diff -pruN 0.7.3-6/debian/tests/control 0.7.3-7/debian/tests/control
--- 0.7.3-6/debian/tests/control	2025-01-27 10:26:10.000000000 +0000
+++ 0.7.3-7/debian/tests/control	2025-11-05 21:14:31.000000000 +0000
@@ -1,6 +1,7 @@
 # This test is *different* from the one generated by autodep8
 # We don't want the 2>&1; the test should NOT produce anything on stderr
 Test-Command: gem2deb-test-runner --autopkgtest
-Depends: @, gem2deb-test-runner
+Depends: gem2deb-test-runner,
+         @
 Restrictions: superficial
 Features: test-name=simple-tests
