summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-12-26 02:00:04 +0000
committerColin Watson <cjwatson@debian.org>2021-12-26 02:00:04 +0000
commitdca0160e9b2f700fb9d24ea0a191b0428e8e5de9 (patch)
treeecc904533e986adb9319a12dbeb1ebdd60d561ab /debian
parent534ac0b9a400bff5c089754f8e0ccfd88b1b3cd8 (diff)
parentec7630aeb8126fdef889ee609368c043869852a9 (diff)
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints See merge request debian/man-db!6
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control13
2 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index a5c0c1e1..a44027ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,19 @@
man-db (2.9.4-3) UNRELEASED; urgency=medium
+ [ Colin Watson ]
* Remove maintainer script code for upgrades from extremely old versions.
* Convert several debconf translations to UTF-8.
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on dpkg and libpipeline-dev.
+ + man-db: Drop versioned constraint on debconf and groff-base in Depends.
+ + man-db: Drop versioned constraint on dpkg in Pre-Depends.
+ + man-db: Drop versioned constraint on manpages-de, manpages-tr and
+ manpages-zh in Replaces.
+ + man-db: Drop versioned constraint on manpages-tr and manpages-zh in
+ Breaks.
+
-- Colin Watson <cjwatson@debian.org> Thu, 30 Sep 2021 00:35:51 +0100
man-db (2.9.4-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7b7d0f39..3273d1fd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Build-Depends: autopoint,
debhelper (>= 9.20160709~),
debhelper-compat (= 12),
dh-apparmor,
- dpkg (>= 1.16.1~),
+ dpkg,
flex,
groff,
libgdbm-dev,
- libpipeline-dev (>= 1.5.0),
+ libpipeline-dev,
libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32],
pkg-config,
po4a,
@@ -24,20 +24,15 @@ Rules-Requires-Root: binary-targets
Package: man-db
Architecture: any
-Pre-Depends: dpkg (>= 1.16.1~)
Depends: bsdextrautils | bsdmainutils (<< 12.1.1~),
- debconf (>= 1.2.0) | debconf-2.0,
- groff-base (>= 1.18.1.1-15),
+ debconf | debconf-2.0,
+ groff-base,
${misc:Depends},
${shlibs:Depends},
Suggests: apparmor, groff, less, www-browser
Provides: man, man-browser
Conflicts: man
-Breaks: manpages-tr (<< 1.0.5.1-3), manpages-zh (<< 1.5.2-1.1)
Replaces: man,
- manpages-de (<< 0.5-4),
- manpages-tr (<< 1.0.5.1-3),
- manpages-zh (<< 1.5.2-1.1),
nlsutils,
Multi-Arch: foreign
Description: tools for reading manual pages