Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / headache
Commits:
-
5db995df
by Stephane Glondu at 2024-06-08T07:57:05+02:00
-
81b55dea
by Stephane Glondu at 2024-06-08T07:59:04+02:00
2 changed files:
Changes:
1 | +headache (1.08-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fix autopkgtest
|
|
5 | + |
|
6 | + -- Stéphane Glondu <glondu@debian.org> Sat, 08 Jun 2024 07:58:47 +0200
|
|
7 | + |
|
1 | 8 | headache (1.08-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * Team upload
|
... | ... | @@ -8,6 +8,7 @@ |
8 | 8 | (* *)
|
9 | 9 | (* Additional terms apply, due to the reproduction of portions of *)
|
10 | 10 | (* the POSIX standard. Please refer to the file COPYING for details. *)
|
11 | +(* *)
|
|
11 | 12 | (**************************************************************************)
|
12 | 13 | |
13 | 14 | Printf.printf "Hello, world.\n" |