Codebase list jacksum-sugar / 581104d
Added directory d/ Mechtilde 3 years ago
10 changed file(s) with 124 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 jacksum-sugar (1.7.0+ds-1) UNRELEASED; urgency=medium
1
2 [ Mechtilde ]
3 * [07ed894] New upstream version 1.7.0+ds
4 * Closes #961365
5
6 -- Mechtilde Stehmann <mechtilde@debian.org> Thu, 28 May 2020 16:13:09 +0200
0 Source: jacksum-sugar
1 Section: java
2 Priority: optional
3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
5 Build-Depends: debhelper-compat (=12)
6 , default-jdk
7 , javahelper
8 Standards-Version: 4.5.0
9 Rules-Requires-Root: no
10 Vcs-Git: https://salsa.debian.org/java-team/jacksum-sugar.git
11 Vcs-Browser: https://salsa.debian.org/java-team/jacksum-sugar
12 Homepage: https://github.com/AriseUIC/JackSum
13
14 Package: libjacksum-sugar-java
15 Architecture: all
16 Depends: ${misc:Depends}
17 Description: Library building parts of numerical chameleon
18 This is a library to build the needed part of numerical chameleon.
19 This is itself a dependency for Jverein which is an application
20 to administrate an association.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: jacksum
2 Source: https://github.com/AriseUIC/JackSum
3 Files-Excluded: .settings
4 bin
5 docs
6 src/META-INF/MANIFEST.MF
7 src/help/
8 src/jonelo/jacksum
9 src/jonelo/.DS_Store
10 src/.DS_Store
11 src/Jacksum.java
12 src/build.xml
13 target/
14 test/
15 testResource/
16 testResource2/
17 unix/
18 windows/
19 .DS_Store
20 .classpath
21 .project
22 README.md
23 history.txt
24 jacksum.jar
25 license.txt
26 list.jacksum
27 pom.xml
28 readme.txt
29 readme_de.txt
30 testDoc.txt
31 Comment: Packaged only src/util/sugar as a needed dependency for numerical
32 chameleon which is a dependency for JVerein
33
34 Files: src/jonelo/sugar/util/Base32.java
35 src/jonelo/sugar/util/Base64.java
36 src/jonelo/sugar/util/BubbleBabble.java
37 src/jonelo/sugar/util/ExitException.java
38 src/jonelo/sugar/util/GeneralProgram.java
39 src/jonelo/sugar/util/Version.java
40 src/jonelo/sugar/util/GeneralString.java
41 src/jonelo/sugar/util/EncodingException.java
42 Copyright: 2001-2006 Dipl.-Inf. (FH) Johann Nepomuk Loefflmann, http://www.jonelo.de
43 License: LGPL-2.0+
44
45 Files: debian/*
46 Copyright: 2020 Mechtilde Stehmann <mechtilde@debian.org>
47 License: LGPL-2.0+
48
49 License: LGPL-2.0+
50 This library is free software; you can redistribute it and/or
51 modify it under the terms of the GNU Lesser General Public
52 License as published by the Free Software Foundation; either
53 version 2 of the License, or (at your option) any later version.
54 .
55 This library is distributed in the hope that it will be useful,
56 but WITHOUT ANY WARRANTY; without even the implied warranty of
57 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
58 Lesser General Public License for more details.
59 .
60 You should have received a copy of the GNU Lesser General Public
61 License along with this library; if not, write to the Free Software
62 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
63 .
64 On Debian systems, the complete text of the GNU Library General Public License
65 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
0 usr/share/java
0 src/jonelo/sugar/sugar.jar usr/share.java
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Uncomment this to turn on verbose mode.
3 export DH_VERBOSE=1
4 export DH_OPTIONS=-v
5
6 export JAVA_HOME=/usr/lib/jvm/default-java
7 Class-Path: src/jonelo/sugar/sugar.jar
8
9 %:
10 dh $@ --with javahelper --source-directory=src/jonelo/sugar/util/
11
12 override_jh_build:
13
14 javac -encoding UTF-8 src/jonelo/sugar/util/*.java
15 jh_build
16
17 jar cvf src/jonelo/sugar/sugar.jar src/jonelo/sugar/util/*.class
0 include:
1 \ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
2 \ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
0 3.0 (quilt)
0 Bug-Database: https://sourceforge.net/p/jacksum/bugs/
1 Repository: https://github.com/AriseUIC/JackSum.git
2 Repository-Browse: https://github.com/AriseUIC/JackSum
3 URL: https://github.com/AriseUIC/JackSum
0 version=4
1 https://github.com/AriseUIC/JackSum/releases