Processing of zookeeper_3.4.6-1_amd64.changes

2015-01-26 Thread Debian FTP Masters
zookeeper_3.4.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  zookeeper_3.4.6-1.dsc
  zookeeper_3.4.6.orig.tar.xz
  zookeeper_3.4.6-1.debian.tar.xz
  libzookeeper-java_3.4.6-1_all.deb
  zookeeper_3.4.6-1_all.deb
  zookeeperd_3.4.6-1_all.deb
  libzookeeper-java-doc_3.4.6-1_all.deb
  libzookeeper-mt2_3.4.6-1_amd64.deb
  libzookeeper-st2_3.4.6-1_amd64.deb
  libzookeeper2_3.4.6-1_amd64.deb
  libzookeeper-mt-dev_3.4.6-1_amd64.deb
  libzookeeper-st-dev_3.4.6-1_amd64.deb
  zookeeper-bin_3.4.6-1_amd64.deb
  python-zookeeper_3.4.6-1_amd64.deb

Greetings,

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

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


Bug#776297: jajuk: please make the build reproducible

2015-01-26 Thread Chris Lamb
Source: jajuk
Version: 1:1.9.6-8
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that jajuk could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, jajuk can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds



Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/src/scripts/build.xml b/src/scripts/build.xml
index b8eccd4..19baab5 100644
--- a/src/scripts/build.xml
+++ b/src/scripts/build.xml
@@ -174,9 +174,10 @@
chmod file='${distdir}/jajuk' perm='ugo+rx' /
 
!-- Set build date --
-   tstamp
-   format property='build.time' pattern='/MM/dd 
HH:mm' /
-   /tstamp
+   exec executable=dpkg-parsechangelog 
outputproperty=build.time
+   arg value=--show-field/
+   arg value=Date/
+   /exec
echo message='Build time: ${build.time}' /
replace dir='${distdir}/src/org/jajuk/util' 
value='${build.time}' encoding='UTF-8'
include name='Const.java' /
__
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.

Bug#742405: marked as done (zookeeper: ftbfs when gcj is default jdk)

2015-01-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jan 2015 12:48:44 +
with message-id e1yfj5w-0002wf...@franck.debian.org
and subject line Bug#742405: fixed in zookeeper 3.4.6-1
has caused the Debian Bug report #742405,
regarding zookeeper: ftbfs when gcj is default jdk
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.)


-- 
742405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: zookeeper
version: 3.4.5+dfsg-1
severity: serious

Hi,

It seems zookeeper 3.4.5+dfsg-2 FTBFS on kfreebsd-*:
https://buildd.debian.org/status/package.php?p=zookeeper

I tried rebuilding version 3.4.5+dfsg-1, which built successfully before, but
that now fails the same way as well.

Cheers,

Ivo
---End Message---
---BeginMessage---
Source: zookeeper
Source-Version: 3.4.6-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated zookeeper 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: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 13:36:17 +0100
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper-mt2 libzookeeper-st2 libzookeeper2 libzookeeper-mt-dev 
libzookeeper-st-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.4.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper-mt-dev - Development files for multi threaded zookeeper C bindings
 libzookeeper-mt2 - Multi threaded C bindings for zookeeper
 libzookeeper-st-dev - Development files for single threaded zookeeper C 
