Skip to content
Commits on Source (3)
libjlatexmath-java (1.0.7-3) UNRELEASED; urgency=medium
libjlatexmath-java (1.0.7-3) unstable; urgency=medium
* Team upload.
* Add junit4 to build-deps (addresses FTBFS)
-- tony mancill <tmancill@debian.org> Sat, 01 Dec 2018 09:25:11 -0800
[ tony mancill ]
* Add junit4 to build-deps (Closes: #915891)
[ Emmanuel Bourg ]
* Removed the get-orig-source target in debian/rules
-- Emmanuel Bourg <ebourg@apache.org> Thu, 13 Dec 2018 16:10:25 +0100
libjlatexmath-java (1.0.7-2) unstable; urgency=medium
......
Source: libjlatexmath-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 11~),
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
debhelper (>= 11~),
default-jdk,
maven-debian-helper (>= 2.1)
Build-Depends-Indep: libbuild-helper-maven-plugin-java (>= 3.0.0),
junit4,
libbatik-java,
libbuild-helper-maven-plugin-java (>= 3.0.0),
libfop-java,
libxmlgraphics-commons-java,
junit4
maven-debian-helper (>= 2.1)
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
......@@ -18,8 +19,7 @@ Homepage: https://github.com/opencollab/jlatexmath
Package: libjlatexmath-java
Architecture: all
Depends: ${java: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:
......@@ -53,10 +53,11 @@ Description: Implementation of LaTeX math mode wrote in Java
Package: libjlatexmath-fop-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
Depends:
fop,
libjlatexmath-java
libjlatexmath-java,
${java:Depends},
${misc:Depends}
Suggests: libjlatexmath-java-doc
Description: Implementation of LaTeX math mode wrote in Java (fop plugin)
JLaTeXmath library provides a set of Java classes for displaying (complex)
......
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
DIR=libjlatexmath-java-$2
TAR=../libjlatexmath-java_$2.orig.tar.gz
# clean up the upstream tarball
unzip $3
mv jlatexmath-$2 $DIR
tar -c -z -f $TAR $DIR
rm -rf $DIR $3
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
mv $TAR $origDir
echo "moved $TAR to $origDir"
fi
exit 0
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --no-symlink