Bug#811693: FTBFS with GCC 6: multiple errors

2016-01-19 Thread Martin Michlmayr
Package: openjdk-7-jre-dcevm
Version: 7u79-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-enumerator-value

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DLINUX -D_GNU_SOURCE -DAMD64 -DPRODUCT -I. 
> -I/<>/src/share/vm/prims -I/<>/src/share/vm 
> -I/<>/src/share/vm/precompiled -I/<>/src/cpu/x86/vm 
> -I/<>/src/os_cpu/linux_x86/vm -I/<>/src/os/linux/vm 
> -I/<>/src/os/posix/vm -I../generated 
> -DHOTSPOT_RELEASE_VERSION="\"24.79-b02-dcevm-full\"" 
> -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"tbm\"" 
> -DHOTSPOT_LIB_ARCH=\"amd64\" -DHOTSPOT_VM_DISTRO="\"Dynamic Code Evolution\"" 
> -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 
> -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_64 
> -DTARGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1  -fno-rtti -fno-exceptions 
> -D_REENTRANT -fcheck-new -fvisibility=hidden -m64 -pipe -g 
> -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 
> -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_64 -DTA
> RGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions 
> -D_REENTRANT -fcheck-new -fvisibility=hidden -m64 -pipe -g -O3 
> -fno-strict-aliasing -DVM_LITTLE_ENDIAN -D_LP64=1 -fno-omit-frame-pointer 
> -DINCLUDE_TRACE=1 -Werror -Wpointer-arith -Wsign-compare-c -fpch-deps 
> -MMD -MP -MF ../generated/dependencies/precompiled.hpp.gch.d -x c++-header 
> /<>/src/share/vm/precompiled/precompiled.hpp -o 
> precompiled.hpp.gch 
> In file included from 
> /<>/src/share/vm/memory/sharedHeap.hpp:30:0,
>  from 
> /<>/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp:34,
>  from 
> /<>/src/share/vm/gc_implementation/shared/markSweep.inline.hpp:32,
>  from /<>/src/share/vm/oops/oop.inline.hpp:29,
>  from 
> /<>/src/share/vm/classfile/classFileParser.hpp:30,
>  from 
> /<>/src/share/vm/classfile/classLoader.hpp:28,
>  from 
> /<>/src/share/vm/classfile/systemDictionary.hpp:29,
>  from /<>/src/share/vm/ci/ciEnv.hpp:30,
>  from /<>/src/share/vm/ci/ciUtilities.hpp:28,
>  from /<>/src/share/vm/ci/ciNullObject.hpp:30,
>  from /<>/src/share/vm/ci/ciConstant.hpp:29,
>  from 
> /<>/src/share/vm/precompiled/precompiled.hpp:36:
> /<>/src/share/vm/memory/generation.hpp:422:17: error: invalid 
> suffix on literal; C++11 requires a space between literal and string macro 
> [-Werror=literal-suffix]
>  warning("time warp: "INT64_FORMAT" to "INT64_FORMAT, 
> _time_of_last_gc, now);
>  ^
> 
> /<>/src/share/vm/memory/generation.hpp:422:42: error: invalid 
> suffix on literal; C++11 requires a space between literal and string macro 
> [-Werror=literal-suffix]
>  warning("time warp: "INT64_FORMAT" to "INT64_FORMAT, 
> _time_of_last_gc, now);
>   ^
> 
> In file included from 
> /<>/src/share/vm/gc_interface/collectedHeap.inline.hpp:30:0,
>  from /<>/src/share/vm/oops/oop.inline.hpp:30,
>  from 
> /<>/src/share/vm/classfile/classFileParser.hpp:30,
>  from 
> /<>/src/share/vm/classfile/classLoader.hpp:28,
>  from 
> /<>/src/share/vm/classfile/systemDictionary.hpp:29,
>  from /<>/src/share/vm/ci/ciEnv.hpp:30,
>  from /<>/src/share/vm/ci/ciUtilities.hpp:28,
>  from /<>/src/share/vm/ci/ciNullObject.hpp:30,
>  from /<>/src/share/vm/ci/ciConstant.hpp:29,
>  from 
> /<>/src/share/vm/precompiled/precompiled.hpp:36:
> /<>/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp:97:25: 
> error: invalid suffix on literal; C++11 requires a space between literal and 
> string macro [-Werror=literal-suffix]
>  gclog_or_tty->print("TLAB: %s thread: "INTPTR_FORMAT" [id: %2d]"
>  ^
> 
> /<>/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp:98:25: 
> error: invalid suffix on literal; C++11 requires a space between literal and 
> string macro [-Werror=literal-suffix]
>  " obj: "SIZE_FORMAT
>  ^
> 
> /<>/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp:99:25: 
> error: invalid suffix on literal; C++11 requires a space between literal and 
> string macro [-Werror=literal-suffix]
>  " free: "SIZE_FORMAT
>  ^
> 
> /<>/src/share/vm/memory/threa

Bug#811613: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
Package: libphonenumber
Version: 7.1.0-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> make[3]: Entering directory '/<>/cpp/build'
> [  0%] Building CXX object 
> tools/CMakeFiles/generate_geocoding_data.dir/src/cpp-build/generate_geocoding_data.cc.o
> /<>/tools/cpp/src/cpp-build/generate_geocoding_data.cc: In 
> function 'bool i18n::phonenumbers::StrToInt(const string&, int32*)':
> /<>/tools/cpp/src/cpp-build/generate_geocoding_data.cc:144:10: 
> error: cannot convert 'std::stringstream {aka 
> std::__cxx11::basic_stringstream}' to 'bool' in return
>return stream;
>   ^~
> 
> /<>/tools/cpp/src/cpp-build/generate_geocoding_data.cc: In 
> function 'bool i18n::phonenumbers::IntToStr(int32, std::__cxx11::string*)':
> /<>/tools/cpp/src/cpp-build/generate_geocoding_data.cc:152:10: 
> error: cannot convert 'std::stringstream {aka 
> std::__cxx11::basic_stringstream}' to 'bool' in return
>return stream;
>   ^~
> 
> tools/CMakeFiles/generate_geocoding_data.dir/build.make:62: recipe for target 
> 'tools/CMakeFiles/generate_geocoding_data.dir/src/cpp-build/generate_geocoding_data.cc.o'
>  failed
> make[3]: *** 
> [tools/CMakeFiles/generate_geocoding_data.dir/src/cpp-build/generate_geocoding_data.cc.o]
>  Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

