[med-svn] [Git][med-team/picard-tools][master] 2 commits: Using maven_repo_helper to provide Maven artifacts
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Thu Jul 7 20:04:26 BST 2022
Pierre Gruet pushed to branch master at Debian Med / picard-tools
Commits:
ee75ab0f by Pierre Gruet at 2022-07-07T16:19:32+02:00
Using maven_repo_helper to provide Maven artifacts
- - - - -
85ccfccc by Pierre Gruet at 2022-07-07T21:04:09+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/libpicard-java.jlibs
- + debian/libpicard-java.poms
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+picard-tools (2.27.2+dfsg-2) unstable; urgency=medium
+
+ * Using maven_repo_helper to provide Maven artifacts
+
+ -- Pierre Gruet <pgt at debian.org> Thu, 07 Jul 2022 16:28:40 +0200
+
picard-tools (2.27.2+dfsg-1) unstable; urgency=medium
* New upstream version 2.27.2+dfsg
=====================================
debian/libpicard-java.jlibs deleted
=====================================
@@ -1 +0,0 @@
-build/libs/picard-*.jar
=====================================
debian/libpicard-java.poms
=====================================
@@ -0,0 +1,28 @@
+# 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]
+#
+build/debian/picard.pom --artifact=build/libs/picard-*.jar --java-lib
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ export ANT_HOME=/usr/share/ant
export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
%:
- dh $@ --buildsystem=gradle --with javahelper,jh_maven_repo_helper
+ dh $@ --buildsystem=gradle --with javahelper,maven_repo_helper
override_dh_link:
rm -f debian/libpicard-java-doc/usr/share/doc/libpicard-java/api/jquery/external/jquery/jquery.js
View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/9a925a9fc519555164fa11e9be41c2cab92784a3...85ccfccc0cebe75e1f717a150575cd8d02135f22
--
View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/9a925a9fc519555164fa11e9be41c2cab92784a3...85ccfccc0cebe75e1f717a150575cd8d02135f22
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220707/16a26bdf/attachment-0001.htm>
More information about the debian-med-commit
mailing list