diff --git testdisk-7.2/debian/changelog testdisk-7.2.mentor/debian/changelog index 69021e0..b0f7650 100644 --- testdisk-7.2/debian/changelog +++ testdisk-7.2.mentor/debian/changelog @@ -1,3 +1,16 @@ +testdisk (7.2-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * d/control: add homepage (Closes: #831653, #942505). + * d/watch: refresh (version 4). + * d/control: set debhelper compat 13. + * d/control: set SV to 4.7.0. + * d/control: remove dh-autoreconf (lintian). + * d/rules: just list missing + * d/*.{install,docs,manpages}: refresh + + -- Patrice Duroux Wed, 04 Sep 2024 19:03:20 +0200 + testdisk (7.2-0.1) unstable; urgency=medium * Non-maintainer upload. diff --git testdisk-7.2/debian/compat testdisk-7.2/debian/compat deleted file mode 100644 index ec63514..0000000 --- testdisk-7.2/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git testdisk-7.2/debian/control testdisk-7.2.mentor/debian/control index 290c700..a288c38 100644 --- testdisk-7.2/debian/control +++ testdisk-7.2.mentor/debian/control @@ -3,8 +3,9 @@ Section: admin Priority: optional Maintainer: Jean-Michel Kelbert Uploaders: Roland Stigge -Build-Depends: debhelper (>= 9.20160114), libext2fs-dev, libncurses-dev, ntfs-3g-dev [!hurd-i386], libjpeg-dev, uuid-dev, zlib1g-dev, dh-autoreconf, pkgconf -Standards-Version: 4.3.0 +Build-Depends: debhelper-compat (= 13), libext2fs-dev, libncurses-dev, ntfs-3g-dev [!hurd-i386], libjpeg-dev, uuid-dev, zlib1g-dev, pkgconf +Standards-Version: 4.7.0 +Homepage: https://www.cgsecurity.org/ Package: testdisk Architecture: any diff --git testdisk-7.2/debian/rules testdisk-7.2.mentor/debian/rules index 372a8d1..cf4ab37 100755 --- testdisk-7.2/debian/rules +++ testdisk-7.2.mentor/debian/rules @@ -14,9 +14,10 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install --destdir=debian/tmp - rm -f $(CURDIR)/debian/tmp/usr/share/doc/testdisk/ChangeLog - rm -f $(CURDIR)/debian/tmp/usr/share/doc/testdisk/COPYING - rm -f $(CURDIR)/debian/tmp/usr/share/doc/testdisk/INSTALL + +# avoid packaging documentation.html (lintian error and not packaged previously) +override_dh_missing: + dh_missing --list-missing override_dh_auto_clean: dh_auto_clean diff --git testdisk-7.2/debian/testdisk.docs testdisk-7.2.mentor/debian/testdisk.docs index 8913f46..151c8df 100644 --- testdisk-7.2/debian/testdisk.docs +++ testdisk-7.2.mentor/debian/testdisk.docs @@ -1,2 +1,5 @@ -NEWS -README.md +usr/share/doc/testdisk/NEWS +usr/share/doc/testdisk/ChangeLog +usr/share/doc/testdisk/README.md +usr/share/doc/testdisk/AUTHORS +usr/share/doc/testdisk/THANKS diff --git testdisk-7.2/debian/testdisk.install testdisk-7.2.mentor/debian/testdisk.install index d234a87..5b27d6c 100644 --- testdisk-7.2/debian/testdisk.install +++ testdisk-7.2.mentor/debian/testdisk.install @@ -1,4 +1,2 @@ -usr/bin/fidentify -usr/bin/photorec -usr/bin/testdisk +usr/bin/ diff --git testdisk-7.2/debian/testdisk.manpages testdisk-7.2.mentor/debian/testdisk.manpages index fbf45c8..9bfec69 100644 --- testdisk-7.2/debian/testdisk.manpages +++ testdisk-7.2.mentor/debian/testdisk.manpages @@ -1,3 +1,2 @@ -debian/tmp/usr/share/man/man8/fidentify.8 -debian/tmp/usr/share/man/man8/photorec.8 -debian/tmp/usr/share/man/man8/testdisk.8 +usr/share/man/man8/* +usr/share/man/*/man8/* diff --git testdisk-7.2/debian/watch testdisk-7.2.mentor/debian/watch index 3f37c34..9117fa3 100644 --- testdisk-7.2/debian/watch +++ testdisk-7.2.mentor/debian/watch @@ -1,4 +1,4 @@ -version=3 -opts=uversionmangle=s/_/./g;s/^(\S+\.mac\.)/0.0.$1/;s/^(\S+-x86(?:\.64)?(?:-rhel)?)$/0.0.$1/;s/^(\S+\.linux)/0.0.$1/;s/^(\S+-x86\.64)/0.0.$1/;s/^(\S+\.arm)/0.0.$1/ \ +version=4 +# Not using @ANY_VERSION@ to avoid matching the binary archives or -WIP versions http://www.cgsecurity.org/wiki/TestDisk_Download \ -(?:|.*/)testdisk(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) +(?:|.*/)@PACKAGE@(?:[-_]?[Vv]?(\d[\.\d]*))@ARCHIVE_EXT@