__
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 maven-invoker

2016-01-19 Thread Reproducible builds folks
2016-01-19 06:26 https://reproducible.debian.net/unstable/amd64/maven-invoker 
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 lucene2

2016-01-19 Thread Reproducible builds folks
2016-01-19 19:26 https://reproducible.debian.net/unstable/amd64/lucene2 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.


nekohtml_1.9.22-1_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 19:36:34 +0100
Source: nekohtml
Binary: libnekohtml-java libnekohtml-java-doc
Architecture: source all
Version: 1.9.22-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libnekohtml-java - NekoHTML - HTML parser for Java
 libnekohtml-java-doc - NekoHTML - HTML parser for Java (Documentation)
Changes:
 nekohtml (1.9.22-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Removed the dependency on libjaxp1.3-java
   * Set the locale when generating the javadoc to make the build reproducible
   * Moved the package to Git
Checksums-Sha1:
 c5822bbe44bda110932ea888ac8e4449fcd242c3 2076 nekohtml_1.9.22-1.dsc
 29ffc8a777bfa22e05d112ae88296f964a05ed37 120148 nekohtml_1.9.22.orig.tar.xz
 a77dcd79ad6f61f08d291ab85c224a89b616cbb6 4116 nekohtml_1.9.22-1.debian.tar.xz
 c59646b6114281b886ccebb06ef93a083a8546fc 116220 
libnekohtml-java-doc_1.9.22-1_all.deb
 afa8f189e6f5dd737e26bfba58c9c49a18940f90 120382 
libnekohtml-java_1.9.22-1_all.deb
Checksums-Sha256:
 1881215a2e9a7c810d45c50bbf840e85de81b089ca3f7991f45b09e5d2fda41d 2076 
nekohtml_1.9.22-1.dsc
 9dcb3580480e46df0b626d7b0ceca53df19aaa591cc831974168e995908d29cc 120148 
nekohtml_1.9.22.orig.tar.xz
 e1d124493e0400d35ad3e4124f8f3a130620fdbd982694e289eae76b6cfa383f 4116 
nekohtml_1.9.22-1.debian.tar.xz
 61e3f20ee4c9c11bd0926ba9ebe3762d3b29736adfe147b5056d2bacb6e52cb5 116220 
libnekohtml-java-doc_1.9.22-1_all.deb
 7164437911e929e3459c02d49a5b5334490e09a6488ce08956ade07042ebdd6a 120382 
libnekohtml-java_1.9.22-1_all.deb
Files:
 7c85e8c33302f7cfcaca3cb20f5aeb54 2076 java optional nekohtml_1.9.22-1.dsc
 cc855f8c89ae443df5e937aa59fcaef6 120148 java optional 
nekohtml_1.9.22.orig.tar.xz
 35cc613bd3fc794325b114f372d212a9 4116 java optional 
nekohtml_1.9.22-1.debian.tar.xz
 bf89cd85df86e595c343ce731e626320 116220 doc optional 
libnekohtml-java-doc_1.9.22-1_all.deb
 def1fe07aca33697f5f9e0ea97be4662 120382 java optional 
libnekohtml-java_1.9.22-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWnoJtAAoJEPUTxBnkudCslpIP/2K0nGqMZtBfdI7urkOAgOeu
yyndzSd9Ll77iZlQ9AJ+VPu/Mfbxs8MYKdwYBhWDmySmSFmh3sFs/5An+W/LQjbL
GzOBpB6xwjAUggMC3UMPoJxjZL5CLvwgcDH3rxQO0lzvs83wCbqxSf4ElwvqmlqU
uu4tvZHylDpVjBBOayCvbcK3suq7DbEruNbadShYHpLVzHeO7aaUSUZj73CKs3sR
9c6KTW7aoHOQABskBj6HBLPskYzjOWql2jRbiNaiSton5THmhFRcRGqPhSYNdiWA
KYHFoILaSSq97JJkbKa0jH1uf4+8JkgdEaJI/K6h9PWn7e8ywUCm4B35X/01inER
TcYjxr3ge6bFijNmg7UmZ8dY1RGHX+LeLpjtnSmnft09T9Oe2y7kuMcl9n1GzY9e
JFpSo/dN2n4Aet3ZrIUN6lbT2RHWOY0c36IsWA+ktmuMubnY57ljDU5wE9ffO3H8
zqHk5gEL5Bkbch0lK2oitPMFVPirJecAkitnO53rBmtbqKqRi/YC+bPy/wT80WgW
1mVjadrYtONouaCSDh+8ry5hEh6SZdJeU/tRHsZd44INrTFDQAcpop85okqY2dBB
BG4s0XUmbDL5YJpJWsR7kb7+Dx9bjj4efV23uPNBb5bomXusjzONJMUEZW1mA7o3
fk4MDVrFk5IaxMbTq5UW
=h23R
-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 nekohtml_1.9.22-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
nekohtml_1.9.22-1_amd64.changes uploaded successfully to localhost
along with the files:
  nekohtml_1.9.22-1.dsc
  nekohtml_1.9.22.orig.tar.xz
  nekohtml_1.9.22-1.debian.tar.xz
  libnekohtml-java-doc_1.9.22-1_all.deb
  libnekohtml-java_1.9.22-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.


user-agent-utils 1.19-1 MIGRATED to testing

2016-01-19 Thread Debian testing watch
FYI: The status of the user-agent-utils source package
in Debian's testing distribution has changed.

  Previous version: 1.18-1
  Current version:  1.19-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.


eclipse-pydev REMOVED from testing

2016-01-19 Thread Debian testing watch
FYI: The status of the eclipse-pydev source package
in Debian's testing distribution has changed.

  Previous version: 3.9.2-4
  Current version:  (not in testing)
  Hint: 
Bug #809566: eclipse-mylyn: FTBFS: Unsatisfied import package 
javax.mail_0.0.0.
# in eclipse-mylyn
Bug #808485: eclipse-pydev: FTBFS: Missing required plug-in 
org.python_0.0.0.

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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.


Bug#811522: proposed RM: jenkins -- RoQA; multiple security issues, FTBFS, unmaintained in Debian

2016-01-19 Thread Ansgar Burchardt
Package: jenkins
Severity: serious

Hi,

the jenkins package in Debian has multiple open security issues[1][2]
and fails to build with Groovy 2[3].  It also is quite outdated
(Debian: 1.565.3 released upstream mid-2014; current version: 1.644
from Jan 2016 with lots of releases inbetween).

Jenkins also isn't part of a stable release (currently only in
unstable).

I suggest to remove the package from Debian.  If there are no
objections, I'll reassign the request to the ftp.debian.org pseudo-
package later.

I'm also wondering if "jenkins-memory-monitor" should also be removed
at the same time or if it is also useful without jenkins?

Ansgar

  [1] 
  [2] 
  [3] 

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

doxia_1.1.4-5_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 15:50:20 +0100
Source: doxia
Binary: libdoxia-java libdoxia-core-java libdoxia-java-doc
Architecture: source all
Version: 1.1.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libdoxia-core-java - Doxia content generation framework (core)
 libdoxia-java - Doxia content generation framework (modules)
 libdoxia-java-doc - Documentation for libdoxia-java
Changes:
 doxia (1.1.4-5) unstable; urgency=medium
 .
   * Team upload.
   * Removed the build dependency on libplexus-component-metadata-java
Checksums-Sha1:
 c69e14addf27879952337e0c1b017b7e140a6422 2633 doxia_1.1.4-5.dsc
 ae6e72554977935829785daf3cd8120a0cb007ca 9668 doxia_1.1.4-5.debian.tar.xz
 28f630d6d7d4bfe731c863875096693d2cdc2431 147958 
libdoxia-core-java_1.1.4-5_all.deb
 ddbf7cfb8c35eb5f512ab44b19dfe13c34e282fb 355472 
