Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Point Vcs-fields to Java team to match Maintainer team
· e7d169af
Andreas Tille
authored
Sep 25, 2018
e7d169af
debhelper 11
· 1aee418c
Andreas Tille
authored
Sep 25, 2018
1aee418c
* cme fix dpkg-control
· 9eed32d1
Andreas Tille
authored
Sep 25, 2018
* Standards-Version: 4.2.1 * Depends: ${java:Depends}
9eed32d1
Upload to unstable
· 30deefcc
Andreas Tille
authored
Sep 25, 2018
30deefcc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
30deefcc
libjlatexmath-java (1.0.7-2) unstable; urgency=medium
* Team upload.
* Point Vcs-fields to Java team to match Maintainer team
* debhelper 11
* cme fix dpkg-control
* Standards-Version: 4.2.1
* Depends: ${java:Depends}
-- Andreas Tille <tille@debian.org> Tue, 25 Sep 2018 08:28:11 +0200
libjlatexmath-java (1.0.7-1) unstable; urgency=medium
[ Felix Natter ]
...
...
debian/compat
View file @
30deefcc
10
11
debian/control
View file @
30deefcc
Source: libjlatexmath-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1)
Section: java
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
maven-debian-helper (>= 2.1)
Build-Depends-Indep: libbuild-helper-maven-plugin-java (>= 3.0.0),
libbatik-java,
libfop-java,
libxmlgraphics-commons-java
Standards-Version: 4.
1.3
Vcs-
Git
: https://salsa.debian.org/
science
-team/libjlatexmath-java
.git
Vcs-
Browser
: https://salsa.debian.org/
science
-team/libjlatexmath-java
Standards-Version: 4.
2.1
Vcs-
Browser
: https://salsa.debian.org/
java
-team/libjlatexmath-java
Vcs-
Git
: https://salsa.debian.org/
java
-team/libjlatexmath-java
.git
Homepage: https://github.com/opencollab/jlatexmath
Package: libjlatexmath-java
Architecture: all
Section: java
Priority: optional
Depends: ${misc:Depends}
Depends: ${java:Depends},
${misc:Depends}
Description: Implementation of LaTeX math mode wrote in Java
JLaTeXmath library provides a set of Java classes for displaying (complex)
mathematical formulas as part of a Java application. Some use cases are:
...
...
@@ -34,7 +35,6 @@ Description: Implementation of LaTeX math mode wrote in Java
# Architecture: all
# Section: doc
# Depends: ${misc:Depends}
# Priority: optional
# Suggests: libjlatexmath
# Description: Implementation of LaTeX math mode wrote in Java
# JLaTeXmath library provides a set of Java classes for displaying (complex)
...
...
@@ -50,13 +50,13 @@ Description: Implementation of LaTeX math mode wrote in Java
# .
# This package contains the Javadoc API documentation.
Package: libjlatexmath-fop-java
Architecture: all
Section: java
Depends: ${misc:Depends}, fop (>= 0.95), libjlatexmath-java
Depends: ${java:Depends},
${misc:Depends},
fop,
libjlatexmath-java
Suggests: libjlatexmath-java-doc
Priority: optional
Description: Implementation of LaTeX math mode wrote in Java (fop plugin)
JLaTeXmath library provides a set of Java classes for displaying (complex)
mathematical formulas as part of a Java application. Some use cases are:
...
...