[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/coccinelle][master] 2 commits: Remove constraints unnecessary since buster (oldstable)



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / coccinelle

Commits:

  • c6920c3f
    by Debian Janitor at 2022-12-01T11:48:16+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on dh-ocaml (>= 1.0.3~).
    * Build-Depends: Drop versioned constraint on libmenhir-ocaml-dev (>= 20090204.dfsg).
    * Build-Depends: Drop versioned constraint on libparmap-ocaml-dev (>= 1.0~rc4-5~).
    * Build-Depends: Drop versioned constraint on menhir (>= 20090204.dfsg).
    * Build-Depends: Drop versioned constraint on ocaml-nox (>= 3.11.1-3~).
    * Build-Depends: Drop versioned constraint on pkg-config (>= 0.9.0).
    * coccinelle: Drop dependency on essential package dpkg (>= 1.17.14) in Pre-Depends.
    * coccinelle-doc: Drop conflict with removed package coccinelle (<< 1.0.0~rc7.deb-4) in Replaces.
    * coccinelle-doc: Drop conflict with removed package coccinelle (<< 1.0.0~rc7.deb-4) in Breaks.
    * Remove 1 maintscript entries from 1 files.
    
    Changes-By: deb-scrub-obsolete
  • 770c4d51
    by Stéphane Glondu at 2023-08-08T07:23:54+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/coccinelle!1

3 changed files:

Changes:

  • debian/changelog
    1
    +coccinelle (1.1.1.deb-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Remove constraints unnecessary since buster (oldstable):
    
    4
    +    + Build-Depends: Drop versioned constraint on dh-ocaml (>= 1.0.3~).
    
    5
    +    + Build-Depends: Drop versioned constraint on libmenhir-ocaml-dev (>=
    
    6
    +      20090204.dfsg).
    
    7
    +    + Build-Depends: Drop versioned constraint on libparmap-ocaml-dev (>=
    
    8
    +      1.0~rc4-5~).
    
    9
    +    + Build-Depends: Drop versioned constraint on menhir (>= 20090204.dfsg).
    
    10
    +    + Build-Depends: Drop versioned constraint on ocaml-nox (>= 3.11.1-3~).
    
    11
    +    + Build-Depends: Drop versioned constraint on pkg-config (>= 0.9.0).
    
    12
    +    + coccinelle: Drop dependency on essential package dpkg (>= 1.17.14) in
    
    13
    +      Pre-Depends.
    
    14
    +    + coccinelle-doc: Drop conflict with removed package coccinelle (<<
    
    15
    +      1.0.0~rc7.deb-4) in Replaces.
    
    16
    +    + coccinelle-doc: Drop conflict with removed package coccinelle (<<
    
    17
    +      1.0.0~rc7.deb-4) in Breaks.
    
    18
    +    + Remove 1 maintscript entries from 1 files.
    
    19
    +
    
    20
    + -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Dec 2022 11:48:16 -0000
    
    21
    +
    
    1 22
     coccinelle (1.1.1.deb-2) unstable; urgency=medium
    
    2 23
     
    
    3 24
       * d/rules: force configuration for python3. Thanks to Uwe Kleine-König
    

  • debian/coccinelle.maintscript deleted
    1
    -rm_conffile /etc/bash_completion.d/spatch 1.0.0.deb-0

  • debian/control
    ... ... @@ -4,18 +4,18 @@ Priority: optional
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
    
    6 6
      Ralf Treinen <treinen@debian.org>
    
    7
    -Build-Depends: debhelper-compat (=13),
    
    8
    - dh-ocaml (>= 1.0.3~),
    
    7
    +Build-Depends: debhelper-compat (= 13),
    
    8
    + dh-ocaml,
    
    9 9
      dh-python,
    
    10
    - libmenhir-ocaml-dev (>= 20090204.dfsg),
    
    11
    - libparmap-ocaml-dev (>= 1.0~rc4-5~),
    
    10
    + libmenhir-ocaml-dev,
    
    11
    + libparmap-ocaml-dev,
    
    12 12
      libpcre-ocaml-dev,
    
    13 13
      libstdcompat-ocaml-dev,
    
    14 14
      libpyml-ocaml-dev,
    
    15
    - menhir (>= 20090204.dfsg),
    
    15
    + menhir,
    
    16 16
      ocaml-findlib,
    
    17
    - ocaml-nox (>= 3.11.1-3~),
    
    18
    - pkg-config (>= 0.9.0),
    
    17
    + ocaml-nox,
    
    18
    + pkg-config,
    
    19 19
      python3
    
    20 20
     Build-Depends-Indep:
    
    21 21
      texlive-fonts-extra,
    
    ... ... @@ -37,7 +37,6 @@ Depends: libparmap-ocaml,
    37 37
              ${ocaml:Depends},
    
    38 38
              ${python3:Depends},
    
    39 39
              ${shlibs:Depends}
    
    40
    -Pre-Depends: dpkg (>= 1.17.14)
    
    41 40
     Suggests: coccinelle-doc, vim-addon-manager
    
    42 41
     Description: semantic patching tool for C
    
    43 42
      Coccinelle is a program matching and transformation tool for C.
    
    ... ... @@ -50,8 +49,6 @@ Section: doc
    50 49
     Architecture: all
    
    51 50
     Multi-Arch: foreign
    
    52 51
     Depends: ${misc:Depends}
    
    53
    -Breaks: coccinelle (<< 1.0.0~rc7.deb-4)
    
    54
    -Replaces: coccinelle (<< 1.0.0~rc7.deb-4)
    
    55 52
     Description: documentation for coccinelle
    
    56 53
      Coccinelle is a program matching and transformation tool for C.
    
    57 54
      The programmer describes the code to match and the transformation to
    


  • Reply to: