diff -pruN 0.31~dfsg-2/debian/changelog 0.31~dfsg-3/debian/changelog
--- 0.31~dfsg-2/debian/changelog	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/changelog	2025-08-01 15:39:00.000000000 +0000
@@ -1,3 +1,10 @@
+libdata-parsebinary-perl (0.31~dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * Replace CDBS build with DebHelper 13.
+
+ -- Alexandre Detiste <tchet@debian.org>  Fri, 01 Aug 2025 17:39:00 +0200
+
 libdata-parsebinary-perl (0.31~dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.31~dfsg-2/debian/compat 0.31~dfsg-3/debian/compat
--- 0.31~dfsg-2/debian/compat	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -pruN 0.31~dfsg-2/debian/control 0.31~dfsg-3/debian/control
--- 0.31~dfsg-2/debian/control	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/control	2025-08-01 15:37:34.000000000 +0000
@@ -1,14 +1,12 @@
 Source: libdata-parsebinary-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends:
+ debhelper-compat (= 13),
  perl,
- debhelper (>= 10~),
- dh-buildinfo
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 3.9.3
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-parsebinary-perl.git
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-parsebinary-perl
 Homepage: https://metacpan.org/release/Data-ParseBinary
@@ -16,11 +14,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdata-parsebinary-perl
 Architecture: all
-Depends: ${cdbs:Depends},
+Depends:
  ${misc:Depends},
  ${perl:Depends}
-Recommends: ${cdbs:Recommends}
-Suggests: ${cdbs:Suggests}
 Description: yet another parser for binary structures
  Data::ParseBinary is a Perl Port for PyConstructs
  <http://construct.wikispaces.com/>.
diff -pruN 0.31~dfsg-2/debian/control.in 0.31~dfsg-3/debian/control.in
--- 0.31~dfsg-2/debian/control.in	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/control.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,27 +0,0 @@
-Source: libdata-parsebinary-perl
-Section: perl
-Priority: optional
-Build-Depends: @cdbs@, debhelper (>= 10~)
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdata-parsebinary-perl
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-parsebinary-perl.git
-Homepage: https://metacpan.org/release/Data-ParseBinary
-Testsuite: autopkgtest-pkg-perl
-
-Package: libdata-parsebinary-perl
-Architecture: all
-Depends: ${cdbs:Depends},
- ${misc:Depends},
- ${perl:Depends}
-Recommends: ${cdbs:Recommends}
-Suggests: ${cdbs:Suggests}
-Description: yet another parser for binary structures
- Data::ParseBinary is a Perl Port for PyConstructs
- <http://construct.wikispaces.com/>.
- .
- Data::ParseBinary enables writing declarations for simple and complex
- binary structures, parsing binary to hash/array data structure, and
- building binary data from hash/array data structure.
-Multi-Arch: foreign
diff -pruN 0.31~dfsg-2/debian/copyright_hints 0.31~dfsg-3/debian/copyright_hints
--- 0.31~dfsg-2/debian/copyright_hints	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/copyright_hints	1970-01-01 00:00:00.000000000 +0000
@@ -1,66 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: FIXME
-Upstream-Contact: FIXME
-Source: FIXME
-Disclaimer: Autogenerated by CDBS
-
-Files: Changes
- MANIFEST
- META.yml
- Makefile.PL
- debian/compat
- debian/control
- debian/control.in
- debian/gbp.conf
- debian/patches/2001_avoid_non-DFSG_tests.patch
- debian/patches/README
- debian/patches/series
- debian/source/format
- debian/watch
- lib/Data/ParseBinary/Adapters.pm
- lib/Data/ParseBinary/Constructs.pm
- lib/Data/ParseBinary/Core.pm
- lib/Data/ParseBinary/Data/Cap.pm
- lib/Data/ParseBinary/Data/Netflow.pm
- lib/Data/ParseBinary/Executable/ELF32.pm
- lib/Data/ParseBinary/Executable/PE32.pm
- lib/Data/ParseBinary/FileSystem/MBR.pm
- lib/Data/ParseBinary/Graphics/BMP.pm
- lib/Data/ParseBinary/Graphics/EMF.pm
- lib/Data/ParseBinary/Graphics/PNG.pm
- lib/Data/ParseBinary/Graphics/WMF.pm
- lib/Data/ParseBinary/Stream/Bit.pm
- lib/Data/ParseBinary/Stream/File.pm
- lib/Data/ParseBinary/Stream/String.pm
- lib/Data/ParseBinary/Stream/StringBuffer.pm
- lib/Data/ParseBinary/Stream/Wrapper.pm
- lib/Data/ParseBinary/Streams.pm
- t/01various.t
- t/02streams.t
- t/03lib.t
- t/04encodings.t
- t/05bigint.t
- t/bitmapx1.bmp
- t/bitmapx24.bmp
- t/bitmapx4.bmp
- t/bitmapx8.bmp
- t/emf1.emf
- t/netflowv5.pdu
- t/png1.png
- t/png2.png
- t/wmf1.wmf
-Copyright: *No copyright*
-License: UNKNOWN
- FIXME
-
-Files: README
- lib/Data/ParseBinary.pm
-Copyright: 2008, Shmuel Fomberg
-License: UNKNOWN
- FIXME
-
-Files: debian/rules
-Copyright: 2012, Jonas Smedegaard <dr@jones.dk>
-License: GPL-2+
- FIXME
-
diff -pruN 0.31~dfsg-2/debian/libdata-parsebinary-perl.docs 0.31~dfsg-3/debian/libdata-parsebinary-perl.docs
--- 0.31~dfsg-2/debian/libdata-parsebinary-perl.docs	1970-01-01 00:00:00.000000000 +0000
+++ 0.31~dfsg-3/debian/libdata-parsebinary-perl.docs	2025-08-01 15:39:00.000000000 +0000
@@ -0,0 +1 @@
+README
diff -pruN 0.31~dfsg-2/debian/patches/auto-gitignore 0.31~dfsg-3/debian/patches/auto-gitignore
--- 0.31~dfsg-2/debian/patches/auto-gitignore	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/patches/auto-gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-Subject: Update .gitignore from Debian packaging branch
-
-The Debian packaging git branch contains these updates to the upstream
-.gitignore file(s).  This patch is autogenerated, to provide these
-updates to users of the official Debian archive view of the package.
-
-[dgit (11.6) update-gitignore]
----
-diff --git a/.gitignore b/.gitignore
-new file mode 100644
-index 0000000..b408e6c
---- /dev/null
-+++ b/.gitignore
-@@ -0,0 +1 @@
-+/.pc
diff -pruN 0.31~dfsg-2/debian/patches/series 0.31~dfsg-3/debian/patches/series
--- 0.31~dfsg-2/debian/patches/series	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/patches/series	2025-08-01 15:36:06.000000000 +0000
@@ -1,2 +1 @@
 2001_avoid_non-DFSG_tests.patch
-auto-gitignore
diff -pruN 0.31~dfsg-2/debian/rules 0.31~dfsg-3/debian/rules
--- 0.31~dfsg-2/debian/rules	2024-03-05 10:31:31.000000000 +0000
+++ 0.31~dfsg-3/debian/rules	2025-08-01 15:38:15.000000000 +0000
@@ -1,37 +1,5 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2012, Jonas Smedegaard <dr@jones.dk>
-# Description: Main Debian packaging script for Data::ParseBinary
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
 
-DEB_UPSTREAM_PACKAGE = Data-ParseBinary
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Data
-DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
-DEB_UPSTREAM_TARBALL_MD5 = 8432e6c6d3e45ae32a0d6252a2c4d0c6
-
-# source-less and possibly non-DFSG binary code
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += \
- ./t/_ctypes_test.so \
- ./t/notepad.exe \
- ./t/python.exe \
- ./t/sqlite3.dll
-
-# Suppress a binary test file (in addition to default stuff)
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(t/cap2\.cap|debian/(changelog|copyright(|_hints|_newhints)))$
