diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a6259f7..c3379fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ dmidecode (3.3-1) UNRELEASED; urgency=medium + debian/patches/0005-build.patch + Refresh debian/patches/0001-hurd.patch. * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * Migrate to debhelper 13: + - Bump debhelper-compat version in debian/control to = 13. -- Jörg Frings-Fürst <debian@jff.email> Sat, 17 Oct 2020 09:31:22 +0200 diff --git a/debian/control b/debian/control index 45b03fd..2905d75 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dmidecode Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Git: git://jff.email/opt/git/dmidecode.git |