Your message dated Mon, 17 Feb 2014 11:33:27 +0000
with message-id <e1wfmrz-0008du...@franck.debian.org>
and subject line Bug#656316: fixed in libjcip-annotations-java 20060626-4
has caused the Debian Bug report #656316,
regarding libjcip-annotations-java: Please consider packaging according to the 
Debian maven repository spec
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.)


-- 
656316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libjcip-annotations-java
Version: 20060626-2dvd1
Severity: wishlist
Tags: patch


Please consider updating the package to follow the Debian Maven repository
specification. Doing so will make it easier to package software that uses Maven
as a build system and have jcip-annotations as a dependency.

I include a patch that seems to have worked for me. It's a diff against the 
head of
the svn repository.

Thanks,

Dennis van Dok

See http://wiki.debian.org/Java/MavenRepoSpec

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-15-generic (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjcip-annotations-java depends on:
ii  default-jre- 1:1.6-42ubuntu2             Standard Java or Java compatible R
ii  gcj-4.4-jre- 4.4.6-2ubuntu2              Java runtime environment using GIJ
ii  gcj-4.5-jre- 4.5.3-9ubuntu1              Java runtime environment using GIJ
ii  gcj-4.6-jre- 4.6.1-4ubuntu2              Java runtime environment using GIJ
ii  gcj-jre-head 4:4.6.1-2ubuntu5            Java runtime environment using GIJ
ii  gij-4.3 [jav 4.3.4-4ubuntu1              The GNU Java bytecode interpreter
ii  openjdk-6-jr 6b23~pre11-0ubuntu1.11.10   OpenJDK Java runtime, using Hotspo
ii  openjdk-7-jr 7~b147-2.0-0ubuntu0.11.10.1 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jr 1.5.0-19-0ubuntu0.9.04      Sun Java(TM) Runtime Environment (
ii  sun-java6-jr 6.26-1natty1                Sun Java(TM) Runtime Environment (

libjcip-annotations-java recommends no packages.

libjcip-annotations-java suggests no packages.

-- no debconf information
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//changelog libjcip-annotations-java/debian//changelog
--- libjcip-latest/libjcip-annotations-java/debian//changelog	2012-01-18 11:52:44.105531133 +0100
+++ libjcip-annotations-java/debian//changelog	2012-01-18 09:55:42.150033862 +0100
@@ -1,10 +1,8 @@
-libjcip-annotations-java (20060626-3) unstable; urgency=low
+libjcip-annotations-java (20060626-2dvd1) oneiric; urgency=low
 
-  * Remove Rafal from Uploaders list.
-  * Clean up Depends.
-  * Switch to source format 3.0.
+  * Add pom.xml file and maven-repo-helper commands.
 
- -- Torsten Werner <twer...@debian.org>  Tue, 09 Aug 2011 23:18:14 +0200
+ -- Dennis van Dok (Software Engineer) <denni...@nikhef.nl>  Thu, 12 Jan 2012 12:50:49 +0100
 
 libjcip-annotations-java (20060626-2) unstable; urgency=low
 
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//control libjcip-annotations-java/debian//control
--- libjcip-latest/libjcip-annotations-java/debian//control	2012-01-18 11:52:44.105531133 +0100
+++ libjcip-annotations-java/debian//control	2012-01-18 12:04:50.509073132 +0100
@@ -2,9 +2,10 @@
 Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Torsten Werner <twer...@debian.org>
+Uploaders: Rafal Lewczuk <rafal.lewc...@gmail.com>,
+ Torsten Werner <twer...@debian.org>
 Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ant, default-jdk
+Build-Depends-Indep: ant, default-jdk, maven-repo-helper
 Standards-Version: 3.8.3
 Homepage: http://www.jcip.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcip-annotations-java
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//libjcip-annotations-java.poms libjcip-annotations-java/debian//libjcip-annotations-java.poms
--- libjcip-latest/libjcip-annotations-java/debian//libjcip-annotations-java.poms	1970-01-01 01:00:00.000000000 +0100
+++ libjcip-annotations-java/debian//libjcip-annotations-java.poms	2012-01-12 12:37:36.274910202 +0100
@@ -0,0 +1,26 @@
+# 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 or
+#   --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
+#   --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.
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars.
+#
+debian/pom.xml --has-package-version
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//maven.rules libjcip-annotations-java/debian//maven.rules
--- libjcip-latest/libjcip-annotations-java/debian//maven.rules	1970-01-01 01:00:00.000000000 +0100
+++ libjcip-annotations-java/debian//maven.rules	2012-01-12 12:37:36.274910202 +0100
@@ -0,0 +1,19 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+#   in this case, elements that match are transformed using
+#   the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+#   junit junit jar s/3\\..*/3.x/
+
+net.jcip jcip-annotations jar s/.*/debian/ * *
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//pom.xml libjcip-annotations-java/debian//pom.xml
--- libjcip-latest/libjcip-annotations-java/debian//pom.xml	1970-01-01 01:00:00.000000000 +0100
+++ libjcip-annotations-java/debian//pom.xml	2012-01-12 12:28:36.050564989 +0100
@@ -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>net.jcip</groupId>
+  <artifactId>jcip-annotations</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <name>"Java Concurrency in Practice" book annotations</name>
+  <url>http://jcip.net/</url>
+  <description>Java Concurrency In Practice annotations library</description>
+
+</project>
diff -x .svn -ruN libjcip-latest/libjcip-annotations-java/debian//rules libjcip-annotations-java/debian//rules
--- libjcip-latest/libjcip-annotations-java/debian//rules	2012-01-18 11:52:44.105531133 +0100
+++ libjcip-annotations-java/debian//rules	2012-01-12 13:07:17.270823645 +0100
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
-  
+
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # Add here any variable or target overrides you need.
-
 JAVA_HOME 		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET	:= dist
 DEB_ANT_BUILDFILE       := debian/build.xml
@@ -16,3 +15,9 @@
 get-orig-source:
 	sh debian/orig-tar.sh
 
+binary-post-install/$(DEB_SOURCE_PACKAGE)::
+	mh_installpoms -p$(DEB_SOURCE_PACKAGE)
+	mh_installjar -p$(DEB_SOURCE_PACKAGE) -l debian/pom.xml dist/jcip.jar
+
+clean::
+	mh_clean

--- End Message ---
--- Begin Message ---
Source: libjcip-annotations-java
Source-Version: 20060626-4

We believe that the bug you reported is fixed in the latest version of
libjcip-annotations-java, 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 656...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthew Vernon <matt...@debian.org> (supplier of updated 
libjcip-annotations-java 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: SHA256

Format: 1.8
Date: Mon, 17 Feb 2014 11:04:08 +0000
Source: libjcip-annotations-java
Binary: libjcip-annotations-java libjcip-annotations-java-doc
Architecture: source all
Version: 20060626-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Matthew Vernon <matt...@debian.org>
Description: 
 libjcip-annotations-java - Java Concurrency In Practice annotations library
 libjcip-annotations-java-doc - Java Concurrency In Practice annotations 
library documentation
Closes: 656316
Changes: 
 libjcip-annotations-java (20060626-4) unstable; urgency=low
 .
   * Patch from Dennis van Dock <denni...@nikhef.nl> to add maven support
     (Closes: #656316)
Checksums-Sha1: 
 e481a9f9df6096aae298fa3df6486f5538e9db31 2253 
libjcip-annotations-java_20060626-4.dsc
 3ee9b80d5f0bf3f956f8fe795912e281ca0806da 10943 
libjcip-annotations-java_20060626-4.debian.tar.gz
 bac4bed60df7720d94c00209f1c2c558fda0e392 11852 
libjcip-annotations-java_20060626-4_all.deb
 db67d9eb59e0db982273d5ccb0dacb587070f4a2 23252 
libjcip-annotations-java-doc_20060626-4_all.deb
Checksums-Sha256: 
 708fb0ea6d818627ba833956b7b778fbbe518112452601a22f4d0957916f4e86 2253 
libjcip-annotations-java_20060626-4.dsc
 960796f3877b80009d5c46c3df2b8c2afdd611479f3bde6a5e3a8662231efc48 10943 
libjcip-annotations-java_20060626-4.debian.tar.gz
 98c318975017ac892a8c7bf3bbef7bb084fb17b9bd4697f3f5715c08ae642779 11852 
libjcip-annotations-java_20060626-4_all.deb
 c157af5443a6243747b04bf247fb6a8608e4851ce79ec26c0244daf3433a2c0b 23252 
libjcip-annotations-java-doc_20060626-4_all.deb
Files: 
 7f63fe628bb5f4e38948387ef0a502d9 2253 java extra 
libjcip-annotations-java_20060626-4.dsc
 6bf51afb72990082fdb5bc9240d3f67d 10943 java extra 
libjcip-annotations-java_20060626-4.debian.tar.gz
 646e46bab09ffa4bdcc5dcdd32d4d6d2 11852 java extra 
libjcip-annotations-java_20060626-4_all.deb
 856b932f40693b6cfc42c8266300e40f 23252 doc extra 
libjcip-annotations-java-doc_20060626-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUwHwexL00hyPamPIAQgP8g/6A4hJXh1iGuWXFlUyj31wP57N4jp1qnaV
aTDT4kfqCDtZGZ4oeqyz4EtxjWeBK1jBSvEXqGJnjtFNqzXCaCB9WM9ABB0kL3LH
O8zBfSlbNTQp2oeduPYnX172t7gaUiA2/qIYDuDjta8SRTYdqBD71H/uN+rGsp8Z
tSf0pGnuSz0u0orMjVfImVWUpXYhSg9wXazdYigWcNIJPIKdox4xlWsdu8ZHnF43
Ly7oEbBcO6OTOk5q2gwkZWuuUKYjazzW97U4FLy9GJnWdt1C1l7/His1Vro2ePpL
pDK3xuY0k+J5na9bUzpN3+XrsfY5cnneELdYpiUx0AA4Bem+x5woByh8i/t5kfnp
mRDi0l02/NkIOjWUEci3MeKmBjrSDKSZj0mpvZoqC4Dhxc1eHprx5lxeiiZNb3yo
X5eCWUK68cLzcZuIvs63hTLtdwWVJ0ELv6VcSqdBXKcde37MSlfxg/4vkCijmW8H
Q3hlQVuClTQAHypxz83XzExLZ3Pskg8sGp/DFonsof30ZNiPSL1Tu7/lSqfG6d00
gf/g6KZn9UPTG8OrMOfRQrNDgGcYyDDSHFd6iRN3UeaozgGE4L64PpGkfu2KID+J
WDXKe8RhDZQpWvG8H3XO1lBP63uVxPbhdPyi1//uSwz0A62dj1eqy7zE4J3a5Un/
9KKQszTMIWo=
=rRIa
-----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