This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository libjlatexmath-java.

commit 01a8f22720fca5889ad04f14cca47c2d230bfbd7
Author: Sylvestre Ledru <sylves...@debian.org>
Date:   Wed Nov 1 11:04:17 2017 +0100

    add mising files
---
 debian/libjlatexmath-java.lintian-overrides |  4 ++++
 debian/libjlatexmath-java.poms              | 35 +++++++++++++++++++++++++++++
 debian/maven.cleanIgnoreRules               |  1 +
 debian/maven.ignoreRules                    |  7 ++++++
 debian/maven.properties                     |  6 +++++
 debian/maven.rules                          |  9 ++++++++
 6 files changed, 62 insertions(+)

diff --git a/debian/libjlatexmath-java.lintian-overrides 
b/debian/libjlatexmath-java.lintian-overrides
new file mode 100644
index 0000000..5868e30
--- /dev/null
+++ b/debian/libjlatexmath-java.lintian-overrides
@@ -0,0 +1,4 @@
+# They are fonts
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-example-export.jar
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-font-cyrillic.jar
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-font-greek.jar
diff --git a/debian/libjlatexmath-java.poms b/debian/libjlatexmath-java.poms
new file mode 100644
index 0000000..b62edda
--- /dev/null
+++ b/debian/libjlatexmath-java.poms
@@ -0,0 +1,35 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
+#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by 
default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to 
be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --no-parent --has-package-version
+jlatexmath-font-cyrillic/pom.xml --has-package-version
+jlatexmath-font-greek/pom.xml --has-package-version
+jlatexmath/pom.xml --has-package-version
+jlatexmath-example-giws/pom.xml --has-package-version
+jlatexmath-example-export/pom.xml --has-package-version
+jlatexmath-ignore/pom.xml --has-package-version
+jlatexmath-fop/pom.xml --has-package-version --package=libjlatexmath-fop-java
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..ebfdf9e
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,7 @@
+
+junit junit * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.openjdk.jmh jmh-core * * * *
+org.openjdk.jmh jmh-generator-annprocess * * * *
+org.sonatype.plugins nexus-staging-maven-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..9bc693b
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,6 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+# project.build.sourceEncoding=UTF-8
+
+maven.test.skip=true
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..451779f
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,9 @@
+
+org.scilab.forge jlatexmath-example-export jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-example-giws jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-font-cyrillic jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-font-greek jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-fop jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-ignore pom s/.*/debian/ * *
+org.scilab.forge jlatexmath-parent pom s/.*/debian/ * *
+org.scilab.forge jlatexmath jar s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjlatexmath-java.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to