Your message dated Tue, 15 Sep 2015 04:05:10 +0000
with message-id <[email protected]>
and subject line Bug#799004: fixed in jpathwatch 0.95-2
has caused the Debian Bug report #799004,
regarding jpathwatch: please provide 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.)
--
799004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799004
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jpathwatch
Version: 0.95-1
Severity: wishlist
Tags: patch
jpathwatch does not provide Maven artifacts which makes it difficult
to use this library in Maven or Gradle projects.
Patch is attached.
Regards,
Markus
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
diff -Nru jpathwatch-0.95/debian/changelog jpathwatch-0.95/debian/changelog
--- jpathwatch-0.95/debian/changelog 2013-10-01 05:45:49.000000000 +0200
+++ jpathwatch-0.95/debian/changelog 2015-09-14 22:42:03.000000000 +0200
@@ -1,3 +1,11 @@
+jpathwatch (0.95-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add debian/pom.xml, build with jh_maven_repo_helper and provide Maven
+ artifacts.
+
+ -- Markus Koschany <[email protected]> Mon, 14 Sep 2015 22:41:26 +0200
+
jpathwatch (0.95-1) unstable; urgency=low
* Initial release. (Closes: #697471)
diff -Nru jpathwatch-0.95/debian/control jpathwatch-0.95/debian/control
--- jpathwatch-0.95/debian/control 2013-10-01 05:45:49.000000000 +0200
+++ jpathwatch-0.95/debian/control 2015-09-14 22:42:03.000000000 +0200
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Java Maintainers <[email protected]>
Uploaders: Jakub Adam <[email protected]>
-Build-Depends: debhelper (>=9), javahelper, default-jdk, bnd
+Build-Depends: debhelper (>=9), javahelper, default-jdk, bnd, maven-repo-helper
Standards-Version: 3.9.4
Homepage: http://jpathwatch.wordpress.com
Vcs-Git: git://anonscm.debian.org/pkg-java/jpathwatch.git
diff -Nru jpathwatch-0.95/debian/libjpathwatch-java.poms jpathwatch-0.95/debian/libjpathwatch-java.poms
--- jpathwatch-0.95/debian/libjpathwatch-java.poms 1970-01-01 01:00:00.000000000 +0100
+++ jpathwatch-0.95/debian/libjpathwatch-java.poms 2015-09-14 22:42:03.000000000 +0200
@@ -0,0 +1 @@
+debian/pom.xml --usj-name=jpathwatch
diff -Nru jpathwatch-0.95/debian/pom.xml jpathwatch-0.95/debian/pom.xml
--- jpathwatch-0.95/debian/pom.xml 1970-01-01 01:00:00.000000000 +0100
+++ jpathwatch-0.95/debian/pom.xml 2015-09-14 22:42:03.000000000 +0200
@@ -0,0 +1,45 @@
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>net.sf.jpathwatch</groupId>
+ <artifactId>jpathwatch</artifactId>
+ <version>0.95</version>
+ <packaging>jar</packaging>
+
+ <name>jpathwatch</name>
+ <description>
+ jpathwatch is a Java library for monitoring directories for changes. It
+ uses the host platform's native OS functions to achive this to avoid
+ polling.
+ </description>
+
+ <url>http://jpathwatch.wordpress.com</url>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License with Classpath Exception</name>
+ <url>http://www.gnu.org/software/classpath/license.html</url>
+ <comments>
+ A modified version of the GPLv2 which permits linking with
+ GPL-incompatible modules under certain conditions.
+ </comments>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:https://jpathwatch.svn.sourceforge.net/svnroot/jpathwatch</connection>
+ <url>http://jpathwatch.svn.sourceforge.net/viewvc/jpathwatch/</url>
+ </scm>
+
+ <developers>
+ <developer>
+ <id>bobby_newmark</id>
+ <name>Uwe Pachler</name>
+ <roles>
+ <role>developer</role>
+ <role>maintainer</role>
+ </roles>
+ </developer>
+ </developers>
+</project>
diff -Nru jpathwatch-0.95/debian/rules jpathwatch-0.95/debian/rules
--- jpathwatch-0.95/debian/rules 2013-10-01 05:45:49.000000000 +0200
+++ jpathwatch-0.95/debian/rules 2015-09-14 22:42:03.000000000 +0200
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with javahelper
+ dh $@ --with javahelper,jh_maven_repo_helper
override_dh_auto_build:
# build JNI library
@@ -22,3 +22,6 @@
get-orig-source:
debian/fetch-orig.sh
+
+get-orig-pom:
+ wget -O debian/pom.xml https://repo1.maven.org/maven2/net/sf/jpathwatch/jpathwatch/0.95/jpathwatch-0.95.pom
--- End Message ---
--- Begin Message ---
Source: jpathwatch
Source-Version: 0.95-2
We believe that the bug you reported is fixed in the latest version of
jpathwatch, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated jpathwatch 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: SHA512
Format: 1.8
Date: Mon, 14 Sep 2015 20:53:04 -0700
Source: jpathwatch
Binary: libjpathwatch-java libjpathwatch-java-jni libjpathwatch-java-doc
Architecture: source all amd64
Version: 0.95-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
libjpathwatch-java - Java library that monitors directories for changes
libjpathwatch-java-doc - Java library that monitors directories for changes
(documentation
libjpathwatch-java-jni - Java library that monitors directories for changes
(JNI)
Closes: 799004
Changes:
jpathwatch (0.95-2) unstable; urgency=low
.
* Team upload.
.
[ Jakub Adam ]
* Fix long description typo in d/control.
.
[ Markus Koschany ]
* Add debian/pom.xml, build with jh_maven_repo_helper and provide Maven
artifacts. (Closes: #799004)
.
[ tony mancill ]
* Update Vcs-Browser URL.
* Update debian/watch to use sf.net redirector.
* Bump Standards-Version to 3.9.6.
Checksums-Sha1:
586e4ab1634856284c24a51c70431901e1ce496e 2114 jpathwatch_0.95-2.dsc
164ccf57313ebb2e96103f9b68e5635544a94caa 4164 jpathwatch_0.95-2.debian.tar.xz
3eb31d01aefe9faa87ecac828f67099ca99a5c16 59166
libjpathwatch-java-doc_0.95-2_all.deb
b068046dd230e49b0e19f7e5cd3a10a15f910bee 12212
libjpathwatch-java-jni_0.95-2_amd64.deb
67d36300d8f215edcd23c4ddb8540781a10fa572 66936
libjpathwatch-java_0.95-2_all.deb
Checksums-Sha256:
a436074d957b1aeced9959a9b351bf58f1cbd4ed645f1d813be67af6fec31faf 2114
jpathwatch_0.95-2.dsc
8f53088a7ea98c92cdfebfc50ce13bb981f68b3bbaaca20ecea17fa97d077bff 4164
jpathwatch_0.95-2.debian.tar.xz
e0ff6984a4fa390fc3080bd594985624bdce123919ec69e425487207309d861f 59166
libjpathwatch-java-doc_0.95-2_all.deb
a315480e3be89cec84d317cc9032206f4672d543c64ed42bbab52f152345be7f 12212
libjpathwatch-java-jni_0.95-2_amd64.deb
eec58336602cdc0e88acb604526150ba1dd575e1d0b62c9da27569f5aa988b94 66936
libjpathwatch-java_0.95-2_all.deb
Files:
3d6c9e8688bcff0ea123c85e1c3b8002 2114 java extra jpathwatch_0.95-2.dsc
2110097c122c60a823fb9755f67a5d8b 4164 java extra
jpathwatch_0.95-2.debian.tar.xz
871aa0942f52493a7224601086283fd0 59166 doc extra
libjpathwatch-java-doc_0.95-2_all.deb
8da4630c11bdd97b47cf470ac332ef7c 12212 java extra
libjpathwatch-java-jni_0.95-2_amd64.deb
8e79ae4d098dc9523b8ea1e1a1a2a9eb 66936 java extra
libjpathwatch-java_0.95-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJV95beAAoJECHSBYmXSz6WchEP/2bxv4C39qlH0EdYhpBe1oz8
bj4FsQwJ3sOHB+qHaJCx/TdHzJ5DlH43QcYTW9RIyONGGJk3f/TBqhP6huxa83NG
PN1uJSM4yPYmAq/+M4x8lwAMEebpoSikbbLQh5YMc7C/v3et+JS7Vv2/wo5zKVFx
odRpjSBmWIcxQza2x5r9qDRMnierZY8BMiqQ2Sx7R7hxqIXPNY/Mc/n7vK+h6P4F
7Q0LYNDo/Ru54R858ragtGB2ZVkgLv+TVREmDQF7i/gfd1312aYw5tHFbgCfGU/z
lT5M4+evemaZd1bh0Wu8x3dDD7m63ynCJo8ohHTi7cPOzQDfNbhLL9CebrZjT2rE
GBYUxFFtwuKwQ0fjqrs/D7uwdxQ5kf4QH9/kHgpUdPLTtnO0QVRakEKnd8WFisW3
IMoNnzErkPFWWsRVTJmaaqiWz9y/FhgDD/S63RGvOjCJW+AyF6Jrmw3eKMLHkqAu
0cmr1XK53ThK5n5M7rzswLrOT+k5gt49ic03KvhR4MBdKZAkBz8fIDOP7m4Gb7mN
6sFy3H1HhIsRxAJ6vI4j03J0wnEsB7LuLj98G2NRp879cvI4+G3FPFzmaaCu/jtD
2UahmLmwEN/MVc/mByCER8iR9cQYjq4DG2nKEAxvP+amXzfB1yjCuFv48UrgtwVn
oW+mE3oEsIgauD6lRHBc
=+yJP
-----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.