Your message dated Tue, 05 Jul 2011 21:03:13 +0000
with message-id <[email protected]>
and subject line Bug#620048: fixed in jmdns 3.4.0-1
has caused the Debian Bug report #620048,
regarding jmdns: Package does not install Maven artifacts
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 [email protected]
immediately.)
--
620048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jmdns
Version: 3.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmprTHAcB
It would be great if this package installed Maven artifacts to
/usr/share/maven-repo; the attached patch should do the trick.
* Enabled maven artifact deployment:
- debian/control: Build-Depends added maven-repo-helper
- debian/rules: install maven artifacts
- debian/libjmdns-java.poms: pom location for maven-repo-helper
- debian/poms/jmdns.pom: localised pom for maven
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-28-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control'
--- debian/control 2010-02-24 18:22:21 +0000
+++ debian/control 2011-03-29 12:43:39 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers
<[email protected]>
Uploaders: Mathieu Malaterre (malat) <[email protected]>
-Build-Depends: debhelper (>> 7), javahelper, gcj-jdk, default-jdk
+Build-Depends: debhelper (>> 7), javahelper, gcj-jdk, default-jdk,
maven-repo-helper
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jmdns
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jmdns/
=== added file 'debian/libjmdns-java.poms'
--- debian/libjmdns-java.poms 1970-01-01 00:00:00 +0000
+++ debian/libjmdns-java.poms 2011-03-29 12:38:24 +0000
@@ -0,0 +1 @@
+debian/poms/jmdns.pom
=== added directory 'debian/poms'
=== added file 'debian/poms/jmdns.pom'
--- debian/poms/jmdns.pom 1970-01-01 00:00:00 +0000
+++ debian/poms/jmdns.pom 2011-03-29 12:38:24 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>jmdns</groupId>
+ <artifactId>jmdns</artifactId>
+ <version>3.1</version>
+ <name>JmDNS</name>
+ <description>JmDNS is a Java implementation of multi-cast DNS and can
be used for service registration and discovery in local area networks. JmDNS is
fully compatible with Apple's Rendezvous.</description>
+ <url>http://jmdns.sourceforge.net/</url>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+</project>
=== modified file 'debian/rules'
--- debian/rules 2010-02-24 18:22:21 +0000
+++ debian/rules 2011-03-29 12:44:17 +0000
@@ -16,6 +16,7 @@
UPSTREAM_SRC = jmdns-$(VER_FULL)
DEBIAN_SRC_DIR = jmdns-$(VER_FULL)
DEBIAN_SRC_TAR = jmdns_$(VER_FULL).orig.tar.gz
+PACKAGE = jmdns
# Put depended upon jars in here
# export CLASSPATH=
@@ -61,6 +62,8 @@
jh_installlibs -i
jh_manifest -i
jh_depends -i
+ mh_installpoms -plib$(PACKAGE)-java
+ mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom
$(PACKAGE).jar
dh_compress -i
dh_fixperms -i
dh_installdeb -i
@@ -80,6 +83,5 @@
GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
rm -rf $(UPSTREAM_SRC)
-
binary: binary-indep binary-arch
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
install-indep
--- End Message ---
--- Begin Message ---
Source: jmdns
Source-Version: 3.4.0-1
We believe that the bug you reported is fixed in the latest version of
jmdns, which is due to be installed in the Debian FTP archive:
jmdns_3.4.0-1.debian.tar.gz
to main/j/jmdns/jmdns_3.4.0-1.debian.tar.gz
jmdns_3.4.0-1.dsc
to main/j/jmdns/jmdns_3.4.0-1.dsc
jmdns_3.4.0.orig.tar.gz
to main/j/jmdns/jmdns_3.4.0.orig.tar.gz
libjmdns-java-doc_3.4.0-1_all.deb
to main/j/jmdns/libjmdns-java-doc_3.4.0-1_all.deb
libjmdns-java_3.4.0-1_all.deb
to main/j/jmdns/libjmdns-java_3.4.0-1_all.deb
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
James Page <[email protected]> (supplier of updated jmdns 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 04 Jul 2011 14:32:14 +0100
Source: jmdns
Binary: libjmdns-java libjmdns-java-doc
Architecture: source all
Version: 3.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: James Page <[email protected]>
Description:
libjmdns-java - Java implementation of multi-cast DNS (Apple Rendezvous)
libjmdns-java-doc - Documentation for Java implementation of multi-cast DNS
Closes: 616175 620048
Changes:
jmdns (3.4.0-1) unstable; urgency=low
.
* Team Upload
.
[ Ioan Eugen STAN ]
* Fix "Package does not install Maven artifacts" (Closes: #620048)
* Enabled maven artifact deployment:
- debian/control: Build-Depends added maven-repo-helper
- debian/rules: install maven artifacts
- debian/libjmdns-java.poms: pom location for maven-repo-helper
- debian/poms/jmdns.pom: localised pom for maven
* switched to quilt
- debian/source/format: vesion 3
- debian/patches/javaDocLink: patch to link JavaDoc to system doc
- debian/patches/series: the series of patches
.
[ Mathieu Malaterre ]
* New upsteam 3.4.0. Closes: #616175
.
[ James Page ]
* Fixed FTBFS for new upstream release:
- debian/control: added junit, libeasymock-java to Build-Depends-Indep.
- debian/rules: added new deps to CLASSPATH for compilation
- debian/libjmdns-java-doc.docs: removed README.txt; no longer present
in upstream source.
* Added get-orig-pom target to debian/rules to retrieve upstream POM file
for deployment to /usr/share/maven-repo.
* Tidied lintian warnings:
- debian/control: removed dependency on default-jre-*
- debian/control: bumped Standards-Version: 3.9.2
- debian/compat: 5->7
- debian/rules: switched dh_clean -k (deprecated) to dh_prep.
* Added myself to Uploaders.
Checksums-Sha1:
54495ca1301d121ffb0c71be0317494bdc304fa5 2015 jmdns_3.4.0-1.dsc
eae1bc0ab1ac1fc3bbcf1916fbae6827e3b9dd96 104717 jmdns_3.4.0.orig.tar.gz
142e652fff44a819d823d7696c2c535ea360cf6c 7071 jmdns_3.4.0-1.debian.tar.gz
d03b606b4e0d3b3ae00bfc5f07899d1f4c0c0a93 208848 libjmdns-java_3.4.0-1_all.deb
aa20ca851a7317f13756b194bc2b6987015f8f7a 144092
libjmdns-java-doc_3.4.0-1_all.deb
Checksums-Sha256:
7f3ca10f134930db6134998e87d85d02395ea91eb4d8e87c78acb92c4b92a0ec 2015
jmdns_3.4.0-1.dsc
4594e34f10e15561850966e7a729643b861f804eaa778469bf71d63aabade6a1 104717
jmdns_3.4.0.orig.tar.gz
64ea48601152b2d9f0c3c24981f08d76e8702efa34dd73d11c9277d64fc46fbc 7071
jmdns_3.4.0-1.debian.tar.gz
dedfc2e6f8437fa1705631a8da069bbe936dbf63e99c0629669518d8c8548826 208848
libjmdns-java_3.4.0-1_all.deb
72740a8c638708dd3ff48cee78a27c1d2f22b4425050517a704a8b8fe3919c64 144092
libjmdns-java-doc_3.4.0-1_all.deb
Files:
255e31af805a799f1415f0e87a19335d 2015 java optional jmdns_3.4.0-1.dsc
ea22bab70989084b77b1935b1de6d9ab 104717 java optional jmdns_3.4.0.orig.tar.gz
d5b6a75fa899045bcc166c55937b73b5 7071 java optional jmdns_3.4.0-1.debian.tar.gz
72182b413ec46ea9f9c415e1ab94b7c3 208848 java optional
libjmdns-java_3.4.0-1_all.deb
6750d80b3fe2146dee266fd1ca25eb5f 144092 doc optional
libjmdns-java-doc_3.4.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOE3KPAAoJEHXiDM0z50n8F8AQAMz7g/5i91dUUkG4HFZwiPyR
2/1vmYxRC8CaU0Ownxr+ue/ZsSAg/QJy3EKy5cbSZ2kGXbIeVXCdFMz+slKzsNwB
sxmr6OqVXD3eMRjpBL8znlx/IguXyg632/ktc2vCaHSqkNttUrEIraxdwKgIA4fl
iLmK0mYlVNMvbqTeDLsm58QVfGmaiE7FXE4GPpJLMeYsqeYuyZsbdf5G1ek2wBI5
k41+y6lEpAFSe9nL5Mg9ymqRa3L2pazfU/FalDdhghfOV6mB7ycTUVg/8U0qDvt0
hPKG5FXoKpIWyUsIGSfl6g6qTiDDHaeJcQ5Jj7m2yFfYsD3KZqkS9PGTp+BeyWuc
o2MTbPp3dCJIlFEL7ApDujesoDrPxYivAeovdZyDmbIdULPAp5UHHdBvXI3YltSv
c1bD45DlYrtlycp1cYPqtSrGTD+ANO/88Imd5NZ7HJENJg9cszERQtQrM7ywNlym
RTCFOmV9WqrU1SduounLp3C6+5f0KJvquz2HvSM1pvYBPmJb1owe8L59z8sagYZS
KxRET1wQ5ety7VCjn8TzPIcMVgCFKO1x8lYWY5IfbEdHVAqy1+6vimyYacPR/T3v
JpwYQ42I6wYFVPtxQ24S2z1BiCRMHnZ8KZyePh8iF8zIbkn0GSZmKG6VaCNKdaja
Lqb/y3jGmkCjQKhysDf+
=rXJI
-----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
[email protected] for discussions and questions.