libdoxia-java-doc_1.1.4-5_all.deb
 fb67198a3069e2fc270cfaeb46fb7de31e0c94e5 474254 libdoxia-java_1.1.4-5_all.deb
Checksums-Sha256:
 f1b42fdd8ca0fc29b54c47fb90854c0ec4792d24f1f511ab65726bf77353c601 2633 
doxia_1.1.4-5.dsc
 52dd506ee22604e2651911ac1d69fde6b26b8644ef47ebd44ab7c45a493e901d 9668 
doxia_1.1.4-5.debian.tar.xz
 0dbd7965225a0a211cf84297b6a07c7913d4eb1e06e62d9c1b396a09501d97be 147958 
libdoxia-core-java_1.1.4-5_all.deb
 ac87cbc514db231fd8451d97bc6cf2955bcdb905a497ecb24b449032905d3b13 355472 
libdoxia-java-doc_1.1.4-5_all.deb
 473a4320f16796f057d9d862445e68e4b8875765ec212af72286a68bbcdf4c16 474254 
libdoxia-java_1.1.4-5_all.deb
Files:
 d5c93597347be22fb8dfd4570b3cc7bf 2633 java optional doxia_1.1.4-5.dsc
 a40049507bc6f17f714fbc0c6bbaecf5 9668 java optional doxia_1.1.4-5.debian.tar.xz
 3c5be08e657ad4e6cbd9dc4516115fff 147958 java optional 
libdoxia-core-java_1.1.4-5_all.deb
 a9dcbbc42a2890c064be7dc89063856d 355472 doc optional 
libdoxia-java-doc_1.1.4-5_all.deb
 9bd3a68463fe61811c1b1af1cb536e33 474254 java optional 
libdoxia-java_1.1.4-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWnlKUAAoJEPUTxBnkudCs0l4P/iHzFDWnG2F0Ii6mN2rkREW2
NrBF1k2NeeIxwcneuxui66ZntFqGhyGW9rMPBHyF3ZIKZSdreuV4rPdN33q9pis1
rdeaeUNK1uaYi5HiBlCbp2ZgRiDHrjxz8Vv4TkeEfJKzRhvs8w5nq2E180Bmxu8W
9TUkESp2zt6m+jQ5JWU/ZFnxwDnCjClgfUuWIeyzrc3KQWSlbQHzXz0/w96NpwhD
41RvwzOvXk6mef/DfaKw2CmHxsI/D3p3aPy/c8JJ0O0tJ3n/rOOMvsc4Do6gYm06
xXRxikClvZxVfnxNWmcMeNXxrcVa3ml03zFm1iWLEHVkMZCZUW2JRzJSoG5S0WNO
o5d1HQn4+N/hBLVC++e0wziErrzsx3BoYwKdCKdNkCfJgZu5RLoLtiK3nyALeHri
MIj0drzyuQJ3bfZBanu9Uuv1W1sB4c1yuLBoJiLJlX7/KbHuI1zloA2qdekOIOuv
fE1aHzt8kdNYbEGRMI4gfWTOEjfxA3A4Ya+SxHW9UPZyt00IarCYUV7kQL2QBVnV
nwKAnfUjIzi292eXZfC5HZ9ntODP/jKxx1zbeooJ2XdRcJscV3QVFNWnR4Rxa6F4
kJrVVXVBHjmWlfrmv65bpUZyf42Iz1Z3F5TEm6U4WePFBNmAqmkzic1PG13Hgcs3
EdPUUWBvIpPGMm9siQLD
=yj5c
-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 doxia_1.1.4-5_amd64.changes