bindings
 libzookeeper-st2 - Single threaded C bindings for zookeeper
 libzookeeper2 - C bindings for zookeeper - transitional package
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 742405 756982 775893
Changes:
 zookeeper (3.4.6-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ James Page ]
   * d/control: Bump epoch on default-jdk BD to exclude archictectures which
 don't have Java 6 or better (Closes: #742405).
 .
   [ Tim Retout ]
   * New upstream version.  (Closes: #756982)
   * debian/patches: Refresh patches.
 .
   [ Emmanuel Bourg ]
   * Install the Maven artifacts (Closes: #775893)
   * Standards-Version updated to 3.9.6 (no changes)
   * Fixed some lintian warnings related to debian/copyright
   * libzookeeper-java suggests libzookeeper-java-doc but doesn't recommend it
   * Install the API documentation under /usr/share/doc/libzookeeper-java
 instead of usr/share/doc/libzookeeper-java-doc
   * debian/orig-tar.sh:
 - Removed src/contrib/loggraph from the upstream tarball since it isn't 
used
   and is missing the source of a minimized JavaScript file (yui-min.js)
 - Use XZ compression for the upstream tarball
 - Delete the non filtered upstream tarball after unpacking it
   * Added the .patch extension to the patches
   * Added the missing patch descriptions
Checksums-Sha1:
 296fbb3db1098fe6e51d2473fd5ef98d4e845638 2926 zookeeper_3.4.6-1.dsc
 9aa68cde1ce127f9d3662463e38e5d169682a62a 1909292 zookeeper_3.4.6.orig.tar.xz
 7362c65858ade51f9cd6612d8540f66d0eb9a536 34656 zookeeper_3.4.6-1.debian.tar.xz
 3bf16f0a945996160dbee4f63757c4ba56eb69a0 1279300 
libzookeeper-java_3.4.6-1_all.deb
 9da84a7c9d8fe2741aa39b571751b4887a727c2e 137246 zookeeper_3.4.6-1_all.deb
 e8cda314743be0985002b7ddf6f03037c322563a 39096 zookeeperd_3.4.6-1_all.deb
 48632f280b866d1b34c55ef513e37e061d718e65 386514 
libzookeeper-java-doc_3.4.6-1_all.deb
 e1cc360e78f52cf2517619b80799e4cc464c8788 70556 
libzookeeper-mt2_3.4.6-1_amd64.deb
 

Bug#756982: marked as done (zookeeperd: New version of zookeeper available)

2015-01-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jan 2015 12:48:44 +
with message-id e1yfj5w-0002wl...@franck.debian.org
and subject line Bug#756982: fixed in zookeeper 3.4.6-1
has caused the Debian Bug report #756982,
regarding zookeeperd: New version of zookeeper available
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.)


-- 
756982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756982
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zookeeperd
Version: 3.4.5+dfsg-2
Severity: wishlist
Tags: upstream

Dear Maintainer,

a new version of zookeeper is available and stable and fixes a lot of bugs
regaring a correct shutdown. The version number is 3.4.6.

Regards,
Andreas Wirooks

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zookeeperd depends on:
ii  lsb-base   4.1+Debian13
ii  zookeeper  3.4.5+dfsg-2

zookeeperd recommends no packages.

zookeeperd suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: zookeeper
Source-Version: 3.4.6-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated zookeeper 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: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 13:36:17 +0100
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper-mt2 libzookeeper-st2 libzookeeper2 libzookeeper-mt-dev 
libzookeeper-st-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.4.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper-mt-dev - Development files for multi threaded zookeeper C bindings
 libzookeeper-mt2 - Multi threaded C bindings for zookeeper
 libzookeeper-st-dev - Development files for single threaded zookeeper C 
bindings
 libzookeeper-st2 - Single threaded C bindings for zookeeper
 libzookeeper2 - C bindings for zookeeper - transitional package
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 742405 756982 775893
Changes:
 zookeeper (3.4.6-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ James Page ]
   * d/control: Bump epoch on default-jdk BD to exclude archictectures which
 don't have Java 6 or better (Closes: #742405).
 .
   [ Tim Retout ]
   * New upstream version.  (Closes: #756982)
   * debian/patches: Refresh patches.
 .
   [ Emmanuel Bourg ]
   * Install the Maven artifacts (Closes: #775893)
   * Standards-Version updated to 3.9.6 (no changes)
   * Fixed some lintian warnings related to debian/copyright
   * libzookeeper-java suggests libzookeeper-java-doc but doesn't recommend it
   * Install the API documentation under /usr/share/doc/libzookeeper-java
 instead of usr/share/doc/libzookeeper-java-doc
   * debian/orig-tar.sh:
 - Removed src/contrib/loggraph from the upstream tarball since it isn't 
used
   and is missing the source of a minimized JavaScript file (yui-min.js)
 - Use XZ compression for the upstream tarball
 - Delete the non filtered upstream tarball after unpacking it
   * Added the .patch extension to the patches
   * Added the missing patch descriptions
Checksums-Sha1:
 296fbb3db1098fe6e51d2473fd5ef98d4e845638 2926 zookeeper_3.4.6-1.dsc
 9aa68cde1ce127f9d3662463e38e5d169682a62a 1909292 zookeeper_3.4.6.orig.tar.xz
 7362c65858ade51f9cd6612d8540f66d0eb9a536 34656 

Bug#775893: marked as done (libzookeeper-java: Missing Maven artifacts)

2015-01-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jan 2015 12:48:44 +
with message-id e1yfj5w-0002wr...@franck.debian.org
and subject line Bug#775893: fixed in zookeeper 3.4.6-1
has caused the Debian Bug report #775893,
regarding libzookeeper-java: Missing 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 ow...@bugs.debian.org
immediately.)


-- 
775893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libzookeeper-java
Version: 3.4.5+dfsg-2
Severity: important

libzookeeper-java doesn't install the Maven artifacts in /use/share/maven-repo,
they are required to build Maven projects depending on Zookeeper such as Solr.
---End Message---
---BeginMessage---
Source: zookeeper
Source-Version: 3.4.6-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated zookeeper 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: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 13:36:17 +0100
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper-mt2 libzookeeper-st2 libzookeeper2 libzookeeper-mt-dev 
libzookeeper-st-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.4.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper-mt-dev - Development files for multi threaded zookeeper C bindings
 libzookeeper-mt2 - Multi threaded C bindings for zookeeper
 libzookeeper-st-dev - Development files for single threaded zookeeper C 
bindings
 libzookeeper-st2 - Single threaded C bindings for zookeeper
 libzookeeper2 - C bindings for zookeeper - transitional package
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 742405 756982 775893
Changes:
 zookeeper (3.4.6-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ James Page ]
   * d/control: Bump epoch on default-jdk BD to exclude archictectures which
 don't have Java 6 or better (Closes: #742405).
 .
   [ Tim Retout ]
   * New upstream version.  (Closes: #756982)
   * debian/patches: Refresh patches.
 .
   [ Emmanuel Bourg ]
   * Install the Maven artifacts (Closes: #775893)
   * Standards-Version updated to 3.9.6 (no changes)
   * Fixed some lintian warnings related to debian/copyright
   * libzookeeper-java suggests libzookeeper-java-doc but doesn't recommend it
   * Install the API documentation under /usr/share/doc/libzookeeper-java
 instead of usr/share/doc/libzookeeper-java-doc
   * debian/orig-tar.sh:
 - Removed src/contrib/loggraph from the upstream tarball since it isn't 
used
   and is missing the source of a minimized JavaScript file (yui-min.js)
 - Use XZ compression for the upstream tarball
 - Delete the non filtered upstream tarball after unpacking it
   * Added the .patch extension to the patches
   * Added the missing patch descriptions
Checksums-Sha1:
 296fbb3db1098fe6e51d2473fd5ef98d4e845638 2926 zookeeper_3.4.6-1.dsc
 9aa68cde1ce127f9d3662463e38e5d169682a62a 1909292 zookeeper_3.4.6.orig.tar.xz
 7362c65858ade51f9cd6612d8540f66d0eb9a536 34656 zookeeper_3.4.6-1.debian.tar.xz
 3bf16f0a945996160dbee4f63757c4ba56eb69a0 1279300 
libzookeeper-java_3.4.6-1_all.deb
 9da84a7c9d8fe2741aa39b571751b4887a727c2e 137246 zookeeper_3.4.6-1_all.deb
 e8cda314743be0985002b7ddf6f03037c322563a 39096 zookeeperd_3.4.6-1_all.deb
 48632f280b866d1b34c55ef513e37e061d718e65 386514 
libzookeeper-java-doc_3.4.6-1_all.deb
 e1cc360e78f52cf2517619b80799e4cc464c8788 70556 
libzookeeper-mt2_3.4.6-1_amd64.deb
 e79ac1c28e67c16530f47e19d29734eec50e5a81 68326 
libzookeeper-st2_3.4.6-1_amd64.deb
 

Processing of jajuk_1.9.6-9_amd64.changes

2015-01-26 Thread Debian FTP Masters
jajuk_1.9.6-9_amd64.changes uploaded successfully to localhost
along with the files:
  jajuk_1.9.6-9.dsc
  jajuk_1.9.6-9.debian.tar.xz
  jajuk_1.9.6-9_all.deb

Greetings,

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

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


Bug#776297: marked as done (jajuk: please make the build reproducible)

2015-01-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jan 2015 16:18:42 +
with message-id e1yfmn8-0004t3...@franck.debian.org
and subject line Bug#776297: fixed in jajuk 1:1.9.6-9
has caused the Debian Bug report #776297,
regarding jajuk: please make the build reproducible
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.)


-- 
776297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: jajuk
Version: 1:1.9.6-8
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that jajuk could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, jajuk can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds



Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/src/scripts/build.xml b/src/scripts/build.xml
index b8eccd4..19baab5 100644
--- a/src/scripts/build.xml
+++ b/src/scripts/build.xml
@@ -174,9 +174,10 @@
chmod file='${distdir}/jajuk' perm='ugo+rx' /
 
!-- Set build date --
-   tstamp
-   format property='build.time' pattern='/MM/dd 
HH:mm' /
-   /tstamp
+   exec executable=dpkg-parsechangelog 
outputproperty=build.time
+   arg value=--show-field/
+   arg value=Date/
+   /exec
echo message='Build time: ${build.time}' /
replace dir='${distdir}/src/org/jajuk/util' 
value='${build.time}' encoding='UTF-8'
include name='Const.java' /
---End Message---
---BeginMessage---
Source: jajuk
Source-Version: 1:1.9.6-9

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

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated jajuk 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: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 16:35:25 +0100
Source: jajuk
Binary: jajuk
Architecture: source all
Version: 1:1.9.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 jajuk  - advanced jukebox and music organizer
Closes: 776297
Changes:
 jajuk (1:1.9.6-9) unstable; urgency=medium
 .
   * Team upload.
   * Improved the build reproducibility by replacing the build date in 
Const.java
 with the date of the last entry in debian/changelog. Thanks to Chris Lamb.
 (Closes: #776297)
   * Standards-Version updated to 3.9.6 (no changes)
Checksums-Sha1:
 91275339f5c23c5ead32fd638ce84e2d6db5bf71 2669 jajuk_1.9.6-9.dsc
 7d1394e42aac2022b8ca4175df8bd1c52569afb9 12120 jajuk_1.9.6-9.debian.tar.xz
 44edcbbf398dbe3dfc566fec325edfa265249c7a 1985634 jajuk_1.9.6-9_all.deb
Checksums-Sha256:
 98207057006a05cd8cf3a5ac0ad9129109a7a245c7c8f7d0e3a81b68f225a37d 2669 
jajuk_1.9.6-9.dsc
 86dd3771c39a9274869631b1a6ea62b5fe8620f8365af646dc080762dfb8b5e6 12120 
jajuk_1.9.6-9.debian.tar.xz
 1d8c73ea7f2ecf7a9f8670588ec739d8cea5e6fda828254082a7acff928233dd 1985634 
jajuk_1.9.6-9_all.deb
Files:
 a8241acd1c065f6e03b054b5164c0849 2669 sound optional jajuk_1.9.6-9.dsc
 28dd3876ab9e1a0c038914adafe1f7c4 12120 sound optional 
jajuk_1.9.6-9.debian.tar.xz
 62a00b82cc451b134fc6f48818d0cce2 1985634 sound optional jajuk_1.9.6-9_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUxl8YAAoJEPUTxBnkudCsQP8QAKiW9w1X4VfU/52UZlsOP3n8
d9NoJUQjKuZD3RH3fV/Hvz7iHymdLWozKwPIpiAo8hYCUaDbpo6YG9Dgo9BdKnAW
uKU6Qb4XISGZjoyQUJhrfs5CpVQpaCmyLdleK+/2OK/UtreGTD8zLrerYr4P6Ads
Yr8pxAllqDdluoSz71UUTjLBKTQG89JVKUsjEDlz15+vSZj6wyi7VP1taqNUH94x
Cye4lYbWBtWTktd8RKNgarV1IyT40HvoHU2Ate8ABm3gSK7Bu0g9BPJxvgb7IuHg

Bug#776297: jajuk: please make the build reproducible

2015-01-26 Thread Emmanuel Bourg
Hi Chris,

Thank you for the patch. It can be even simpler by setting the
build.time property in debian/rules instead of patching the upstream
build. This will look like this:

DEB_ANT_ARGS := -Dbuild.time='$(shell dpkg-parsechangelog --show-field
Date)'

With Ant the properties defined on the command line take precedence on
the properties defined in the build file. I'll upload the fix shortly.

Emmanuel Bourg

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


jajuk_1.9.6-9_amd64.changes ACCEPTED into unstable

2015-01-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 16:35:25 +0100
Source: jajuk
Binary: jajuk
Architecture: source all
Version: 1:1.9.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 jajuk  - advanced jukebox and music organizer
Closes: 776297
Changes:
 jajuk (1:1.9.6-9) unstable; urgency=medium
 .
   * Team upload.
   * Improved the build reproducibility by replacing the build date in 
Const.java
 with the date of the last entry in debian/changelog. Thanks to Chris Lamb.
 (Closes: #776297)
   * Standards-Version updated to 3.9.6 (no changes)
Checksums-Sha1:
 91275339f5c23c5ead32fd638ce84e2d6db5bf71 2669 jajuk_1.9.6-9.dsc
 7d1394e42aac2022b8ca4175df8bd1c52569afb9 12120 jajuk_1.9.6-9.debian.tar.xz
 44edcbbf398dbe3dfc566fec325edfa265249c7a 1985634 jajuk_1.9.6-9_all.deb
Checksums-Sha256:
 98207057006a05cd8cf3a5ac0ad9129109a7a245c7c8f7d0e3a81b68f225a37d 2669 
jajuk_1.9.6-9.dsc
 86dd3771c39a9274869631b1a6ea62b5fe8620f8365af646dc080762dfb8b5e6 12120 
jajuk_1.9.6-9.debian.tar.xz
 1d8c73ea7f2ecf7a9f8670588ec739d8cea5e6fda828254082a7acff928233dd 1985634 
jajuk_1.9.6-9_all.deb
Files:
 a8241acd1c065f6e03b054b5164c0849 2669 sound optional jajuk_1.9.6-9.dsc
 28dd3876ab9e1a0c038914adafe1f7c4 12120 sound optional 
jajuk_1.9.6-9.debian.tar.xz
 62a00b82cc451b134fc6f48818d0cce2 1985634 sound optional jajuk_1.9.6-9_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUxl8YAAoJEPUTxBnkudCsQP8QAKiW9w1X4VfU/52UZlsOP3n8
d9NoJUQjKuZD3RH3fV/Hvz7iHymdLWozKwPIpiAo8hYCUaDbpo6YG9Dgo9BdKnAW
uKU6Qb4XISGZjoyQUJhrfs5CpVQpaCmyLdleK+/2OK/UtreGTD8zLrerYr4P6Ads
Yr8pxAllqDdluoSz71UUTjLBKTQG89JVKUsjEDlz15+vSZj6wyi7VP1taqNUH94x
Cye4lYbWBtWTktd8RKNgarV1IyT40HvoHU2Ate8ABm3gSK7Bu0g9BPJxvgb7IuHg
vlju37RFqb57oSZUXL7j9OEGpaBsU6dv5aynZ+QPDY/Q6SYk7SOPCU5Qti4aL+tH
a1+7yYxW+zhrY9LwrPVpRCOnrCZDyE4wSAZaqPDRF2MXgbwMvZjB4Ac75wiy/JF9
jdynWWkag1d8G0EGOVS0v9li5UcMDvBLKmf8X/qVpaGpFh01YzsZ3TlPpK9ApUvX
9ZpUl+eZiXnytrkEnnSdmbuRIhVPSr6THW3VuEiVbuol7P08zzwJ17wmVIULqsg7
gRwA6Q9m3BDLh12S4v0KOSSxyChrDw3Y2bU35w/RYoAbSrNW/in4oYsFqPNjTtBi
FyU7IY6AKPthCGQxuzdO4C+ioMi3bs5Yhe2RVAx8XXecEFr1LzqZS+T6X7n2aErq
f9BsD1JalgiFIdT5Ibcv
=m4im
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


zookeeper_3.4.6-1_amd64.changes ACCEPTED into experimental

2015-01-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Jan 2015 13:36:17 +0100
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper-mt2 libzookeeper-st2 libzookeeper2 libzookeeper-mt-dev 
libzookeeper-st-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.4.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper-mt-dev - Development files for multi threaded zookeeper C bindings
 libzookeeper-mt2 - Multi threaded C bindings for zookeeper
 libzookeeper-st-dev - Development files for single threaded zookeeper C 
bindings
 libzookeeper-st2 - Single threaded C bindings for zookeeper
 libzookeeper2 - C bindings for zookeeper - transitional package
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 742405 756982 775893
Changes:
 zookeeper (3.4.6-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ James Page ]
   * d/control: Bump epoch on default-jdk BD to exclude archictectures which
 don't have Java 6 or better (Closes: #742405).
 .
   [ Tim Retout ]
   * New upstream version.  (Closes: #756982)
   * debian/patches: Refresh patches.
 .
   [ Emmanuel Bourg ]
   * Install the Maven artifacts (Closes: #775893)
   * Standards-Version updated to 3.9.6 (no changes)
   * Fixed some lintian warnings related to debian/copyright
   * libzookeeper-java suggests libzookeeper-java-doc but doesn't recommend it
   * Install the API documentation under /usr/share/doc/libzookeeper-java
 instead of usr/share/doc/libzookeeper-java-doc
   * debian/orig-tar.sh:
 - Removed src/contrib/loggraph from the upstream tarball since it isn't 
used
   and is missing the source of a minimized JavaScript file (yui-min.js)
 - Use XZ compression for the upstream tarball
 - Delete the non filtered upstream tarball after unpacking it
   * Added the .patch extension to the patches
   * Added the missing patch descriptions
Checksums-Sha1:
 296fbb3db1098fe6e51d2473fd5ef98d4e845638 2926 zookeeper_3.4.6-1.dsc
 9aa68cde1ce127f9d3662463e38e5d169682a62a 1909292 zookeeper_3.4.6.orig.tar.xz
 7362c65858ade51f9cd6612d8540f66d0eb9a536 34656 zookeeper_3.4.6-1.debian.tar.xz
 3bf16f0a945996160dbee4f63757c4ba56eb69a0 1279300 
libzookeeper-java_3.4.6-1_all.deb
 9da84a7c9d8fe2741aa39b571751b4887a727c2e 137246 zookeeper_3.4.6-1_all.deb
 e8cda314743be0985002b7ddf6f03037c322563a 39096 zookeeperd_3.4.6-1_all.deb
 48632f280b866d1b34c55ef513e37e061d718e65 386514 
libzookeeper-java-doc_3.4.6-1_all.deb
 e1cc360e78f52cf2517619b80799e4cc464c8788 70556 
libzookeeper-mt2_3.4.6-1_amd64.deb
 e79ac1c28e67c16530f47e19d29734eec50e5a81 68326 
libzookeeper-st2_3.4.6-1_amd64.deb
 56085e9e162424786772ac0a85185c7f8c71151e 36624 libzookeeper2_3.4.6-1_amd64.deb
 198999722bc945e8fb6e10a6880839bef8b260f1 86620 
libzookeeper-mt-dev_3.4.6-1_amd64.deb
 31742339bf9d4817b06ab52a63b9298e0b192a7f 83756 
libzookeeper-st-dev_3.4.6-1_amd64.deb
 35eb1b387544fa8b5f6b743353ed7e1cd5c19971 87480 zookeeper-bin_3.4.6-1_amd64.deb
 12bc55d7a2792cb14cd9d97f55f5ce99200a9ca6 53770 
python-zookeeper_3.4.6-1_amd64.deb
Checksums-Sha256:
 dc849212c661fef6309dc6c4175dd478ea9f460a95f65973fbe4776c46d6f557 2926 
zookeeper_3.4.6-1.dsc
 e4d2a1201ea4a711b47358c5b5cdece693c66727dd61487f782c155c4b9c4e93 1909292 
zookeeper_3.4.6.orig.tar.xz
 6bd9e41754151786266b7b9099fe4e93a45892ed281136163dbdf792e7e1adfa 34656 
zookeeper_3.4.6-1.debian.tar.xz
 f15c7e6f864c221eeb7ef07cae626632dab50e26a576ae214ec673453ccb9285 1279300 
libzookeeper-java_3.4.6-1_all.deb
 362cda68578e542f57946b5dcc40dfe29cc83c975fd1d06c9e469b447d846fe3 137246 
zookeeper_3.4.6-1_all.deb
 2a31d376f8f45dbbd89fe5aefedb5e7f95f5811dd42ded2a0e35a91baa91bf78 39096 
zookeeperd_3.4.6-1_all.deb
 c682dbbfc86fc528066942ddc9d8985281024fb7e124615650770936976630e9 386514 
libzookeeper-java-doc_3.4.6-1_all.deb
 6b47cbfcdfc437737bc5fda82a184fa2c6a05a008f7aef9d910c0485e3700c2c 70556 
libzookeeper-mt2_3.4.6-1_amd64.deb
 d98ec59f52dd427ab77855b3b6c0eb0f4e5374e1d09204488aa6512e4d141b1a 68326 
libzookeeper-st2_3.4.6-1_amd64.deb
 430223e5cf172ee0cfd73d692610bcf0a086bc3f9053a6410fd0e60d77f644e8 36624 
libzookeeper2_3.4.6-1_amd64.deb
 772870914a52b79fd13ec0e9feba67ccbe2c06e35334f33c9b283d3c8050f799 86620 
libzookeeper-mt-dev_3.4.6-1_amd64.deb
 c16db7ae27a573fd747a07e55b390e13dee76372729cb4cc08d85bc0c07c68a1 83756 
libzookeeper-st-dev_3.4.6-1_amd64.deb
 df2f634d36b017c36d8b215207f8fe149ab716cd56d0f06ac3c78baf6babcae9 87480 
zookeeper-bin_3.4.6-1_amd64.deb
 

Processed: tagging 756982

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

 tags 756982 + pending
Bug #756982 [zookeeperd] zookeeperd: New version of zookeeper available
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
756982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756982
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: tagging 775893

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

 tags 775893 + pending
Bug #775893 [libzookeeper-java] libzookeeper-java: Missing Maven artifacts
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
775893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processing of jsmpp_2.1.2-1_amd64.changes

2015-01-26 Thread Debian FTP Masters
jsmpp_2.1.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  jsmpp_2.1.2-1.dsc
  jsmpp_2.1.2.orig.tar.gz
  jsmpp_2.1.2-1.debian.tar.gz
  libjsmpp-java_2.1.2-1_all.deb

Greetings,

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

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


jsmpp_2.1.2-1_amd64.changes is NEW

2015-01-26 Thread Debian FTP Masters
binary:libjsmpp-java is NEW.
source:jsmpp 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 recieve 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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776297: jajuk: please make the build reproducible

2015-01-26 Thread Chris Lamb
 DEB_ANT_ARGS := -Dbuild.time='$(shell dpkg-parsechangelog --show-field
 Date)'
 
 With Ant the properties defined on the command line take precedence on
 the properties defined in the build file. I'll upload the fix shortly.

Ah, thanks. That's good to know and will be useful elsewhere I'm sure.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


Bug#776081:

2015-01-26 Thread Potter, Tim (Cloud Services)
The current version of the libconstantine-java package is in the (old?) 
pkg-java subversion repository.  Let’s move it to git, and update to 0.8.6.  

However the package has been renamed to jnr-constants in 2011-2012.  View the 
git commit log to see the gradual deprecation of the name constantine in favour 
of jnr-constants.

Anyway, I’ve pushed my version of the packaging for the 0.8.6 version to 
http://anonscm.debian.org/cgit/pkg-java/jnr-constants.git, which can be 
merged/updated/deleted depending on what we decide to do.


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