Scrub Obsolete - coccinelle

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index f0d5903..1334af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+coccinelle (1.1.1.deb-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on dh-ocaml, libmenhir-ocaml-dev,
+      libparmap-ocaml-dev, menhir, ocaml-nox and pkg-config.
+    + coccinelle: Drop versioned constraint on dpkg in Pre-Depends.
+    + coccinelle-doc: Drop versioned constraint on coccinelle in Replaces.
+    + coccinelle-doc: Drop versioned constraint on coccinelle in Breaks.
+    + Remove 1 maintscript entries from 1 files.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Apr 2022 01:52:55 -0000
+
 coccinelle (1.1.1.deb-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/coccinelle.maintscript b/debian/coccinelle.maintscript
deleted file mode 100644
index 4202c58..0000000
--- a/debian/coccinelle.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-rm_conffile /etc/bash_completion.d/spatch 1.0.0.deb-0
diff --git a/debian/control b/debian/control
index 966ed4d..32d69c6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
  Ralf Treinen <treinen@debian.org>
-Build-Depends: debhelper-compat (=13),
- dh-ocaml (>= 1.0.3~),
+Build-Depends: debhelper-compat (= 13),
+ dh-ocaml,
  dh-python,
- libmenhir-ocaml-dev (>= 20090204.dfsg),
- libparmap-ocaml-dev (>= 1.0~rc4-5~),
+ libmenhir-ocaml-dev,
+ libparmap-ocaml-dev,
  libpcre-ocaml-dev,
  libstdcompat-ocaml-dev,
  libpyml-ocaml-dev,
- menhir (>= 20090204.dfsg),
+ menhir,
  ocaml-findlib,
- ocaml-nox (>= 3.11.1-3~),
- pkg-config (>= 0.9.0),
+ ocaml-nox,
+ pkg-config,
  python3
 Build-Depends-Indep:
  texlive-fonts-extra,
@@ -37,7 +37,6 @@ Depends: libparmap-ocaml,
          ${ocaml:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
-Pre-Depends: dpkg (>= 1.17.14)
 Suggests: coccinelle-doc, vim-addon-manager
 Description: semantic patching tool for C
  Coccinelle is a program matching and transformation tool for C.
@@ -50,8 +49,6 @@ Section: doc
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
-Breaks: coccinelle (<< 1.0.0~rc7.deb-4)
-Replaces: coccinelle (<< 1.0.0~rc7.deb-4)
 Description: documentation for coccinelle
  Coccinelle is a program matching and transformation tool for C.
  The programmer describes the code to match and the transformation to

Run locally

More details

Full run details