Processed: tagging 812538, tagging 812691, tagging 812663, tagging 812638, tagging 812637, tagging 812632 ...

2016-01-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 812538 + sid stretch
Bug #812538 [openvrml] openvrml: FTBFS in clean sid pbuilder envirorment
Added tag(s) sid and stretch.
> tags 812691 + sid stretch
Bug #812691 [mpgtx] mpgtx: FTBFS - variable set but not used
Added tag(s) sid and stretch.
> tags 812663 + sid stretch
Bug #812663 [debian-policy] debian-policy: FTBFS - nsgmls: Command not found
Added tag(s) sid and stretch.
> tags 812638 + sid
Bug #812638 [gbirthday] gbirthday: FTBFS - build-depends on non-existent 
package python-support
Added tag(s) sid.
> tags 812637 + sid stretch
Bug #812637 [antlr] antlr: FTBFS - build-depends on non-existent package 
libmono-winforms2.0-cil
Added tag(s) sid and stretch.
> tags 812632 + sid stretch
Bug #812632 [libindicate] libindicate: FTBFS - build-depends on non-existent 
mono-gmcs
Added tag(s) sid and stretch.
> tags 812818 + sid
Bug #812818 [src:dipy] should dipy be removeed from debian?
Added tag(s) sid.
> found 812794 0.1.0-1
Bug #812794 [ruby-integration] Build-Depends not installable in testing
Marked as found in versions ruby-integration/0.1.0-1.
> tags 812794 + sid stretch
Bug #812794 [ruby-integration] Build-Depends not installable in testing
Added tag(s) stretch and sid.
> found 812793
Bug #812793 [ruby-distribution] Build-Depends not installable in testing
Ignoring request to alter fixed versions of bug #812793 to the same values 
previously set
> tags 812793 + sid stretch
Bug #812793 [ruby-distribution] Build-Depends not installable in testing
Added tag(s) stretch and sid.
> found 812745 1.34.0-2
Bug #812745 [ruby-fog,ruby-fog-xenserver] ruby-fog-xenserver and ruby-fog: 
error when trying to install together
There is no source info for the package 'ruby-fog-xenserver' at version 
'1.34.0-2' with architecture ''
Marked as found in versions ruby-fog/1.34.0-2.
> found 812745 0.2.3-1
Bug #812745 [ruby-fog,ruby-fog-xenserver] ruby-fog-xenserver and ruby-fog: 
error when trying to install together
There is no source info for the package 'ruby-fog' at version '0.2.3-1' with 
architecture ''
Marked as found in versions ruby-fog-xenserver/0.2.3-1.
> found 812742 1.9.11-1
Bug #812742 [libduo-dev,libirstlm-dev] libirstlm-dev and libduo-dev: error when 
trying to install together
There is no source info for the package 'libirstlm-dev' at version '1.9.11-1' 
with architecture ''
Marked as found in versions duo-unix/1.9.11-1.
> found 812742 5.80.03-1
Bug #812742 [libduo-dev,libirstlm-dev] libirstlm-dev and libduo-dev: error when 
trying to install together
There is no source info for the package 'libduo-dev' at version '5.80.03-1' 
with architecture ''
Marked as found in versions irstlm/5.80.03-1.
> found 812696 2.27.1-2
Bug #812696 {Done: Andreas Henriksson } [src:util-linux] 
util-linux: FTBFS on armel, armhf, hppa, mips* - setarch testsuite failure
Marked as found in versions util-linux/2.27.1-2.
> tags 812671 + sid stretch
Bug #812671 [doc-base] doc-base: FTBFS - nsgmls: not found
Added tag(s) stretch and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
812538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812538
812632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812632
812637: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812637
812638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812638
812663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812663
812671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812671
812691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812691
812696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812696
812742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812742
812745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812745
812793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812793
812794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812794
812818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for maven2

2016-01-26 Thread Reproducible builds folks
2016-01-26 23:37 https://tests.reproducible-builds.org/unstable/amd64/maven2 
changed from reproducible -> FTBFS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for gluegen2

2016-01-26 Thread Reproducible builds folks
2016-01-26 12:31 https://tests.reproducible-builds.org/unstable/amd64/gluegen2 
changed from FTBFS -> unreproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#766392: maven-debian-helper: --no-usj-versionless does not work

