Joseph Nahmias pushed to branch debian/latest at Debian Java Maintainers / narcissus
Commits: 5339a8c5 by Joe Nahmias at 2025-12-31T20:07:04-05:00 fix biary-arch FTBFS - add missing libnarcissus-jni.poms - move B-D-Indep to Build-Deps Closes: #1103295 - - - - - 85c2ab57 by Joe Nahmias at 2025-12-31T20:08:32-05:00 Update changelog for 1.0.11+ds-1 release - - - - - 3 changed files: - debian/changelog - debian/control - + debian/libnarcissus-jni.poms Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,13 @@ -narcissus (1.0.11+ds-1~1.gbp43f9f8) UNRELEASED; urgency=medium - - ** SNAPSHOT build @43f9f8250d2099ca35efc8886a002c8fa030fe55 ** +narcissus (1.0.11+ds-1) unstable; urgency=medium * New upstream version 1.0.11+ds + * refresh patch + * ignore central-publishing-maven-plugin + * fix biary-arch FTBFS + - add missing libnarcissus-jni.poms + - move B-D-Indep to Build-Deps (Closes: #1103295) - -- Joseph Nahmias <[email protected]> Sat, 23 Aug 2025 23:29:30 -0400 + -- Joseph Nahmias <[email protected]> Wed, 31 Dec 2025 20:08:16 -0500 narcissus (1.0.7+ds-3) unstable; urgency=medium ===================================== debian/control ===================================== @@ -6,7 +6,6 @@ Uploaders: Joseph Nahmias <[email protected]>, Build-Depends: debhelper-compat (= 13), -Build-Depends-Indep: default-jdk, maven-debian-helper, libmaven-antrun-plugin-java, ===================================== debian/libnarcissus-jni.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] +# +pom.xml --has-package-version View it on GitLab: https://salsa.debian.org/java-team/narcissus/-/compare/121a57a0f2d71c7665e0040f57434ee1440b7459...85c2ab5774cba2f0413b1a892b4dca1c408ceef3 -- View it on GitLab: https://salsa.debian.org/java-team/narcissus/-/compare/121a57a0f2d71c7665e0040f57434ee1440b7459...85c2ab5774cba2f0413b1a892b4dca1c408ceef3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

