diff -pruN 0.5-4/debian/README.source 0.5-5/debian/README.source
--- 0.5-4/debian/README.source	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/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.5-4/debian/changelog 0.5-5/debian/changelog
--- 0.5-4/debian/changelog	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/changelog	2025-08-10 08:26:24.000000000 +0000
@@ -1,3 +1,10 @@
+libtry-tiny-smartcatch-perl (0.5-5) unstable; urgency=medium
+
+  * Team upload.
+  * Replace CDBS build with DebHelper 13
+
+ -- Alexandre Detiste <tchet@debian.org>  Sun, 10 Aug 2025 10:26:24 +0200
+
 libtry-tiny-smartcatch-perl (0.5-4) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.5-4/debian/clean 0.5-5/debian/clean
--- 0.5-4/debian/clean	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/clean	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-Makefile.old
diff -pruN 0.5-4/debian/compat 0.5-5/debian/compat
--- 0.5-4/debian/compat	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -pruN 0.5-4/debian/control 0.5-5/debian/control
--- 0.5-4/debian/control	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/control	2025-08-10 08:26:24.000000000 +0000
@@ -1,14 +1,12 @@
 Source: libtry-tiny-smartcatch-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
- debhelper (>= 10~),
- dh-buildinfo,
- devscripts,
- perl
+Build-Depends:
+ debhelper-compat (= 13),
+ perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 3.9.6
+Standards-Version: 4.7.2
 Homepage: https://github.com/mysz/try-tiny-smartcatch
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-smartcatch-perl.git
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-smartcatch-perl
@@ -16,7 +14,7 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libtry-tiny-smartcatch-perl
 Architecture: all
-Depends: ${cdbs:Depends},
+Depends:
  ${misc:Depends},
  ${perl:Depends}
 Description: lightweight Perl module for powerful exceptions handling
diff -pruN 0.5-4/debian/control.in 0.5-5/debian/control.in
--- 0.5-4/debian/control.in	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/control.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,32 +0,0 @@
-Source: libtry-tiny-smartcatch-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.6
-Homepage: https://github.com/mysz/try-tiny-smartcatch
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtry-tiny-smartcatch-perl.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtry-tiny-smartcatch-perl.git
-Testsuite: autopkgtest-pkg-perl
-
-Package: libtry-tiny-smartcatch-perl
-Architecture: all
-Depends: ${cdbs:Depends},
- ${misc:Depends},
- ${perl:Depends}
-Description: lightweight Perl module for powerful exceptions handling
- Try::Tiny::SmartCatch's goals are mostly the same as Try::Tiny module,
- but there are few changes to it's specification.  Main difference is
- possibility to catch just some kinds of exceptions in place of catching
- everything.  Another one is slightly changed syntax.
- .
- When raised exception is an object, Try::Tiny::SmartCatch will test for
- exception type (using UNIVERSAL::isa).  When raised exception is just a
- text message (like "die ('message')"), there can be specified part of
- message to test for.
- .
- There are also explicit sub blocks.  In opposite to Try::Tiny, every
- block in Try::Tiny::SmartCatch's "try", "catch_when", "catch_default",
- "then" and "finally" must have explicit subroutines specified.
-Multi-Arch: foreign
diff -pruN 0.5-4/debian/copyright_hints 0.5-5/debian/copyright_hints
--- 0.5-4/debian/copyright_hints	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/copyright_hints	1970-01-01 00:00:00.000000000 +0000
@@ -1,38 +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.json
- META.yml
- Makefile.PL
- debian/README.source
- debian/compat
- debian/control
- debian/control.in
- debian/gbp.conf
- debian/source/format
- debian/watch
- t/00-load.t
- t/manifest.t
- t/pod-coverage.t
- t/pod.t
-Copyright: *No copyright*
-License: UNKNOWN
- FIXME
-
-Files: README
- lib/Try/Tiny/SmartCatch.pm
-Copyright: 2012, Marcin Sztolcman.
-  2012-2013, Marcin Sztolcman.
-License: UNKNOWN
- FIXME
-
-Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <dr@jones.dk>
-License: GPL-3+
- FIXME
-
diff -pruN 0.5-4/debian/patches/auto-gitignore 0.5-5/debian/patches/auto-gitignore
--- 0.5-4/debian/patches/auto-gitignore	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/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.5-4/debian/patches/series 0.5-5/debian/patches/series
--- 0.5-4/debian/patches/series	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-
-auto-gitignore
diff -pruN 0.5-4/debian/rules 0.5-5/debian/rules
--- 0.5-4/debian/rules	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/rules	2025-08-10 08:26:24.000000000 +0000
@@ -1,28 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2014, Jonas Smedegaard <dr@jones.dk>
-# Description: Main Debian packaging script for Try::Tiny::SmartCatch
-#
-# 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/debhelper.mk
-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
-
-pkg = $(DEB_SOURCE_PACKAGE)
-
-DEB_UPSTREAM_PACKAGE = Try-Tiny-SmartCatch
-DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/M/MY/MYSZ
+%:
+	dh $@
diff -pruN 0.5-4/debian/watch 0.5-5/debian/watch
--- 0.5-4/debian/watch	2024-03-08 10:47:59.000000000 +0000
+++ 0.5-5/debian/watch	2025-08-10 08:26:24.000000000 +0000
@@ -1,4 +1,4 @@
 # Run the "uscan" command to check for upstream updates and more.
-version=3
+version=4
 https://cpan.metacpan.org/authors/id/M/MY/MYSZ/Try-Tiny-SmartCatch-([\d.]+)\.tar\.gz
 https://metacpan.org/release/Try-Tiny-SmartCatch .*/Try-Tiny-SmartCatch-([\d.]+)\.tar\.gz
