Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / uutf
Commits:
-
f02ea21c
by Debian Janitor at 2021-10-15T05:37:19+00:00
-
2c003178
by Debian Janitor at 2021-10-15T05:37:20+00:00
-
ec46dc44
by Debian Janitor at 2021-10-15T05:37:20+00:00
-
2f52a9da
by Debian Janitor at 2021-10-15T05:37:21+00:00
-
b712db03
by Stéphane Glondu at 2022-02-20T16:36:11+00:00
3 changed files:
Changes:
| ... | ... | @@ -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 |
|
| ... | ... | @@ -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
|
| 1 |
-version=3
|
|
| 1 |
+version=4
|
|
| 2 | 2 |
https://erratique.ch/software/uutf/releases/ .*uutf-(.+)\.tbz
|