Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlwc
Commits:
-
8962923a
by Stephane Glondu at 2023-09-03T08:16:48+02:00
-
84c52339
by Stephane Glondu at 2023-09-03T08:18:09+02:00
-
b45eac4d
by Stephane Glondu at 2023-09-03T08:18:09+02:00
3 changed files:
Changes:
| 1 | +ocamlwc (0.3-20) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Make ocamlwc an arch:any package
|
|
| 4 | + * Fix clean rule (Closes: #1046387)
|
|
| 5 | + |
|
| 6 | + -- Stéphane Glondu <glondu@debian.org> Sun, 03 Sep 2023 08:06:45 +0200
|
|
| 7 | + |
|
| 1 | 8 | ocamlwc (0.3-19) unstable; urgency=medium
|
| 2 | 9 | |
| 3 | 10 | [ Debian Janitor ]
|
| ... | ... | @@ -14,7 +14,7 @@ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlwc |
| 14 | 14 | Homepage: https://www.lri.fr/~filliatr/software.en.html
|
| 15 | 15 | |
| 16 | 16 | Package: ocamlwc
|
| 17 | -Architecture: all
|
|
| 17 | +Architecture: any
|
|
| 18 | 18 | Depends: ${ocaml:Depends}, ${misc:Depends}
|
| 19 | 19 | Description: count the lines of code and comments in OCaml sources
|
| 20 | 20 | ocamlwc is a program to count the number of lines of code and documentation
|
| ... | ... | @@ -8,5 +8,3 @@ override_dh_auto_configure: |
| 8 | 8 | |
| 9 | 9 | override_dh_auto_install:
|
| 10 | 10 | $(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/ |
| 11 | - |
|
| 12 | -.PHONY: clean |