diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-11 18:20:36 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-11 18:20:36 +0100 |
| commit | c0bdff76811ce903c5564a762029bbf4f2557b01 (patch) | |
| tree | 954a7384ccfeeb07490fbb2e058351eb8edbc05a | |
| parent | 914ff08916fd64eafb0c02761fb8654817da9fb5 (diff) | |
d/control: Remove redundant priority field.
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index cc6b977..69f46f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libhx (5.3-1) UNRELEASED; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.7.3.0 (No changes needed). + * debian control: + - Remove redundant priority field. -- Jörg Frings-Fürst <debian@jff.email> Tue, 10 Mar 2026 19:30:21 +0100 @@ -18,7 +20,7 @@ libhx (5.2-1~exp1) experimental; urgency=medium - Bump package name depending on the SONAME to libhx43. - Refresh symbols file. * debian/watch: - - change for tar.zx to tar.zst. + - change for tar.zx to tar.zst. - Update to version 5. * debian/control: - Remove now redundant Rules-Requires-Root. diff --git a/debian/control b/debian/control index 47a14bb..8a4a563 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,4 @@ Source: libhx -Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13), |
