aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2020-08-10 02:05:57 +0100
committerBen Hutchings <benh@debian.org>2020-08-10 02:05:57 +0100
commitf4317520ddb2244431b4e0be34ea4fec24edd07d (patch)
tree7cc1d96cd820e2328865a22c15707749678fa2c1
parent35e108f29b1abe2dfa607fdb0ef01ec0f92fc61a (diff)
downloadkernel_replicant_linux-f4317520ddb2244431b4e0be34ea4fec24edd07d.tar.gz
kernel_replicant_linux-f4317520ddb2244431b4e0be34ea4fec24edd07d.tar.bz2
kernel_replicant_linux-f4317520ddb2244431b4e0be34ea4fec24edd07d.zip
[hppa] Use standard metadata for transitional packages
* Do not override the version epoch. This seems to have been copied from an older transitional package by mistake. * All transitional packages belong in the oldlibs ection. * Use standard wording for describing them as transitional, copied from the transitional metapackages we previously had for x86. * Include ${misc:Depends} in the Depends, to keep lintian happy.
-rw-r--r--debian/changelog1
-rw-r--r--debian/templates/control.extra.in18
2 files changed, 9 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f64d6e7df1e..6c11898800df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ linux (5.8-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [x86] hyperv-daemons: Complete renaming of init scripts
* [x86] hyperv-daemons: Correct old names in Conflicts field of unit files
+ * [hppa] Use standard metadata for transitional packages
-- Yves-Alexis Perez <corsac@debian.org> Wed, 24 Jun 2020 21:58:24 +0200
diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in
index 8b8de9dc266a..f3dfff3da69f 100644
--- a/debian/templates/control.extra.in
+++ b/debian/templates/control.extra.in
@@ -26,19 +26,17 @@ Description: Compiler for Linux on x86 (meta-package)
for Linux on amd64, i386 and x32.
Package: linux-image-parisc64-smp
-X-Version-Overwrite-Epoch: 1
Architecture: hppa
-Section: base
+Section: oldlibs
Priority: extra
-Depends: linux-image-parisc64
-Description: Linux for multiprocessor 64-bit PA-RISC - transition package
- This package is for transition only.
+Depends: linux-image-parisc64, ${misc:Depends}
+Description: Linux for multiprocessor 64-bit PA-RISC (dummy package)
+ This is a dummy transitional package. It can be safely removed.
Package: linux-image-parisc-smp
-X-Version-Overwrite-Epoch: 1
Architecture: hppa
-Section: base
+Section: oldlibs
Priority: extra
-Depends: linux-image-parisc
-Description: Linux for multiprocessor 32-bit PA-RISC - transition package
- This package is for transition only.
+Depends: linux-image-parisc, ${misc:Depends}
+Description: Linux for multiprocessor 32-bit PA-RISC (dummy package)
+ This is a dummy transitional package. It can be safely removed.