diff -pruN 0.905-3/debian/README.source 0.905-4/debian/README.source
--- 0.905-3/debian/README.source	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/README.source	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-CDBS+git-buildpackage
----------------------
-
-This source package uses CDBS and git-buildpackage.  NMUs need not (but
-are encouraged to) make special use of these tools.  In particular, the
-debian/control.in file can be completely ignored.
-
-More info here: http://wiki.debian.org/CDBS+git-buildpackage
-
-
- -- Jonas Smedegaard <dr@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff -pruN 0.905-3/debian/changelog 0.905-4/debian/changelog
--- 0.905-3/debian/changelog	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/changelog	2025-08-15 10:43:48.000000000 +0000
@@ -1,3 +1,10 @@
+libperlx-assert-perl (0.905-4) unstable; urgency=medium
+
+  * Team upload.
+  * Replace CDBS build with DebHelper 13
+
+ -- Alexandre Detiste <tchet@debian.org>  Fri, 15 Aug 2025 12:43:48 +0200
+
 libperlx-assert-perl (0.905-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.905-3/debian/clean 0.905-4/debian/clean
--- 0.905-3/debian/clean	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/clean	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-Makefile.old
diff -pruN 0.905-3/debian/compat 0.905-4/debian/compat
--- 0.905-3/debian/compat	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -pruN 0.905-3/debian/control 0.905-4/debian/control
--- 0.905-3/debian/control	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/control	2025-08-15 10:43:48.000000000 +0000
@@ -1,11 +1,8 @@
 Source: libperlx-assert-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
- devscripts,
- perl,
- debhelper (>= 10~),
- dh-buildinfo,
+Build-Depends:
+ debhelper-compat (= 13),
  libdevel-strictmode-perl,
  libexporter-tiny-perl,
  libtest-modern-perl,
@@ -13,7 +10,7 @@ Build-Depends: cdbs,
  libkeyword-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 4.1.3
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperlx-assert-perl.git
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperlx-assert-perl
 Homepage: https://metacpan.org/release/PerlX-Assert
@@ -21,10 +18,13 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libperlx-assert-perl
 Architecture: all
-Depends: ${cdbs:Depends},
+Depends:
+ libdevel-strictmode-perl,
+ libexporter-tiny-perl,
+ libkeyword-simple-perl,
+ libdevel-declare-perl,
  ${misc:Depends},
  ${perl:Depends}
-Suggests: ${cdbs:Suggests},
 Description: yet another assertion keyword
  PerlX::Assert is a framework for embedding assertions in Perl code.
  Under normal circumstances, assertions are not checked; they are
diff -pruN 0.905-3/debian/control.in 0.905-4/debian/control.in
--- 0.905-3/debian/control.in	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/control.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,33 +0,0 @@
-Source: libperlx-assert-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: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libperlx-assert-perl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperlx-assert-perl.git
-Homepage: https://metacpan.org/release/PerlX-Assert
-Testsuite: autopkgtest-pkg-perl
-
-Package: libperlx-assert-perl
-Architecture: all
-Depends: ${cdbs:Depends},
- ${misc:Depends},
- ${perl:Depends}
-Suggests: ${cdbs:Suggests},
-Description: yet another assertion keyword
- PerlX::Assert is a framework for embedding assertions in Perl code.
- Under normal circumstances, assertions are not checked; they are
- optimized away at compile time.
- .
- However if, at compile time, any of the following environment variables
- is true, assertions are checked, and if they fail, throw an exception.
- .
-  - PERL_STRICT
-  - AUTHOR_TESTING
-  - EXTENDED_TESTING
-  - RELEASE_TESTING
- .
- That is, assertions will only typically be checked when the test suite
- is being run on the authors' machine, or otherwise opted into.
diff -pruN 0.905-3/debian/copyright_hints 0.905-4/debian/copyright_hints
--- 0.905-3/debian/copyright_hints	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/copyright_hints	1970-01-01 00:00:00.000000000 +0000
@@ -1,72 +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: CREDITS
- Changes
- INSTALL
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- SIGNATURE
- debian/README.source
- debian/compat
- debian/control
- debian/control.in
- debian/gbp.conf
- debian/source/format
- debian/watch
- dist.ini
- doap.ttl
- lib/PerlX/Assert/DD.pm
- lib/PerlX/Assert/Keyword.pm
- t/lib/TestLib.pm
-Copyright: *No copyright*
-License: UNKNOWN
- FIXME
-
-Files:
- README
- lib/PerlX/Assert.pm
- t/01basic.t
- t/02kwapi.t
- t/03dd.t
- t/04syntax.t
- t/05renaming.t
- t/99moops.t
-Copyright: 2012-2014, Toby Inkster
-  2013-2014, Toby Inkster
-  2014, Toby Inkster
-License: UNKNOWN
- FIXME
-
-Files: debian/rules
-Copyright: 2015, Jonas Smedegaard <dr@jones.dk>
-License: GPL-3+
- FIXME
-
-Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
-  19xx name of author
-  19yy <name of author>
-  2014, Toby Inkster
-  disclaimer" for the program, if
-  interest in the
-  the software, and
-License: GPL-ever
- FIXME
-
-Files: COPYRIGHT
-Copyright: 2014, Toby Inkster
-  2017, Toby Inkster
-  2014, the holder(s)
-  None
-  This software is 2013-2014, by Toby Inkster
-  This software is 2014, by Toby Inkster
-  Unknown
-License: UNKNOWN
- FIXME
-
diff -pruN 0.905-3/debian/rules 0.905-4/debian/rules
--- 0.905-3/debian/rules	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/rules	2025-08-15 10:43:48.000000000 +0000
@@ -1,40 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2015, Jonas Smedegaard <dr@jones.dk>
-# Description: Main Debian packaging script for PerlX::Assert
-#
-# 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 3, 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
-
-pkg = $(DEB_SOURCE_PACKAGE)
-
-DEB_UPSTREAM_PACKAGE = PerlX-Assert
-DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
-
-# Needed by upstream build and (always) at runtime
-deps = libdevel-strictmode-perl, libexporter-tiny-perl, libkeyword-simple-perl, libdevel-declare-perl
-
-# Needed (mandatory/optionally) by upstream testsuite
-# TODO: follow https://wiki.debian.org/DebianBootstrap when mature
-deps-test = libtest-modern-perl
-#xdeps-test = libmoops-perl
-
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
-CDBS_BUILD_DEPENDS +=, $(xdeps), $(xdeps-suggest)
-CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_SUGGESTS_$(pkg) = $(suggests)
+%:
+	dh $@
diff -pruN 0.905-3/debian/watch 0.905-4/debian/watch
--- 0.905-3/debian/watch	2024-03-07 18:03:00.000000000 +0000
+++ 0.905-4/debian/watch	2025-08-15 10:43:48.000000000 +0000
@@ -1,4 +1,4 @@
 # Run the "uscan" command to check for upstream updates and more.
-version=3
+version=4
 https://metacpan.org/release/PerlX-Assert .*/PerlX-Assert-([\d.]+)\.tar\.gz
 https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/PerlX-Assert-([\d.]+)\.tar\.gz