2016-01-19 Thread Debian FTP Masters
doxia_1.1.4-5_amd64.changes uploaded successfully to localhost
along with the files:
  doxia_1.1.4-5.dsc
  doxia_1.1.4-5.debian.tar.xz
  libdoxia-core-java_1.1.4-5_all.deb
  libdoxia-java-doc_1.1.4-5_all.deb
  libdoxia-java_1.1.4-5_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.


clucy_0.4.0-1_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 09:33:25 +0100
Source: clucy
Binary: libclucy-clojure
Architecture: source all
Version: 0.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libclucy-clojure - Clojure interface to the Lucene search engine
Changes:
 clucy (0.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Daigo Moriwaki ]
   * New upstream release.
 - Depends on clojure1.6
 - Bumped up Standards-Version to 3.9.6
 - Corrected Vcs-Git.
 .
   [ Emmanuel Bourg ]
   * Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
   * Fixed debian/watch
Checksums-Sha1:
 dff6cfbdda41baf847b876b8fc831a229a5da61f 2069 clucy_0.4.0-1.dsc
 0c2a84fae92c7c38046b921c1e42693d8b6388bd 9684 clucy_0.4.0.orig.tar.gz
 0b6ece85eb755b290c77705fafe23dd548bd043d 7116 clucy_0.4.0-1.debian.tar.xz
 739620e991694016da1ea954c04be71db61d7112 11804 libclucy-clojure_0.4.0-1_all.deb
Checksums-Sha256:
 fd78ddc9c9886df1ee36f9a08f6a49a801dc270cca172d93a36363c3a9b07da9 2069 
clucy_0.4.0-1.dsc
 5e129228977102ca2274aef35040b9a2c5b8412da7331f9deb8a89b7ecb334fd 9684 
clucy_0.4.0.orig.tar.gz
 30afb88845cb6effdba57b6d389e94c170f1b666462e5172e4a4080c0726553c 7116 
clucy_0.4.0-1.debian.tar.xz
 d339673cf81f8085eafbdabb944ded6ae60fc3e51d81b69c819cdbfa004c8eb2 11804 
libclucy-clojure_0.4.0-1_all.deb
Files:
 cfe48a253e8db041c12ef4a2f571e95e 2069 java optional clucy_0.4.0-1.dsc
 5026c079e2857998c36325a0ce995773 9684 java optional clucy_0.4.0.orig.tar.gz
 e2833dbe594ed1ab2502c59bf1b7eeb9 7116 java optional clucy_0.4.0-1.debian.tar.xz
 5d9fc6ae3acb946334509d1dd44c4d9b 11804 java optional 
libclucy-clojure_0.4.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWnfU/AAoJEPUTxBnkudCsaVwQAJQVmczlZX08WGjTrSAKm6sh
4OB2comvvG/5WJU7c4PnG0N8WW6PlXI5kLACNn6cC+LsjaYdQ+0dY0y2G3fBrGg1
tihxAsLFZCBQ2R/W1ntOdGBsuctRnfoMG68FmTQLDic9AMnfBUJ1gbmOs39ozbnX
biBSVBWx5+aNZc9y9EqsgqKp2UiQ7Y8nKCKMSlJsRXFpQLKZRYy6wZzHbm/cLT6I
q0VoRLkuTOn+GLag+cEpPex5wJx44l9vPvebF0Jx0QkOcXYeaTTyQpsrhBolfVLy
iWRvshCdbBxu/glEfv+uLsjHZvkME8mmBKXnz+GUxbKohp3FIWpofIYyB3x6HMlA
AZxT7tpsq/6dpcHvA6JwUH7zApGU3sIbRNFjJ41sc2dUbCHA2NJ4uUgNbNdwPIWW
S1dqbeSyVRyUf82T2tr5ZBusABxsPYfobWqjGLWWYWdW8wMymZHqIQ3vFbJcWGhX
futEnaIFTxuLakKmaNWwnQScBVONqh5ZulQRuj4wUDAHe/8ucjBvhcb2YzXUjzXq
h/G6jnxuz/wK+PPjI+Bd0SdXwPXyP9KFOlRPJf10wV7G0ugYw61LbMIliJoqasPc
o309H0ZduqqvA2WU6c38wjyv21FLWGz3iZc9wsY6IzdTk7oHYsYtaMoF3Qo1k3/Q
qWp6GHUfDaIBH1O2hDV2
=KrnZ
-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 clucy_0.4.0-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
clucy_0.4.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  clucy_0.4.0-1.dsc
  clucy_0.4.0.orig.tar.gz
  clucy_0.4.0-1.debian.tar.xz
  libclucy-clojure_0.4.0-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.