Run of scrub-obsolete for camlzip

Merge these changes:

git pull https://janitor.debian.net/git/camlzip scrub-obsolete/main
Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 6a9768f..97e771e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+camlzip (1.11-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on zlib1g-dev (>> 1.1.4).
+    + libzip-ocaml: Drop conflict with removed package libzip-ocaml-dev (<<
+      1.04-4) in Replaces.
+    + libzip-ocaml: Drop conflict with removed package libzip-ocaml-dev (<<
+      1.04-4) in Breaks.
+    + libzip-ocaml-dev: Drop versioned constraint on zlib1g-dev (>> 1.1.4) in
+      Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 05 Jan 2023 23:36:25 -0000
+
 camlzip (1.11-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index b0d5024..cfa89bc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Stéphane Glondu <glondu@debian.org>
 Build-Depends:
  debhelper-compat (= 13),
- zlib1g-dev (>> 1.1.4),
+ zlib1g-dev,
  ocaml-nox (>= 4.07),
  ocaml-findlib,
  dh-ocaml
@@ -24,8 +24,6 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${ocaml:Provides}
-Breaks: libzip-ocaml-dev (<< 1.04-4)
-Replaces: libzip-ocaml-dev (<< 1.04-4)
 Description: OCaml compression libraries (runtime libraries)
  This Objective Caml library provides easy access to compressed files in ZIP
  and GZIP format, as well as to Java JAR files.  It provides functions
@@ -36,7 +34,7 @@ Description: OCaml compression libraries (runtime libraries)
 Package: libzip-ocaml-dev
 Architecture: any
 Depends:
- zlib1g-dev (>> 1.1.4),
+ zlib1g-dev,
  ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/64/b13b6b53146caec0e8a4f3faf39e08d78c2514.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b9/6e9c5182c4ed227962a2394a09a677c2b0b396.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/8f/85a349c467d212a39616d2cc1e4d9daf71849b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/bf/f30ba34d525f88d48ee48801e9f7a2b79bb298.debug

Control files of package libzip-ocaml: lines which differ (wdiff format)

  • Breaks: libzip-ocaml-dev (<< 1.04-4)
  • Replaces: libzip-ocaml-dev (<< 1.04-4)

Control files of package libzip-ocaml-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 8f85a349c467d212a39616d2cc1e4d9daf71849b bff30ba34d525f88d48ee48801e9f7a2b79bb298 64b13b6b53146caec0e8a4f3faf39e08d78c2514 b96e9c5182c4ed227962a2394a09a677c2b0b396

Control files of package libzip-ocaml-dev: lines which differ (wdiff format)

  • Depends: zlib1g-dev (>> 1.1.4), zlib1g-dev, libzip-ocaml-kj2q1, ocaml-4.13.1

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t scrub-obsolete libzip-ocaml-dbgsymapt install -t scrub-obsolete libzip-ocaml-devapt install -t scrub-obsolete libzip-ocaml

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved