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

[Git][ocaml-team/ocaml-gstreamer][master] 3 commits: d/watch: correctly scan GitHub tags



Title: GitLab

Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / ocaml-gstreamer

Commits:

  • 51cc5918
    by Kyle Robbertze at 2022-11-13T14:27:10+02:00
    d/watch: correctly scan GitHub tags
    
  • d92717d9
    by Kyle Robbertze at 2022-11-13T14:35:52+02:00
    d/control: add missing shlibs:Depends
    
  • 7f7067b2
    by Kyle Robbertze at 2022-11-13T14:39:16+02:00
    prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-gstreamer (0.3.1-2) unstable; urgency=low
    
    2
    +
    
    3
    +  * d/watch: correctly scan GitHub tags
    
    4
    +  * d/control: add missing shlibs:Depends
    
    5
    +
    
    6
    + -- Kyle Robbertze <paddatrapper@debian.org>  Sun, 13 Nov 2022 14:35:59 +0200
    
    7
    +
    
    1 8
     ocaml-gstreamer (0.3.1-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -41,7 +41,8 @@ Depends: libgstreamer-ocaml (= ${binary:Version}),
    41 41
              libgstreamer1.0-dev,
    
    42 42
              ocaml-findlib,
    
    43 43
              ${misc:Depends},
    
    44
    -         ${ocaml:Depends}
    
    44
    +         ${ocaml:Depends},
    
    45
    +         ${shlibs:Depends}
    
    45 46
     Provides: ${ocaml:Provides}
    
    46 47
     Description: OCaml interface to the GStreamer library -- development files
    
    47 48
      This package provides an interface to the GStreamer library for
    

  • debian/watch
    1 1
     version=4
    
    2
    -https://github.com/savonet/ocaml-gstreamer/releases .*/v?([0-9.]+)\.tar\.gz
    2
    +opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@@ARCHIVE_EXT@%@PACKAGE@-$1.tar.gz%" \
    
    3
    +    https://github.com/savonet/ocaml-gstreamer/tags \
    
    4
    +    (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@


  • Reply to: