summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-10-23 13:36:45 +0000
committerColin Watson <cjwatson@debian.org>2022-10-23 13:36:45 +0000
commit3537c6e4cfd36212de70c7b0ccddf27143b21ed3 (patch)
tree7ccdd78c44ed70d29c580f0290df87305fd4d78b
parentee6ad901f87c01f8b08e5d3e3c5f97d468f7c706 (diff)
parent75660f656a93a07ca9e66e9188e840d07d22f5da (diff)
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints See merge request debian/db1-compat!2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c8d68e..5e9ed81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+db1-compat (2.1.3-22) UNRELEASED; urgency=medium
+
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on dpkg-dev.
+ + libdb1-compat: Drop versioned constraint on libc6 in Replaces.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 22 Oct 2022 20:08:57 -0000
+
db1-compat (2.1.3-21) unstable; urgency=medium
[ Colin Watson ]
diff --git a/debian/control b/debian/control
index 80777a4..8e2c322 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: oldlibs
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.6.2
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 12)
Vcs-Git: https://salsa.debian.org/debian/db1-compat.git
Vcs-Browser: https://salsa.debian.org/debian/db1-compat
Package: libdb1-compat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libc6 (<< 2.2.5-13), libc6.1 (<< 2.2.5-13), libc0.3 (<< 2.2.5-13), libdb2-util
+Replaces: libc6.1 (<< 2.2.5-13), libc0.3 (<< 2.2.5-13), libdb2-util
Description: Berkeley database routines [glibc 2.0/2.1 compatibility]
libdb is a library for manipulating database files, developed at Berkeley.
.