diff -pruN 0.004-3/debian/README.source 0.004-4/debian/README.source
--- 0.004-3/debian/README.source	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-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.004-3/debian/changelog 0.004-4/debian/changelog
--- 0.004-3/debian/changelog	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/changelog	2025-08-04 20:28:00.000000000 +0000
@@ -1,3 +1,10 @@
+liblexical-underscore-perl (0.004-4) unstable; urgency=medium
+
+  * Team upload.
+  * Replace CDBS build with DebHelper 13
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 04 Aug 2025 22:28:00 +0200
+
 liblexical-underscore-perl (0.004-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.004-3/debian/compat 0.004-4/debian/compat
--- 0.004-3/debian/compat	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -pruN 0.004-3/debian/control 0.004-4/debian/control
--- 0.004-3/debian/control	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/control	2025-08-04 20:28:00.000000000 +0000
@@ -1,15 +1,13 @@
 Source: liblexical-underscore-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
- licensecheck,
+Build-Depends:
+ debhelper-compat (= 13),
  perl,
- debhelper,
- dh-buildinfo,
  libpadwalker-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 3.9.8
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblexical-underscore-perl.git
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblexical-underscore-perl
 Homepage: https://metacpan.org/release/lexical-underscore
@@ -17,11 +15,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: liblexical-underscore-perl
 Architecture: all
-Depends: ${cdbs:Depends},
+Depends:
+ libpadwalker-perl,
  ${misc:Depends},
  ${perl:Depends}
-Recommends: ${cdbs:Recommends}
-Suggests: ${cdbs:Suggests}
 Description: access your caller's lexical underscore
  Starting with Perl 5.10, it is possible to create a lexical version of
  the Perl default variable $_. Certain Perl constructs like the "given"
diff -pruN 0.004-3/debian/control.in 0.004-4/debian/control.in
--- 0.004-3/debian/control.in	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/control.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,40 +0,0 @@
-Source: liblexical-underscore-perl
-Section: perl
-Priority: optional
-Build-Depends: cdbs,
- licensecheck,
- perl,
- debhelper (>= 10~),
- dh-buildinfo,
- libpadwalker-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr@jones.dk>
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
-Homepage: https://metacpan.org/release/lexical-underscore
-Testsuite: autopkgtest-pkg-perl
-
-Package: liblexical-underscore-perl
-Architecture: all
-Depends: ${cdbs:Depends},
- ${misc:Depends},
- ${perl:Depends}
-Recommends: ${cdbs:Recommends}
-Suggests: ${cdbs:Suggests}
-Description: access your caller's lexical underscore
- Starting with Perl 5.10, it is possible to create a lexical version of
- the Perl default variable $_. Certain Perl constructs like the "given"
- keyword automatically use a lexical $_ rather than the global $_.
- .
- It is occasionallly useful for a sub to be able to access its caller's
- $_ variable regardless of whether it was lexical or not. The "(_)" sub
- prototype is the official way to do so, however there are sometimes
- disadvantages to this; in particular it can only appear as the final
- required argument in a prototype, and there is no way of the sub
- differentiating between an explicitly passed argument and $_.
- .
- lexical::underscore allows you to access your caller's lexical $_
- variable as easily as:
- .
-  ${lexical::underscore()}
diff -pruN 0.004-3/debian/copyright_hints 0.004-4/debian/copyright_hints
--- 0.004-3/debian/copyright_hints	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/copyright_hints	1970-01-01 00:00:00.000000000 +0000
@@ -1,76 +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
- META.json
- META.yml
- Makefile.PL
- debian/README.source
- debian/compat
- debian/control
- debian/control.in
- debian/gbp.conf
- debian/source/format
- debian/source/lintian-overrides
- debian/watch
- dist.ini
- doap.ttl
- t/01basic.t
- t/02synopsis.t
- t/03perl58.t
-Copyright: NONE
-License: UNKNOWN
- FIXME
-
-Files: README
- lib/lexical/underscore.pm
-Copyright: 2012, 2014, Toby Inkster.
-License: Artistic or GPL-1+
- FIXME
-
-Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc.
-  19xx name of author
-  19yy <name of author>
-  2017, Toby Inkster.
-  disclaimer" for the program, if
-  ed by the Free
-  interest in the
-  of this Package, but belong to whomever generated them, and may be sold
-  the software, and
-License: Artistic or GPL-1+
- FIXME
-
-Files: COPYRIGHT
-Copyright: -format/1.0/
-  2017, the copyright holder(s).
-  CREDITS
-  Copyright 2012 Toby Inkster.
-  Copyright 2014 Toby Inkster.
-  Copyright 2017 Toby Inkster.
-  None
-  This software is copyright (c) 2012, 2014 by Toby Inkster.
-  Unknown
-License: Artistic-1.0 and/or GPL-1
- FIXME
-
-Files: debian/rules
-Copyright: 2013-2014, 2016-2017, Jonas Smedegaard <dr@jones.dk>
-License: GPL-3+
- FIXME
-
-Files: MANIFEST
-Copyright: CREDITS
-License: UNKNOWN
- FIXME
-
-Files: SIGNATURE
-Copyright: SHA1 0cf6de682a1d9d7bcfdfd200a5827d0d004cf26d CREDITS
-License: UNKNOWN
- FIXME
-
diff -pruN 0.004-3/debian/patches/auto-gitignore 0.004-4/debian/patches/auto-gitignore
--- 0.004-3/debian/patches/auto-gitignore	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/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.004-3/debian/patches/series 0.004-4/debian/patches/series
--- 0.004-3/debian/patches/series	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-
-auto-gitignore
diff -pruN 0.004-3/debian/rules 0.004-4/debian/rules
--- 0.004-3/debian/rules	2024-03-06 15:10:23.000000000 +0000
+++ 0.004-4/debian/rules	2025-08-04 20:28:00.000000000 +0000
@@ -1,29 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# © 2013-2014, 2016-2017 Jonas Smedegaard <dr@jones.dk>
-# Description: Main Debian packaging script for lexical::underscore
-#
-# 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/utils.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-pkg = $(DEB_SOURCE_PACKAGE)
-
-# Needed by upstream build process and (always) at runtime
-deps = libpadwalker-perl
-
-CDBS_BUILD_DEPENDS +=, $(deps)
-CDBS_DEPENDS_$(pkg) = $(deps)
+%:
+	dh $@
