summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Fouces <marcos@debian.org>2022-12-28 17:00:08 +0000
committerMarcos Fouces <marcos@debian.org>2022-12-28 17:00:08 +0000
commit0473fd9ad08bda43582be77ced2f1069e03a5a23 (patch)
tree188faabcc2b6c1c0b6227a53ee99b314ed719693
parentf5506f93e03c17806a519b63ec3996626682b8f0 (diff)
parente1c524e162a3bc13120a472a4b1b4c3db1d190e3 (diff)
Merge branch 'scrub-obsolete' into 'debian/latest'
Remove unnecessary constraints See merge request debian/manpages!1
-rw-r--r--debian/changelog7
-rw-r--r--debian/control13
2 files changed, 12 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 143f41b18..0a2eb4e52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ manpages (6.01-2) UNRELEASED; urgency=medium
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
+ * Remove constraints unnecessary since buster (oldstable):
+ + manpages: Drop versioned constraint on attr and keyutils in Replaces.
+ + manpages: Drop versioned constraint on attr and keyutils in Breaks.
+ + manpages-dev: Drop versioned constraint on libattr1-dev and libbsd-dev in
+ Replaces.
+ + manpages-dev: Drop versioned constraint on libattr1-dev and libbsd-dev in
+ Breaks.
[ Penn ]
* Changed man-browser from suggested to recommended
diff --git a/debian/control b/debian/control
index e94735d21..6747a54b7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,9 @@ Package: manpages
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
-Recommends: man-browser
-Replaces: manpages-dev (<< 5.09-2), attr (<< 1:2.4.47-3), keyutils (<< 1.6-1), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1)
-Breaks: manpages-dev (<< 5.09-2), attr (<< 1:2.4.47-3), keyutils (<< 1.6-1), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1)
+Suggests: man-browser
+Replaces: manpages-dev (<< 5.09-2), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1)
+Breaks: manpages-dev (<< 5.09-2), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1)
Description: Manual pages about using a GNU/Linux system
This package contains GNU/Linux manual pages for these sections:
4 = Devices (e.g. hd, sd).
@@ -34,11 +34,8 @@ Package: manpages-dev
Architecture: all
Multi-Arch: foreign
Depends: manpages, ${misc:Depends}
-Recommends: man-browser
-Replaces: libbsd-dev (<< 0.8.4-1),
- libattr1-dev (<< 1:2.4.47-3)
-Breaks: manpages (<< 6.01-1), libbsd-dev (<< 0.8.4-1),
- libattr1-dev (<< 1:2.4.47-3)
+Suggests: man-browser
+Breaks: manpages (<< 6.01-1)
Priority: optional
Description: Manual pages about using GNU/Linux for development
These man pages describe the Linux programming interface, including