diff -pruN 0.13-4.3/debian/changelog 0.13-4.4/debian/changelog
--- 0.13-4.3/debian/changelog	2024-06-27 20:23:53.000000000 +0000
+++ 0.13-4.4/debian/changelog	2025-08-30 10:23:45.000000000 +0000
@@ -1,3 +1,18 @@
+deps (0.13-4.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to short DH
+
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+  * Changed vcs type from git to Git based on URL.
+  * Fix field name case in debian/control (Vcs-browser => Vcs-Browser).
+
+ -- Alexandre Detiste <tchet@debian.org>  Sat, 30 Aug 2025 12:23:45 +0200
+
 deps (0.13-4.3) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -74,7 +89,7 @@ graph-includes (0.10-1) unstable; urgenc
   * New upstream release.
   * Suggest tulip, now supported as an alternative to dot.
   * Run "make distclean" again if it fails, which is necessary because in
-    some obscure cases it causes the Makefile to be regenerated (sic).  
+    some obscure cases it causes the Makefile to be regenerated (sic).
   * Bumped Standards-Version to 3.6.2 (no change).
 
  -- Yann Dirson <dirson@debian.org>  Tue, 29 Nov 2005 23:20:54 +0100
@@ -132,4 +147,3 @@ graph-includes (0.1-1) unstable; urgency
   * Initial Release.
 
  -- Yann Dirson <dirson@debian.org>  Mon, 28 Mar 2005 21:14:37 +0200
-
diff -pruN 0.13-4.3/debian/compat 0.13-4.4/debian/compat
--- 0.13-4.3/debian/compat	2024-06-27 20:21:10.000000000 +0000
+++ 0.13-4.4/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-9
diff -pruN 0.13-4.3/debian/control 0.13-4.4/debian/control
--- 0.13-4.3/debian/control	2024-06-27 20:21:10.000000000 +0000
+++ 0.13-4.4/debian/control	2025-08-30 10:14:27.000000000 +0000
@@ -1,12 +1,12 @@
 Source: deps
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: perl (>= 5.6.0)
 Maintainer: Yann Dirson <dirson@debian.org>
 Standards-Version: 3.6.2
-Vcs-git: https://salsa.debian.org/debian/deps.git
-Vcs-browser: https://salsa.debian.org/debian/deps
+Vcs-Git: https://salsa.debian.org/debian/deps.git
+Vcs-Browser: https://salsa.debian.org/debian/deps
 
 Package: libdeps-perl
 Architecture: all
diff -pruN 0.13-4.3/debian/libdeps-perl.examples 0.13-4.4/debian/libdeps-perl.examples
--- 0.13-4.3/debian/libdeps-perl.examples	1970-01-01 00:00:00.000000000 +0000
+++ 0.13-4.4/debian/libdeps-perl.examples	2025-08-30 10:23:09.000000000 +0000
@@ -0,0 +1 @@
+examples/graphincludes/project/wesnoth.pm
diff -pruN 0.13-4.3/debian/rules 0.13-4.4/debian/rules
--- 0.13-4.3/debian/rules	2024-06-27 20:21:10.000000000 +0000
+++ 0.13-4.4/debian/rules	2025-08-30 10:22:43.000000000 +0000
@@ -1,83 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh $@
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages | head -1)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/tmp
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	$(MAKE) distclean || $(MAKE) distclean || true
-
-	dh_clean build-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-
-#	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP)
-	rm $(TMP)/usr/share/perl5/graphincludes/renderer/tulip.pm
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --verbose --parents $(TMP)/usr/lib/perl5
-
-	dh_install --fail-missing
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-
-	dh_installexamples examples/*
-	dh_installdocs README NEWS
-	dh_installchangelogs
-	dh_perl
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-
-build-arch: build
-build-indep: build
-
-.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
+execute_after_dh_auto_install:
+	rm -f debian/*/usr/share/perl5/graphincludes/renderer/tulip.pm
