Codebase list infomas-asl / 9433841
flesh in control files in debian/ Bdale Garbee 3 years ago
4 changed file(s) with 23 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 infomas-asl (3.0.5-1) UNRELEASED; urgency=medium
11
2 * Initial release (Closes: #nnnn) <nnnn is the bug number of your
3 ITP>
2 * Initial packaging for Debian, closes: #975404. Thanks to Sudip Mukherjee
3 for assistance in getting this done!
44
5 -- bdale Wed, 25 Nov 2020 22:09:57 +0000
5 -- Bdale Garbee <bdale@gag.com> Thu, 26 Nov 2020 20:01:20 -0500
11 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: bdale
4 Uploaders: Bdale Garbee <bdale@gag.com>
55 Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper
66 Build-Depends-Indep: libmaven-bundle-plugin-java, libjboss-vfs-java
77 Standards-Version: 4.5.0
1313 Architecture: all
1414 Depends: ${misc:Depends}, ${maven:Depends}
1515 Suggests: ${maven:OptionalDepends}
16 Description: INFOMAS ASL :: Parent
17 Parent POM for open source projects of XIAM Solutions B.V.
16 Description: INFOMAS ASL Annotation Detector
17 Annotation detector library from XIAM Solutions B.V.
18 .
19 This library can be used to scan (part of) the class path for annotated
20 classes, methods or instance variables. Main advantages of this library
21 compared with similar solutions are: light weight (no dependencies, simple
22 API, small jar file) and very fast.
1823
55 Files: *
66 Copyright: 2011-2020, XIAM Solutions B.V.
77 License: Apache-2.0
8
9 Files: debian/*
10 Copyright: 2020, bdale
11 License: Apache-2.0
12
13 License: Apache-2.0
148 On Debian systems, the full text of the Apache-2.0 license
159 can be found in the file '/usr/share/common-licenses/Apache-2.0'
1610
11 Files: debian/*
12 Copyright: 2020, Bdale Garbee <bdale@gag.com>
13 License: GPL-3+
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; version 3 dated June, 2007, or (at
17 your option) any later version.
18 .
19 On Debian systems, the complete text of version 3 of the GNU General
20 Public License can be found in '/usr/share/common-licenses/GPL-3'.
1721
00 #!/usr/bin/make -f
11
22 %:
3 dh $@
3 dh $@
4