Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / nurpawiki
Commits:
-
aa80cf12
by Stephane Glondu at 2022-02-24T01:55:20+01:00
-
9074f2aa
by Stephane Glondu at 2022-02-24T02:01:22+01:00
2 changed files:
Changes:
| 1 |
+nurpawiki (1.2.4-2) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ [ Stéphane Glondu]
|
|
| 4 |
+ * Add explicitly libocamlnet-ocaml-dev to Build-Depends
|
|
| 5 |
+ * Bump Standards-Version to 4.6.0
|
|
| 6 |
+ |
|
| 7 |
+ [ Debian Janitor ]
|
|
| 8 |
+ * Set upstream metadata fields
|
|
| 9 |
+ * Update pattern for GitHub archive URLs
|
|
| 10 |
+ |
|
| 11 |
+ -- Stéphane Glondu <glondu@debian.org> Thu, 24 Feb 2022 02:01:19 +0100
|
|
| 12 |
+ |
|
| 1 | 13 |
nurpawiki (1.2.4-1) unstable; urgency=medium
|
| 2 | 14 |
|
| 3 | 15 |
* New upstream release
|
| ... | ... | @@ -6,12 +6,13 @@ Build-Depends: |
| 6 | 6 |
debhelper-compat (= 13),
|
| 7 | 7 |
dh-ocaml,
|
| 8 | 8 |
ocamlbuild,
|
| 9 |
+ libocamlnet-ocaml-dev,
|
|
| 9 | 10 |
libeliom-ocaml-dev (>= 6.12.1),
|
| 10 | 11 |
libcalendar-ocaml-dev,
|
| 11 | 12 |
libextlib-ocaml-dev,
|
| 12 | 13 |
libpostgresql-ocaml-dev,
|
| 13 |
- ocaml-nox
|
|
| 14 |
-Standards-Version: 4.5.1
|
|
| 14 |
+ ocaml
|
|
| 15 |
+Standards-Version: 4.6.0
|
|
| 15 | 16 |
Rules-Requires-Root: no
|
| 16 | 17 |
Section: web
|
| 17 | 18 |
Homepage: https://github.com/glondu/nurpawiki
|