Source: watchdog Version: 5.16-1.1 Severity: normal X-Debbugs-Cc: [email protected]
The packaging for watchdog is somewhat outdated. The attached diff is the result of running lintian-brush onto the current package. It fixes a few obvious issues. Migrating debian/rules to the 'dh' sequencer would probably next, followed by putting the package onto Salsa Git to facilitate group maintenance. Btw, the debian/watch URL seems outdated. Would you happen to have the current one (presumably https://sourceforge.net/p/watchdog/)? Cheers! Martin-Éric
diff --git a/debian/changelog b/debian/changelog index 299fb1c..91a7804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +watchdog (5.16-1.2) UNRELEASED; urgency=low + + Upgrade to newer source format 3.0 (quilt). + Bump debhelper from old 12 to 13. + Fix day-of-week for changelog entry 5.6-1. + + -- Martin-Éric Racine <[email protected]> Sat, 14 Dec 2024 13:19:26 +0000 + watchdog (5.16-1.1) unstable; urgency=medium * Non-maintainer upload with maintainer permission. @@ -222,7 +230,7 @@ watchdog (5.6-1) unstable; urgency=low * Added homepage field. * Added watch file. - -- Michael Meskes <[email protected]> Thu, 22 Mar 2009 13:56:25 +0100 + -- Michael Meskes <[email protected]> Sun, 22 Mar 2009 13:56:25 +0100 watchdog (5.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3d196b5..a9f4626 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: watchdog Section: admin Priority: optional Maintainer: Michael Meskes <[email protected]> -Build-Depends: debhelper-compat (= 12), po-debconf (>= 0.5.0) +Build-Depends: debhelper-compat (= 13), po-debconf (>= 0.5.0) Rules-Requires-Root: no Standards-Version: 4.4.1 Homepage: http://watchdog.sourceforge.net diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt)

