Ralf Treinen pushed to branch master at Debian OCaml Maintainers / ocamlagrep
Commits:
-
d495929d
by Ralf Treinen at 2022-03-26T09:58:50+01:00
-
a2208b93
by Ralf Treinen at 2022-03-26T10:04:16+01:00
-
929ab694
by Ralf Treinen at 2022-03-26T10:12:48+01:00
4 changed files:
Changes:
1 | 1 | ocamlagrep (1.0-14) UNRELEASED; urgency=medium
|
2 | 2 | |
3 | + * Team upload
|
|
3 | 4 | * debian/watch:
|
4 | 5 | - switch to github location
|
5 | 6 | - version 4 (no change)
|
7 | + * drop dh_clean override, use debian/clean file instead
|
|
8 | + * debian/copyright: convert to format 1.0
|
|
6 | 9 | |
7 | - -- Ralf Treinen <treinen@debian.org> Sat, 26 Mar 2022 08:07:16 +0100
|
|
10 | + -- Ralf Treinen <treinen@debian.org> Sat, 26 Mar 2022 10:12:26 +0100
|
|
8 | 11 | |
9 | 12 | ocamlagrep (1.0-13) unstable; urgency=medium
|
10 | 13 |
1 | +debian/doc |
1 | -This package was debianized by Samuel Mimram <samuel.mimram@ens-lyon.org> on
|
|
2 | -Wed, 21 Jan 2004 17:58:10 +0100.
|
|
3 | - |
|
4 | -It was downloaded from http://pauillac.inria.fr/~xleroy/software.html
|
|
5 | - |
|
6 | -Upstream Author: Xavier Leroy
|
|
7 | - |
|
8 | -Copyright (C) 2002 Institut National de Recherche en Informatique et en
|
|
9 | -Automatique.
|
|
10 | - |
|
11 | -This program is free software; you can redistribute it and/or modify
|
|
12 | -it under the terms of the GNU General Public License as published by
|
|
13 | -the Free Software Foundation; either version 2 of the License, or
|
|
14 | -(at your option) any later version.
|
|
15 | - |
|
16 | -On Debian systems you can find the text of this license in
|
|
17 | -/usr/share/common-licenses/LGPL. |
|
1 | +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
2 | +Upstream-Name: ocamlagrep
|
|
3 | +Upstream-Contact: Xavier Leroy <xavier.leroy@college-de-france.fr>
|
|
4 | +Source: http://pauillac.inria.fr/~xleroy/software.html
|
|
5 | + |
|
6 | +Files: *
|
|
7 | +Copyright: © 2002 Institut National de Recherche en Informatique et en
|
|
8 | + Automatique.
|
|
9 | +License: LGPL-2.1
|
|
10 | + The Library is distributed under the terms of the GNU Lesser General
|
|
11 | + Public License version 2.1.
|
|
12 | + .
|
|
13 | + On Debian systems, the complete text of the GNU Lesser General Public License
|
|
14 | + version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. |
... | ... | @@ -27,10 +27,6 @@ ifneq ($(OCAML_OPT_ARCH),) |
27 | 27 | $(MAKE) agrep.cmxa
|
28 | 28 | endif
|
29 | 29 | |
30 | -.PHONY: override_dh_clean
|
|
31 | -override_dh_clean:
|
|
32 | - rm -rf debian/doc
|
|
33 | - |
|
34 | 30 | .PHONY: override_dh_auto_install
|
35 | 31 | override_dh_auto_install:
|
36 | 32 | mkdir -p debian/tmp/$(OCAML_STDLIB_DIR)/agrep
|