d/control: update formatting, debhelper version and standards version.
Louis-Philippe Véronneau
1 year, 7 months ago
5 | 5 |
* d/control: update the VCS urls.
|
6 | 6 |
* d/rules: remove java build parts, as there is no java code anymore.
|
7 | 7 |
* d/poms: use upstream's pom.xml.
|
|
8 |
* d/control: update formatting, debhelper version and standards version.
|
8 | 9 |
|
9 | 10 |
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 13 Nov 2020 15:32:56 -0500
|
10 | 11 |
|
2 | 2 |
Priority: optional
|
3 | 3 |
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
|
4 | 4 |
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
|
5 | |
Build-Depends: clojure (>= 1.8),
|
6 | |
debhelper (>= 10),
|
|
5 |
Build-Depends: debhelper-compat (= 13),
|
|
6 |
javahelper,
|
|
7 |
maven-repo-helper,
|
|
8 |
clojure,
|
7 | 9 |
default-jdk,
|
8 | |
javahelper (>= 0.43),
|
9 | |
libtools-analyzer-jvm-clojure (>= 0.7.0),
|
10 | |
maven-repo-helper (>= 1.7)
|
11 | |
Standards-Version: 4.0.0
|
|
10 |
libtools-analyzer-jvm-clojure
|
|
11 |
Standards-Version: 4.5.0
|
12 | 12 |
Vcs-Git: https://salsa.debian.org/clojure-team/core-async-clojure.git
|
13 | 13 |
Vcs-Browser: https://salsa.debian.org/clojure-team/core-async-clojure
|
14 | 14 |
Homepage: https://github.com/clojure/core.async
|
|
15 |
Rules-Requires-Root: no
|
15 | 16 |
|
16 | 17 |
Package: libcore-async-clojure
|
17 | 18 |
Architecture: all
|