2016-01-26 Thread Emmanuel Bourg
I stumbled on the same issue, and it looks like this feature got broken
in maven-debian-helper 1.5.1. The copyJarToUsj() method was changed in
the commit 296f73f. Before that change the implementation was:

private void copyJarToUsj() throws IOException {
File jarFile = new File(fullJarName());
if (jarFile.exists()) {
System.out.println("Install jar for " + artifactId + " into 
/usr/share/java");
mkdir(compatSharePath());
FileUtils.copyFile(jarFile, new File(jarDestPath()));
if (noUsjVersionless) {
FileUtils.copyFile(jarFile, new 
File(versionedFullCompatPath()));
} else {
FileUtils.copyFile(jarFile, new File(fullCompatPath()));
run(linkCommand(destUsjJarName(), versionedFullCompatPath()));
}
}
}

In this version the jar is first copied into the Maven repository
(jarDestPath), if noUsjVersionless is set it's then copied as a
versionned jar (versionedFullCompatPath) into /usr/share/java.
The jar was duplicated but no versionless jar was installed.

After the commit the method became:

private void copyJarToUsj() throws IOException {
File jarFile = new File(fullJarName());
if (jarFile.exists()) {
System.out.println("Install jar for " + artifactId + " into 
/usr/share/java");
mkdir(compatSharePath());
FileUtils.copyFile(jarFile, new File(fullCompatPath()));
if (noUsjVersionless) {
run(linkCommand(destUsjJarName(), versionedFullCompatPath()));
} else {
run(linkCommand(destUsjJarName(), fullCompatPath()));
run(linkCommand(destUsjJarName(), versionedFullCompatPath()));
}
}
}

Here the jar is first copied as a versionless jar into /usr/share/java
even if noUsjVersionless is set, which is wrong.

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


airlift-slice_0.10-1_amd64.changes ACCEPTED into unstable, unstable

2016-01-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Jan 2016 16:03:34 +0100
Source: airlift-slice
Binary: libslice-java
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libslice-java - Java library for efficiently working with heap and off-heap 
memor
Closes: 812792
Changes:
 airlift-slice (0.10-1) unstable; urgency=medium
 .
   * Initial release (Closes: #812792)
Checksums-Sha1:
 77f7adc8eeb3173aa4162e863515401effc0f78a 1994 airlift-slice_0.10-1.dsc
 40177ea07a021ae6fdc70daa199133ffebe18708 32312 airlift-slice_0.10.orig.tar.xz
 2d287cd7063da775a02e4a9d01796859d1818d1c 2280 
airlift-slice_0.10-1.debian.tar.xz
 55b9d6bcba5cf709caf2c6659efc774abc93181c 52964 libslice-java_0.10-1_all.deb
Checksums-Sha256:
 ff95c429bb971223b15c1617046796997c6f279a328c2e30344f461fb29760f5 1994 
airlift-slice_0.10-1.dsc
 8fcabc30f52aac2a2dbc274711d9079011f51ab8bcdfd7ed4a18364d38bde47e 32312 
airlift-slice_0.10.orig.tar.xz
 a5144cee227a7ab2d6119f5261bfc08e977ceda2112d6cfa1f6d2743435afbad 2280 
airlift-slice_0.10-1.debian.tar.xz
 6023dc1f29009dbd0713686757476d42582a9f523f90f8b7e752905f46cd6fc1 52964 
libslice-java_0.10-1_all.deb
Files:
 7d11caf19f945bc6f74d76dbc6681934 1994 java optional airlift-slice_0.10-1.dsc
 4e45fb7f6d4137e2965042d4214b3b0c 32312 java optional 
airlift-slice_0.10.orig.tar.xz
 4b7a1f76f622381e7b8b7ade53dc9a2f 2280 java optional 
airlift-slice_0.10-1.debian.tar.xz
 727aec182c3ec63938bbb547e875cca4 52964 java optional 
libslice-java_0.10-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWp52IAAoJEPUTxBnkudCs9xUQAIRfi10wklcY270+O2ByP8sL
OAXlei3Xee5+eZ/30PEEkmv6Y561D15nwkvqapp/EX9RXmny0f/sdw9Q/qo7jeAB
ThC5ke2dNMeEVGWKYawYFTTA/iQHYcHCwKbqh2SdJD6b2eNkl0J/WxAXXn0NKG4d
Esbk4lnRdKzmHjzfMtxEQBc+gp6M6fFMD7RAQ+LKTzfp/lMUoRLap79otWfZWvqN
7a8NkFstheznBHro1zHDn8X4f9oZgmJGC0iGENHDWsUS8lpvgmyU3XmLGMYtszAC
Z+0YUkfu1YXwEXX8An4oQNU7OtNRd4dxuyqDkIxBJNs0DKNW4QpFnr5F5RAotwjm
BMeJVxf2wndV+iMdyCt/vvrYklwJx5HOxUc7kzx4/vTlklPLlYW1HnDTFRo+qnC6
8JmYIaRsM/YO0jGXkKFkiCvwOydKTPU4m02N3+iYYsw6sj9/EBR0oMwtLGBwZbgt
NVCveoV3+TXhjmz9mUH98FE+zZBKtVoCwTiCQ1g+jU+4B+Xv9gt2IF0Kf9971lC0
L27am01B7Jk7ofqC+HEyiTUDXSNZ6BjDpeoSi3JGYpCP6qUbA9qRb5zgt7xS3cLe
cIpRqaXMc6Uj5VlRVTX6vnjjFgHTFe9RsxoIit296EVRm3aOcMwLirF4VCLdlA8w
27pwi8OWOSqnlD9GaSJy
=X9ch
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding airlift-slice_0.10-1_amd64.changes

2016-01-26 Thread Emmanuel Bourg
Le 26/01/2016 22:32, Thorsten Alteholz a écrit :
> Hi Emmanuel,
> 
> I marked the package for accept, but you might want to mention 
> "The Guava Authors" in your debian/copyright.
> 
> Thanks!
>  Thorsten

Hi Thorsten,

Thank you for the review. The Guava authors will be credited in the next
update:

http://anonscm.debian.org/cgit/pkg-java/airlift-slice.git/diff/?id=ce798aa

Emmanuel Bourg


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Comments regarding airlift-slice_0.10-1_amd64.changes

2016-01-26 Thread Thorsten Alteholz
Hi Emmanuel,

I marked the package for accept, but you might want to mention 
"The Guava Authors" in your debian/copyright.

Thanks!
 Thorsten



__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-script-interpreter 1.1-1 MIGRATED to testing

2016-01-26 Thread Debian testing watch
FYI: The status of the maven-script-interpreter source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libcommons-jexl2-java 2.1.1-3 MIGRATED to testing

2016-01-26 Thread Debian testing watch
FYI: The status of the libcommons-jexl2-java source package
in Debian's testing distribution has changed.

  Previous version: 2.1.1-2
  Current version:  2.1.1-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


airlift-slice_0.10-1_amd64.changes is NEW

2016-01-26 Thread Debian FTP Masters
binary:libslice-java is NEW.
source:airlift-slice is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of airlift-slice_0.10-1_amd64.changes

2016-01-26 Thread Debian FTP Masters
airlift-slice_0.10-1_amd64.changes uploaded successfully to localhost
along with the files:
  airlift-slice_0.10-1.dsc
  airlift-slice_0.10.orig.tar.xz
  airlift-slice_0.10-1.debian.tar.xz
  libslice-java_0.10-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#800869: marked as done (libparanamer-java: depends on obsolete libasm3-java library)

2016-01-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jan 2016 15:57:48 +
with message-id 
and subject line Bug#800869: fixed in libparanamer-java 2.8-1
has caused the Debian Bug report #800869,
regarding libparanamer-java: depends on obsolete libasm3-java library
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.)


-- 
800869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libparanamer-java
Severity: important
User: pkg-java-maintainers@lists.alioth.debian.org
Usertags: oldlibs libasm3-java

Hi,

libparanamer-java depends on libasm3-java, which is obsolete and
incompatible with Java 8 which will be the new default in the near
future. libparanamer-java should be ported to the new libasm4-java
version, so that we can remove the old, unmaintained one.

Please try to do this before the Stretch release as we are going to
try to remove libasm3-java this cycle.

We will bump this issue to serious when the list of rdeps is small
and we are getting ready to remove libasm3-java completely.

If you have any questions don't hesitate to ask and contact us on

debian-j...@lists.debian.org

Regards,

Markus
--- End Message ---
--- Begin Message ---
Source: libparanamer-java
Source-Version: 2.8-1

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

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated libparanamer-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: SHA512

Format: 1.8
Date: Tue, 26 Jan 2016 15:40:59 +0100
Source: libparanamer-java
Binary: libparanamer-java libparanamer-maven-plugin-java libparanamer-java-doc
Architecture: source
Version: 2.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libparanamer-java - Java library to access method parameter names at runtime
 libparanamer-java-doc - Java library to access method parameter names at 
runtime -- docs
 libparanamer-maven-plugin-java - Paranamer Maven Plugin
Closes: 798670 800869
Changes:
 libparanamer-java (2.8-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.8. (Closes: #798670)
 - Switch to libasm4-java. (Closes: #800869)
 - Switch from libqdox-java to libqdox2-java.
 - Use Build-Depends field because this package only builds for arch:all.
   * Vcs-fields: Switch to https.
   * Update debian/watch. Watch github repository.
   * Add Files-Excluded paragraph and remove javadoc files and one js file
 which appears to be not the preferred form of modification.
   * Change copyright of debian directory to BSD-3-clause.
   * Remove orig-tar.sh script.
   * Update maven.rules and maven.ignoreRules for new release.
   * Add paranamer-maven-plugin to maven.rules to create an unversioned debian
 jar file. This should prevent the FTBFS due to the missing artifact. For
 now paranamer-maven-plugin must be ignored in maven.ignoreRules until the
 new version enters the archive.
   * Drop test patches and skip all tests for now until OpenJDK 8 is the new
 default JDK.
   * Build with --parallel.
   * Set sourceEncoding to UTF-8.
   * Update my e-mail address.
   * Remove Lintian override.
Checksums-Sha1:
 9f3a5816c3f6da0baedb878b951ec14db2ae78d5 2565 libparanamer-java_2.8-1.dsc
 8521846f94ed26c50ee92f5091fb9b913c129b17 46444 
libparanamer-java_2.8.orig.tar.xz
 a0095972a61cee47e7a0717011746fb1308a55ad 5108 
libparanamer-java_2.8-1.debian.tar.xz
Checksums-Sha256:
 66512eeb3ed446c99a700c08d214d35b2ba857c441b8ffe555d277c929f46d03 2565 
libparanamer-java_2.8-1.dsc
 9ff2cdc50ffba554cf6a007a3226fe42ead302bd21b4d00885f3d37e1b4eef00 46444 
libparanamer-java_2.8.orig.tar.xz
 100384314c9d1b156245fba0122888634f84e111b5ee24651f82533c6cdcfcbb 5108 
libparanamer-java_2.8-1.debian.tar.xz
Files:
 2cf218671d71f47d8144b4c795fea1c1 2565 java optional libparanamer-java_2.8-1.dsc
 7aee35792626b192d459c4698b9a20c7 46444 java optional 
libparanamer-java_2.8.orig.tar.xz
 f009826af2a94c48d8dab4a1e2681110 5108 java optional 
li

Bug#798670: marked as done (libparanamer-java: updating to latest upstream release 2.8)

2016-01-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jan 2016 15:57:48 +
with message-id 
and subject line Bug#798670: fixed in libparanamer-java 2.8-1
has caused the Debian Bug report #798670,
regarding libparanamer-java: updating to latest upstream release 2.8
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.)


-- 
798670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798670
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libparanamer-java
Version: 2.7+repack-1
Severity: wishlist

This bug report is a request to package a newer upstream release of
libparanamer-java and a reminder to update the qdox package.

While I was packaging the new release, I discovered that the new version, 2.8,
required an updated qdox package, at least

https://github.com/codehaus/qdox/releases/tag/qdox-2.0-M3

Markus
--- End Message ---
--- Begin Message ---
Source: libparanamer-java
Source-Version: 2.8-1

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

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated libparanamer-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: SHA512

Format: 1.8
Date: Tue, 26 Jan 2016 15:40:59 +0100
Source: libparanamer-java
Binary: libparanamer-java libparanamer-maven-plugin-java libparanamer-java-doc
Architecture: source
Version: 2.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libparanamer-java - Java library to access method parameter names at runtime
 libparanamer-java-doc - Java library to access method parameter names at 
runtime -- docs
 libparanamer-maven-plugin-java - Paranamer Maven Plugin
Closes: 798670 800869
Changes:
 libparanamer-java (2.8-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.8. (Closes: #798670)
 - Switch to libasm4-java. (Closes: #800869)
 - Switch from libqdox-java to libqdox2-java.
 - Use Build-Depends field because this package only builds for arch:all.
   * Vcs-fields: Switch to https.
   * Update debian/watch. Watch github repository.
   * Add Files-Excluded paragraph and remove javadoc files and one js file
 which appears to be not the preferred form of modification.
   * Change copyright of debian directory to BSD-3-clause.
   * Remove orig-tar.sh script.
   * Update maven.rules and maven.ignoreRules for new release.
   * Add paranamer-maven-plugin to maven.rules to create an unversioned debian
 jar file. This should prevent the FTBFS due to the missing artifact. For
 now paranamer-maven-plugin must be ignored in maven.ignoreRules until the
 new version enters the archive.
   * Drop test patches and skip all tests for now until OpenJDK 8 is the new
 default JDK.
   * Build with --parallel.
   * Set sourceEncoding to UTF-8.
   * Update my e-mail address.
   * Remove Lintian override.
Checksums-Sha1:
 9f3a5816c3f6da0baedb878b951ec14db2ae78d5 2565 libparanamer-java_2.8-1.dsc
 8521846f94ed26c50ee92f5091fb9b913c129b17 46444 
libparanamer-java_2.8.orig.tar.xz
 a0095972a61cee47e7a0717011746fb1308a55ad 5108 
libparanamer-java_2.8-1.debian.tar.xz
Checksums-Sha256:
 66512eeb3ed446c99a700c08d214d35b2ba857c441b8ffe555d277c929f46d03 2565 
libparanamer-java_2.8-1.dsc
 9ff2cdc50ffba554cf6a007a3226fe42ead302bd21b4d00885f3d37e1b4eef00 46444 
libparanamer-java_2.8.orig.tar.xz
 100384314c9d1b156245fba0122888634f84e111b5ee24651f82533c6cdcfcbb 5108 
libparanamer-java_2.8-1.debian.tar.xz
Files:
 2cf218671d71f47d8144b4c795fea1c1 2565 java optional libparanamer-java_2.8-1.dsc
 7aee35792626b192d459c4698b9a20c7 46444 java optional 
libparanamer-java_2.8.orig.tar.xz
 f009826af2a94c48d8dab4a1e2681110 5108 java optional 
libparanamer-java_2.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWp4Y9XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkBRYQAIUAH0L+G90RCHyqsrpwZkeu
5K1oNdwvgx7oC0DsyBj5+t0Cf+Hi/GRad8SMY+hKRO7i1kY3BXLuRu+5qNGnrB3/
hfHrBBfk0bC

libparanamer-java_2.8-1_source.changes ACCEPTED into unstable

2016-01-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 26 Jan 2016 15:40:59 +0100
Source: libparanamer-java
Binary: libparanamer-java libparanamer-maven-plugin-java libparanamer-java-doc
Architecture: source
Version: 2.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libparanamer-java - Java library to access method parameter names at runtime
 libparanamer-java-doc - Java library to access method parameter names at 
runtime -- docs
 libparanamer-maven-plugin-java - Paranamer Maven Plugin
Closes: 798670 800869
Changes:
 libparanamer-java (2.8-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.8. (Closes: #798670)
 - Switch to libasm4-java. (Closes: #800869)
 - Switch from libqdox-java to libqdox2-java.
 - Use Build-Depends field because this package only builds for arch:all.
   * Vcs-fields: Switch to https.
   * Update debian/watch. Watch github repository.
   * Add Files-Excluded paragraph and remove javadoc files and one js file
 which appears to be not the preferred form of modification.
   * Change copyright of debian directory to BSD-3-clause.
   * Remove orig-tar.sh script.
   * Update maven.rules and maven.ignoreRules for new release.
   * Add paranamer-maven-plugin to maven.rules to create an unversioned debian
 jar file. This should prevent the FTBFS due to the missing artifact. For
 now paranamer-maven-plugin must be ignored in maven.ignoreRules until the
 new version enters the archive.
   * Drop test patches and skip all tests for now until OpenJDK 8 is the new
 default JDK.
   * Build with --parallel.
   * Set sourceEncoding to UTF-8.
   * Update my e-mail address.
   * Remove Lintian override.
Checksums-Sha1:
 9f3a5816c3f6da0baedb878b951ec14db2ae78d5 2565 libparanamer-java_2.8-1.dsc
 8521846f94ed26c50ee92f5091fb9b913c129b17 46444 
libparanamer-java_2.8.orig.tar.xz
 a0095972a61cee47e7a0717011746fb1308a55ad 5108 
libparanamer-java_2.8-1.debian.tar.xz
Checksums-Sha256:
 66512eeb3ed446c99a700c08d214d35b2ba857c441b8ffe555d277c929f46d03 2565 
libparanamer-java_2.8-1.dsc
 9ff2cdc50ffba554cf6a007a3226fe42ead302bd21b4d00885f3d37e1b4eef00 46444 
libparanamer-java_2.8.orig.tar.xz
 100384314c9d1b156245fba0122888634f84e111b5ee24651f82533c6cdcfcbb 5108 
libparanamer-java_2.8-1.debian.tar.xz
Files:
 2cf218671d71f47d8144b4c795fea1c1 2565 java optional libparanamer-java_2.8-1.dsc
 7aee35792626b192d459c4698b9a20c7 46444 java optional 
libparanamer-java_2.8.orig.tar.xz
 f009826af2a94c48d8dab4a1e2681110 5108 java optional 
libparanamer-java_2.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWp4Y9XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkBRYQAIUAH0L+G90RCHyqsrpwZkeu
5K1oNdwvgx7oC0DsyBj5+t0Cf+Hi/GRad8SMY+hKRO7i1kY3BXLuRu+5qNGnrB3/
hfHrBBfk0bCeXWzgH/azJ+9bMvQyN1vYdwTfvrfjUIYn+TT6QgI9uWvgaOwno6bZ
ZuqhZdd9A4aFf6wb64jkE8FjUTJG+Ksig7rINp0t5agEjr5bPWcf3HPbZiqoNl0H
AQUi5g+cUWV572L8K50K6HXPtg4N1s1VMT/I2vIvY/UDOhl6Rohyd/eE8JdFx8WX
uOBfWle11UMBVQPLVp7Uw2PH4fQk29+jDXdyvrEu6KE3CeY6E7RZKR88vmCzzr4S
SFqigx7cI+9SNqhIfDPdC2zQAHvnFsb+SLteF7DyZU7zdLaceBIUfi1rvCNIhZL4
FazQoR6ys0fOC+zEqLxdg4aPtOHXf72JljhnmqRpe73MpFtSrXucUX2q3cjWTgV6
GqGi2lRCHsssfjAA3o7bmJBY+dl8i0GtrDY2uF4kT7GX/VCqXlf2VjSaw6+r8dEx
Lfvcq0rsaBJFLM/PrCZbMpK0XlXw3y8qvq07uW5l9HuuRW2FZxk5qAU/lwIJzlY1
imoznFqSC8NSAV38opaLtl6nluuOA40mJlMt2WlCZmyuPrjux+cezKz4QOuMOYxI
4IVbUQy+mjK3DZXDr4AN
=spgo
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of libparanamer-java_2.8-1_source.changes

2016-01-26 Thread Debian FTP Masters
libparanamer-java_2.8-1_source.changes uploaded successfully to localhost
along with the files:
  libparanamer-java_2.8-1.dsc
  libparanamer-java_2.8.orig.tar.xz
  libparanamer-java_2.8-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of libparanamer-java_2.8-1_source.changes

2016-01-26 Thread Debian FTP Masters
libparanamer-java_2.8-1_source.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  libparanamer-java_2.8-1.dsc
  libparanamer-java_2.8.orig.tar.xz
  libparanamer-java_2.8-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


ivy-debian-helper_1.0_amd64.changes is NEW

2016-01-26 Thread Debian FTP Masters
binary:ivy-debian-helper is NEW.
source:ivy-debian-helper is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of ivy-debian-helper_1.0_amd64.changes

2016-01-26 Thread Debian FTP Masters
ivy-debian-helper_1.0_amd64.changes uploaded successfully to localhost
along with the files:
  ivy-debian-helper_1.0.dsc
  ivy-debian-helper_1.0.tar.xz
  ivy-debian-helper_1.0_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.