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

[Git][ocaml-team/uutf][master] 5 commits: Update watch file format version to 4.



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/control
    ... ... @@ -6,7 +6,7 @@ Uploaders:
    6 6
      Mehdi Dogguy <mehdi@debian.org>,
    
    7 7
      Stéphane Glondu <glondu@debian.org>
    
    8 8
     Build-Depends:
    
    9
    - debhelper-compat (= 12),
    
    9
    + debhelper-compat (= 13),
    
    10 10
      ocaml-nox,
    
    11 11
      ocaml-findlib,
    
    12 12
      ocamlbuild,
    
    ... ... @@ -15,9 +15,9 @@ Build-Depends:
    15 15
      libcmdliner-ocaml-dev,
    
    16 16
      opam-installer,
    
    17 17
      dh-ocaml
    
    18
    -Standards-Version: 4.5.0
    
    18
    +Standards-Version: 4.6.0
    
    19 19
     Rules-Requires-Root: no
    
    20
    -Homepage: http://erratique.ch/software/uutf
    
    20
    +Homepage: https://erratique.ch/software/uutf
    
    21 21
     Vcs-Git: https://salsa.debian.org/ocaml-team/uutf.git
    
    22 22
     Vcs-Browser: https://salsa.debian.org/ocaml-team/uutf
    
    23 23
     
    

  • debian/rules
    ... ... @@ -14,13 +14,8 @@ override_dh_auto_build:
    14 14
     	ocaml pkg/pkg.ml build --with-cmdliner true --tests true
    
    15 15
     
    
    16 16
     override_dh_auto_test:
    
    17
    -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    
    18 17
     	ocaml pkg/pkg.ml test
    
    19
    -endif
    
    20 18
     
    
    21 19
     override_dh_auto_install:
    
    22 20
     	opam-installer --prefix=$(DESTDIR) --libdir=.$(OCAML_STDLIB_DIR) uutf.install
    
    23 21
     	rm -f $(DESTDIR)/doc/uutf/LICENSE.md
    24
    -
    
    25
    -override_dh_missing:
    
    26
    -	dh_missing --fail-missing

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     https://erratique.ch/software/uutf/releases/ .*uutf-(.+)\.tbz


  • Reply to: