Wrap and sort
Emmanuel Bourg
4 years ago
3 | 3 | Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> |
4 | 4 | Uploaders: |
5 | 5 | Michael Gilbert <mgilbert@debian.org>, |
6 | tony mancill <tmancill@debian.org>, | |
6 | tony mancill <tmancill@debian.org> | |
7 | 7 | Build-Depends: |
8 | debhelper (>= 11), | |
9 | javahelper, | |
10 | 8 | ant, |
11 | 9 | ant-optional, |
12 | openjdk-8-jdk, | |
10 | debhelper (>= 11), | |
11 | default-jdk-doc, | |
12 | javahelper, | |
13 | 13 | libjinput-java, |
14 | libxcursor-dev, | |
14 | 15 | libxrandr-dev, |
16 | libxt-dev, | |
15 | 17 | libxxf86vm-dev, |
16 | libxcursor-dev, | |
17 | libxt-dev, | |
18 | Build-Depends-Indep: | |
19 | default-jdk-doc | |
18 | openjdk-8-jdk | |
20 | 19 | Standards-Version: 4.2.1 |
21 | 20 | Vcs-Git: https://salsa.debian.org/java-team/lwjgl.git |
22 | 21 | Vcs-Browser: https://salsa.debian.org/java-team/lwjgl |
25 | 24 | Package: liblwjgl-java |
26 | 25 | Architecture: all |
27 | 26 | Depends: |
28 | ${misc:Depends}, | |
29 | 27 | libjinput-java, |
30 | liblwjgl-java-jni (>= ${source:Version}) | |
28 | liblwjgl-java-jni (>= ${source:Version}), | |
29 | ${misc:Depends} | |
31 | 30 | Description: Lightweight Java Game Library |
32 | 31 | The Lightweight Java Game Library (LWJGL) is a solution aimed directly at |
33 | 32 | professional and amateur Java programmers alike to enable commercial quality |
39 | 38 | |
40 | 39 | Package: liblwjgl-java-jni |
41 | 40 | Architecture: any |
42 | Depends: | |
43 | ${shlibs:Depends}, | |
44 | ${misc:Depends} | |
41 | Depends: ${misc:Depends}, ${shlibs:Depends} | |
45 | 42 | Description: Lightweight Java Game Library (jni) |
46 | 43 | The Lightweight Java Game Library (LWJGL) is a solution aimed directly at |
47 | 44 | professional and amateur Java programmers alike to enable commercial quality |
56 | 53 | Package: liblwjgl-java-doc |
57 | 54 | Architecture: all |
58 | 55 | Section: doc |
59 | Depends: | |
60 | ${misc:Depends} | |
56 | Depends: ${misc:Depends} | |
61 | 57 | Suggests: liblwjgl-java |
62 | 58 | Recommends: default-jdk-doc |
63 | 59 | Description: Lightweight Java Game Library (javadoc) |