[pkg-java] r19297 - trunk/libjlatexmath-java/debian
Sylvestre Ledru
sylvestre at moszumanska.debian.org
Sun Oct 29 18:34:34 UTC 2017
Author: sylvestre
Date: 2017-10-29 18:34:34 +0000 (Sun, 29 Oct 2017)
New Revision: 19297
Modified:
trunk/libjlatexmath-java/debian/changelog
trunk/libjlatexmath-java/debian/compat
trunk/libjlatexmath-java/debian/control
trunk/libjlatexmath-java/debian/rules
trunk/libjlatexmath-java/debian/watch
Log:
* Standards-Version: 4.1.1
* Move to maven
* Disable the generation of doc package
Modified: trunk/libjlatexmath-java/debian/changelog
===================================================================
--- trunk/libjlatexmath-java/debian/changelog 2017-10-29 18:30:42 UTC (rev 19296)
+++ trunk/libjlatexmath-java/debian/changelog 2017-10-29 18:34:34 UTC (rev 19297)
@@ -1,8 +1,10 @@
libjlatexmath-java (1.0.6-1) unstable; urgency=medium
* New upstream release
- * Standards-Version: 4.1.0
+ * Standards-Version: 4.1.1
* Update the homepage
+ * Move to maven
+ * Disable the generation of doc package
-- Sylvestre Ledru <sylvestre at debian.org> Wed, 30 Dec 2015 14:00:59 +0100
Modified: trunk/libjlatexmath-java/debian/compat
===================================================================
--- trunk/libjlatexmath-java/debian/compat 2017-10-29 18:30:42 UTC (rev 19296)
+++ trunk/libjlatexmath-java/debian/compat 2017-10-29 18:34:34 UTC (rev 19297)
@@ -1 +1,2 @@
-7
+10
+
Modified: trunk/libjlatexmath-java/debian/control
===================================================================
--- trunk/libjlatexmath-java/debian/control 2017-10-29 18:30:42 UTC (rev 19296)
+++ trunk/libjlatexmath-java/debian/control 2017-10-29 18:34:34 UTC (rev 19297)
@@ -3,8 +3,12 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, fop
-Standards-Version: 4.1.0
+Build-Depends: debhelper (>= 10), 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.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlatexmath-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlatexmath-java
Homepage: https://github.com/opencollab/jlatexmath
@@ -14,7 +18,6 @@
Section: java
Priority: optional
Depends: ${misc:Depends}
-Suggests: libjlatexmath-java-doc
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:
@@ -27,25 +30,25 @@
these.
- Display the formula together with the graph of a function.
-Package: libjlatexmath-java-doc
-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)
- mathematical formulas as part of a Java application. Some use cases are:
- - Displaying text with embedded formulas (in an editor pane, a JavaHelp
- page, ...)
- - Make a combo box which provides the user with a choice between various
- formulas.
- - Have a slider with ticks that display their values not as decimal numbers,
- but as exact values, e.g., fractions, square roots or any combination of
- these.
- - Display the formula together with the graph of a function.
- .
- This package contains the Javadoc API documentation.
+# Package: libjlatexmath-java-doc
+# 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)
+# mathematical formulas as part of a Java application. Some use cases are:
+# - Displaying text with embedded formulas (in an editor pane, a JavaHelp
+# page, ...)
+# - Make a combo box which provides the user with a choice between various
+# formulas.
+# - Have a slider with ticks that display their values not as decimal numbers,
+# but as exact values, e.g., fractions, square roots or any combination of
+# these.
+# - Display the formula together with the graph of a function.
+# .
+# This package contains the Javadoc API documentation.
Package: libjlatexmath-fop-java
Modified: trunk/libjlatexmath-java/debian/rules
===================================================================
--- trunk/libjlatexmath-java/debian/rules 2017-10-29 18:30:42 UTC (rev 19296)
+++ trunk/libjlatexmath-java/debian/rules 2017-10-29 18:34:34 UTC (rev 19297)
@@ -1,20 +1,7 @@
#!/usr/bin/make -f
-# debian/rules for libjlatexmath-java (uses CDBS)
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+%:
+ dh $@
-DEB_ANT_BUILD_TARGET := buildJar plugin doc
-BUILDDIR=dist
-JAVA_HOME := /usr/lib/jvm/default-java
-ANT_PROPS=debian/ant.properties
-
-install/libjlatexmath-java::
- install -m 644 -D $(BUILDDIR)/jlatexmath-$(DEB_UPSTREAM_VERSION).jar debian/libjlatexmath-java/usr/share/java/jlatexmath-$(DEB_UPSTREAM_VERSION).jar
- ln -s jlatexmath-$(DEB_UPSTREAM_VERSION).jar debian/libjlatexmath-java/usr/share/java/jlatexmath.jar
-
-
-install/libjlatexmath-fop-java::
- install -m 644 -D $(BUILDDIR)/jlatexmath-fop-$(DEB_UPSTREAM_VERSION).jar debian/libjlatexmath-fop-java/usr/share/java/jlatexmath-fop-$(DEB_UPSTREAM_VERSION).jar
- ln -s jlatexmath-fop-$(DEB_UPSTREAM_VERSION).jar debian/libjlatexmath-fop-java/usr/share/java/jlatexmath-plugin-fop.jar
- ln -s jlatexmath-fop-$(DEB_UPSTREAM_VERSION).jar debian/libjlatexmath-fop-java/usr/share/java/jlatexmath-fop.jar
+get-orig-source:
+ uscan --download-current-version --force-download --no-symlink
Modified: trunk/libjlatexmath-java/debian/watch
===================================================================
--- trunk/libjlatexmath-java/debian/watch 2017-10-29 18:30:42 UTC (rev 19296)
+++ trunk/libjlatexmath-java/debian/watch 2017-10-29 18:34:34 UTC (rev 19297)
@@ -1,4 +1,2 @@
-version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%jlatexmath-$1.tar.gz%" \
- https://github.com/opencollab/jlatexmath/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
\ No newline at end of file
+version=3
+https://github.com/opencollab/jlatexmath/tags .*/(?:.*?)([\d\.]+)\.tar\.gz
More information about the pkg-java-commits
mailing list