Your message dated Sat, 01 Mar 2014 06:18:21 +0000
with message-id <e1wjdfd-0002r7...@franck.debian.org>
and subject line Bug#740368: fixed in jargs 1.0.0-4
has caused the Debian Bug report #740368,
regarding libjargs-java: Needs maven support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
740368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740368
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libjargs-java
Version: 1.0.0-3
Severity: normal
Tags: patch

Hi,

The enclosed patch adds maven support (i.e. it installs relevant
entries into /usr/share/maven-repo/), meaning that other java code
that builds with maven and depends upon this package will build.

Thanks,

Matthew


-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libjargs-java depends on no packages.

libjargs-java recommends no packages.

Versions of packages libjargs-java suggests:
pn  libjargs-java-doc  <none>

-- no debconf information
diff -ruN jargs-1.0.0/debian/control jargs-1.0.0-new/debian/control
--- jargs-1.0.0/debian/control	2011-02-12 17:03:56.000000000 +0000
+++ jargs-1.0.0-new/debian/control	2014-02-28 17:28:17.889467668 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Dominik Smatana <dominik.smat...@gmail.com>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, javahelper (>= 0.32~)
-Build-Depends-Indep: junit, default-jdk-doc
+Build-Depends-Indep: junit, default-jdk-doc, maven-repo-helper
 Standards-Version: 3.9.1
 Homepage: http://jargs.sourceforge.net/
 
diff -ruN jargs-1.0.0/debian/libjargs-java.poms jargs-1.0.0-new/debian/libjargs-java.poms
--- jargs-1.0.0/debian/libjargs-java.poms	1970-01-01 01:00:00.000000000 +0100
+++ jargs-1.0.0-new/debian/libjargs-java.poms	2014-02-28 17:32:47.678996209 +0000
@@ -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]
+#
+debian/pom.xml --has-package-version
diff -ruN jargs-1.0.0/debian/pom.xml jargs-1.0.0-new/debian/pom.xml
--- jargs-1.0.0/debian/pom.xml	1970-01-01 01:00:00.000000000 +0100
+++ jargs-1.0.0-new/debian/pom.xml	2014-02-28 17:37:08.032334164 +0000
@@ -0,0 +1,11 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>jargs</groupId>
+  <artifactId>jargs</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <name>Command-line argument parsing for Java</name>
+  <url>http://jargs.sourceforge.net/</url>
+  <description>provides a convenient, compact, pre-packaged and comprehensively documented suite of command line option parsers for the use of Java programmers.</description>
+
+</project>
diff -ruN jargs-1.0.0/debian/rules jargs-1.0.0-new/debian/rules
--- jargs-1.0.0/debian/rules	2011-02-12 16:45:36.000000000 +0000
+++ jargs-1.0.0-new/debian/rules	2014-02-28 17:47:11.180699298 +0000
@@ -20,3 +20,10 @@
 
 install/libjargs-java::
 	jh_installlibs -p$(cdbs_curpkg) --upstream-version=$(DEB_UPSTREAM_VERSION) lib/jargs.jar
+
+binary-post-install/libjargs-java::
+	mh_installpoms -plibjargs-java
+	mh_installjar -plibjargs-java -l debian/pom.xml lib/jargs.jar
+
+clean::
+	mh_clean

--- End Message ---
--- Begin Message ---
Source: jargs
Source-Version: 1.0.0-4

We believe that the bug you reported is fixed in the latest version of
jargs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated jargs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 22:02:46 -0800
Source: jargs
Binary: libjargs-java libjargs-java-doc
Architecture: source all
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description: 
 libjargs-java - Command-line argument parsing for Java
 libjargs-java-doc - Command-line argument parsing for Java - documentation
Closes: 740368
Changes: 
 jargs (1.0.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Add maven artifacts.  (Closes: #740368)
     - Thanks to Matthew Vernon
   * Add Vcs- fields for pkg-java repo.
   * Bumped debhelper compat to 9.
   * Bumped Standards-Version to 3.9.5 - no changes required.
Checksums-Sha1: 
 5eaa6896f56aeb826405885431f0c3fe921c4375 2046 jargs_1.0.0-4.dsc
 84583316354e81fb063898f66863f920894a0eda 4468 jargs_1.0.0-4.debian.tar.xz
 564477e888bef4861f643a56a9e64b361a5b286a 15340 libjargs-java_1.0.0-4_all.deb
 e9944e769ada18342ce97237740879afbfe5731c 42914 
libjargs-java-doc_1.0.0-4_all.deb
Checksums-Sha256: 
 d2b07874b54fff03366e0809fd8ecfc7a911f41871cad6b80049408bdcbaeced 2046 
jargs_1.0.0-4.dsc
 4461055aaa5284805bfd89291f1855782114a5350cf4295377a828e12a9c2ef4 4468 
jargs_1.0.0-4.debian.tar.xz
 58a276cd37de37649123db5d70a7ac714348f1c56d1c546639817db02ceae2bb 15340 
libjargs-java_1.0.0-4_all.deb
 24af73713b7bfccee828cf3ffe6d6623bc238a6ebe3bf3d5d954360ec7d1712e 42914 
libjargs-java-doc_1.0.0-4_all.deb
Files: 
 ea2a1e9e61496cab77bb69c49f7d9ab6 2046 java optional jargs_1.0.0-4.dsc
 cdf5e141044e17a77ae432692b01b4bd 4468 java optional jargs_1.0.0-4.debian.tar.xz
 5446a49539c94b28e7f82d29eb8092b4 15340 java optional 
libjargs-java_1.0.0-4_all.deb
 8af36eccb31f285ebb4ed93692cfbf9b 42914 doc optional 
libjargs-java-doc_1.0.0-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTEXlDAAoJECHSBYmXSz6W4C0P/idId7gsZsrcc7rFxXO1odso
WtZyT0xLLmNd9iiysOG44t63T8gOVkUvT7l4PPTX9rTL77wi7ZyRdbxho38XzIX9
jVfWHgmLtk88nTYKyYm9nS9yc9X0fJq+TFxLtc6CU8gSMrWC3aGPDq1nEcVXcfdf
kCIrt5fvnxYN1NuBGMcRDckGy/lUsCONW2m4zIa0F8BbXLPtIidoJT0Xbegxf0oS
lqpBjJExzJM3Unxz9T6KAFLPyeeJ7OITHpU1Zujrvo/Fqd1tRlOSncLHHtrONDZ7
Qc2ZoVR3uHCUPSvwWIoZyYH0VTN65VlcVuX2FHWw7K14u9rX9O3WOasp8dJa2G5a
jcjH/4war3Ls9uvSoQ6LVVBss0nPyLtyzedZ0uB8zM6RcWuqhm1YcDZV2cyJt2ep
BtUhQuP6kXhp36WlWR68Bb2IJdoptewKUhZ0rnS5BS9aVOLe+WgyBR4XfBJrcphB
UHRE03XPANtcgt1FBK0tY6YOFeGONCJxs9ukWABucO47a9KZflzbH4CrkVVW9+W7
zMEdmS/4e32xjltITsU8SXof/tazdlGII5MqbhdHGPM2IFP2sNhld/pXUunzqqfh
TcaOEM2Hhp+8RrmIT+cL/xUnGqjppfJR8CWz9KmBG0JaKw4I56UI3zUBoN88jl03
P4IASFJnGIegxvP5Offb
=0QGK
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to