commons-daemon_1.0.15-5.1_amd64.changes ACCEPTED into unstable

2014-10-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Oct 2014 12:35:27 +0800
Source: commons-daemon
Binary: libcommons-daemon-java jsvc
Architecture: source all amd64
Version: 1.0.15-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: YunQiang Su s...@debian.org
Description:
 jsvc   - Wrapper to launch Java applications as daemons
 libcommons-daemon-java - Library to launch Java applications as daemons
Closes: 752054
Changes:
 commons-daemon (1.0.15-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [Sphinx Jiang]
   * Add the support for mips abi n32 and n64 (Closes: #752054)
Checksums-Sha1:
 f0bedf5fe2bd30bb95ff4e890f5da50beb52b5f2 1914 commons-daemon_1.0.15-5.1.dsc
 a5e440da7b6d35d974a963f82bc30ed0150c3229 7032 
commons-daemon_1.0.15-5.1.debian.tar.xz
 0a7687698b3dbb6bab722d842a1ba0121e4802d3 64990 
libcommons-daemon-java_1.0.15-5.1_all.deb
 e571f306ffb6918c3a8b5f23b42f06f3f0aae482 25638 jsvc_1.0.15-5.1_amd64.deb
Checksums-Sha256:
 43f1994faab44e51166a22ffd68a5878639cc5022bb3d62cc4abb800041c7521 1914 
commons-daemon_1.0.15-5.1.dsc
 e5dff9d2269c684583d2343bf55191b4777e79fca44f544f4bffc388be3a30d2 7032 
commons-daemon_1.0.15-5.1.debian.tar.xz
 c10429d85fe45bf1047c817648113615fdb58cfe4480e8bb8a117a895f5abb3e 64990 
libcommons-daemon-java_1.0.15-5.1_all.deb
 9b8f1d90c8c9e24828d21201af8436ac16697ea328d2e4262c4c1c32d1d508ae 25638 
jsvc_1.0.15-5.1_amd64.deb
Files:
 9ddc908f8fd5486347af97b07a97289f 1914 java optional 
commons-daemon_1.0.15-5.1.dsc
 d525b93ee7264f840fd8a098d012dec7 7032 java optional 
commons-daemon_1.0.15-5.1.debian.tar.xz
 860405f41bb53980e72974b2ec1c8b85 64990 java optional 
libcommons-daemon-java_1.0.15-5.1_all.deb
 2b31b10353bcca7ed1e3f176c903932e 25638 utils optional jsvc_1.0.15-5.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUSe73AAoJECVrfCskLhmeO5oH/12zHDronz2bqGd90IEOhBns
CeAmSIFPJuQRM9fQNbd9t1OED1T9u4HcpUhl6n6ycEkvU8VjCnfF0n8d0I7un5bI
VUA1kLh6/8kS2g0xFh5L6klLm7tLaM8q5C13DjcO9eZMY8HUgYoBbee/fYCnNlCB
wLV97SWjtPJNdFk+tW+g0lHP388SKcdolkYWJEPZdsZl5+XM5jSIqhtw059Axco1
ow11yDMMOSem/eOhUZSaikDNapv7KAi9LK/pcPkegPa6Krfg9LSiig1uySNIwHJ4
hg9nh7MWS3p1joDQu7wCojiDKyz1VivGLsD+aIyd5B/RJwCiJandfrDPe9gLGhQ=
=KH5W
-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.


Bug#752054: marked as done (commons-daemon: add mips abi n32, n64 support)

2014-10-29 Thread Debian Bug Tracking System
Your message dated Wed, 29 Oct 2014 06:48:50 +
with message-id e1xjn3q-00043b...@franck.debian.org
and subject line Bug#752054: fixed in commons-daemon 1.0.15-5.1
has caused the Debian Bug report #752054,
regarding commons-daemon: add mips abi n32, n64 support
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.)


-- 
752054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752054
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: commons-daemon
Version: 1.0.15-2
Severity: important
Tags: patch

This patch add the support for mips abi n32 and n64, tested on mips64el
device.

Already forward it to upstream
https://issues.apache.org/jira/browse/DAEMON-319

Regards,
Sphinx Jiang
Index: commons-daemon-1.0.15/src/native/unix/support/apsupport.m4
===
--- commons-daemon-1.0.15.orig/src/native/unix/support/apsupport.m4 
2014-06-19 05:40:23.0 +
+++ commons-daemon-1.0.15/src/native/unix/support/apsupport.m4  2014-06-19 
05:46:23.202817468 +
@@ -113,7 +113,7 @@
 LDCMD=/opt/C/bin/cc
 HOST_CPU=osd
 ;;
-  mips)
+  mips | mipsn32 | mips64)
 CFLAGS=$CFLAGS -DCPU=\\\mips\\\
 supported_os=mips
 HOST_CPU=mips
@@ -142,7 +142,7 @@
 fi
 CFLAGS=$CFLAGS -DCPU=\\\$HOST_CPU\\\ -DSO_EXT=\\\sl\\\
 ;;
-  mipsel)
+  mipsel | mipsn32el | mips64el)
 CFLAGS=$CFLAGS -DCPU=\\\mipsel\\\
 supported_os=mipsel
 HOST_CPU=mipsel
---End Message---
---BeginMessage---
Source: commons-daemon
Source-Version: 1.0.15-5.1

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

Debian distribution maintenance software
pp.
YunQiang Su s...@debian.org (supplier of updated commons-daemon 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: SHA256

Format: 1.8
Date: Fri, 24 Oct 2014 12:35:27 +0800
Source: commons-daemon
Binary: libcommons-daemon-java jsvc
Architecture: source all amd64
Version: 1.0.15-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: YunQiang Su s...@debian.org
Description:
 jsvc   - Wrapper to launch Java applications as daemons
 libcommons-daemon-java - Library to launch Java applications as daemons
Closes: 752054
Changes:
 commons-daemon (1.0.15-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [Sphinx Jiang]
   * Add the support for mips abi n32 and n64 (Closes: #752054)
Checksums-Sha1:
 f0bedf5fe2bd30bb95ff4e890f5da50beb52b5f2 1914 commons-daemon_1.0.15-5.1.dsc
 a5e440da7b6d35d974a963f82bc30ed0150c3229 7032 
commons-daemon_1.0.15-5.1.debian.tar.xz
 0a7687698b3dbb6bab722d842a1ba0121e4802d3 64990 
libcommons-daemon-java_1.0.15-5.1_all.deb
 e571f306ffb6918c3a8b5f23b42f06f3f0aae482 25638 jsvc_1.0.15-5.1_amd64.deb
Checksums-Sha256:
 43f1994faab44e51166a22ffd68a5878639cc5022bb3d62cc4abb800041c7521 1914 
commons-daemon_1.0.15-5.1.dsc
 e5dff9d2269c684583d2343bf55191b4777e79fca44f544f4bffc388be3a30d2 7032 
commons-daemon_1.0.15-5.1.debian.tar.xz
 c10429d85fe45bf1047c817648113615fdb58cfe4480e8bb8a117a895f5abb3e 64990 
libcommons-daemon-java_1.0.15-5.1_all.deb
 9b8f1d90c8c9e24828d21201af8436ac16697ea328d2e4262c4c1c32d1d508ae 25638 
jsvc_1.0.15-5.1_amd64.deb
Files:
 9ddc908f8fd5486347af97b07a97289f 1914 java optional 
commons-daemon_1.0.15-5.1.dsc
 d525b93ee7264f840fd8a098d012dec7 7032 java optional 
commons-daemon_1.0.15-5.1.debian.tar.xz
 860405f41bb53980e72974b2ec1c8b85 64990 java optional 
libcommons-daemon-java_1.0.15-5.1_all.deb
 2b31b10353bcca7ed1e3f176c903932e 25638 utils optional jsvc_1.0.15-5.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUSe73AAoJECVrfCskLhmeO5oH/12zHDronz2bqGd90IEOhBns
CeAmSIFPJuQRM9fQNbd9t1OED1T9u4HcpUhl6n6ycEkvU8VjCnfF0n8d0I7un5bI
VUA1kLh6/8kS2g0xFh5L6klLm7tLaM8q5C13DjcO9eZMY8HUgYoBbee/fYCnNlCB
wLV97SWjtPJNdFk+tW+g0lHP388SKcdolkYWJEPZdsZl5+XM5jSIqhtw059Axco1
ow11yDMMOSem/eOhUZSaikDNapv7KAi9LK/pcPkegPa6Krfg9LSiig1uySNIwHJ4
hg9nh7MWS3p1joDQu7wCojiDKyz1VivGLsD+aIyd5B/RJwCiJandfrDPe9gLGhQ=
=KH5W

Processed: jessie

2014-10-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 767115 + sid jessie
Bug #767115 {Done: Emmanuel Bourg ebo...@apache.org} [src:libfreemarker-java] 
libfreemarker-java: Declares a parent pom not packaged in Debian
Added tag(s) sid and jessie.
 tags 726593 + sid jessie
Bug #726593 [egg] egg: Emacs 24 support
Added tag(s) sid and jessie.
 tags 744753 + wheezy-ignore
Bug #744753 [anacron] anacron: Anacron not triggered when system resumes under 
systemd
Bug #767092 [anacron] anacron fails to run when laptop goes out of sleep
Added tag(s) wheezy-ignore.
Added tag(s) wheezy-ignore.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
726593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726593
744753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744753
767092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767092
767115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767115
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.


guice 4.0~beta5-1 MIGRATED to testing

2014-10-29 Thread Debian testing watch
FYI: The status of the guice source package
in Debian's testing distribution has changed.

  Previous version: 3.0-5
  Current version:  4.0~beta5-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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#747817: groovy: Please package 2.3 or a more recent release

2014-10-29 Thread Rogério Brito
Package: groovy2
Version: 2.2.2+dfsg-3
Followup-For: Bug #747817

Hi there.

Would it be possible to get a newer version of groovy in the archive?

Apparently, the last stable version of groovy is 2.3.7 (but I may be wrong)
and it includes some features that seem quite interesting, like the vastly
faster JSON parser (claimed to be 1 order or magnitude!) and the
@TailRecursive annotation.

Even if it is not possible to make it past the freeze, a newer version
landing in unstable would be very nice to have.


Thanks in advance for all the amazing work of the Java team,

Rogério Brito.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (250, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages groovy2 depends on:
ii  antlr  2.7.7+dfsg-6
ii  default-jre [java6-runtime]2:1.7-52
ii  default-jre-headless   2:1.7-52
ii  ivy2.3.0-3
ii  junit4 4.11-3
ii  libasm4-java   5.0.3-1
ii  libbsf-java1:2.4.0-5
ii  libcommons-cli-java1.2-3
ii  libcommons-logging-java1.2-1
ii  libjansi-java  1.4-3
ii  libjline2-java 2.11-2
ii  libqdox-java   1.12-1
ii  libservlet2.5-java 6.0.41-3
ii  libxstream-java1.4.7-2
ii  openjdk-7-jre [java6-runtime]  7u71-2.5.3-1

Versions of packages groovy2 recommends:
ii  ant   1.9.4-3
ii  ant-optional  1.9.4-3
pn  libgpars-groovy-java  none
ii  libjcommander-java1.35-1
ii  testng6.8.8-2

Versions of packages groovy2 suggests:
pn  groovy-doc  none

-- no debconf information

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

__
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#767272: ca-certificates-java: Removed certificates still in cacerts after activate update-ca-certificates-fresh trigger

2014-10-29 Thread Stephen Byrne
Package: ca-certificates-java
Version: 20140324
Severity: normal

Dear Maintainer,

I created a ca-certificates-local package using the example in /usr/share/doc
/ca-certificates/examples/ca-certificates-local/ (from the ca-certificates
package). When my ca-certificates-local package is installed, the activate
update-ca-certificates-fresh trigger causes update-ca-certificates to run /etc
/ca-certificates/update.d/jks-keystore, which adds my certificate to
/etc/ssl/certs/java/cacerts. When I remove or purge ca-certificates-local, the
certificate is not removed from /etc/ssl/certs/java/cacerts, even though it is
no longer in /usr/share/local/ca-certificates nor /etc/ssl/certs.



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

Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20141019
ii  libnss3  2:3.17.2-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b33-1.13.5-1
ii  openjdk-7-jre-headless [java6-runtime-headless]  7u71-2.5.3-1
ii  openjdk-8-jre-headless [java6-runtime-headless]  8u40~b09-1
ii  oracle-java8-jdk [java6-runtime-headless]8u5

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

-- Configuration Files:
/etc/default/cacerts [Errno 13] Permission denied: u'/etc/default/cacerts'

-- no debconf information

__
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#766977: elasticsearch not starting

2014-10-29 Thread Jamie Norrish
I am also experiencing this problem, with the IOException trying to
write to /usr/share/elasticsearch/data/elasticsearch/nodes/49 when
running:

 $ sudo -u elasticsearch bash -x /usr/share/elasticsearch/bin/elasticsearch. 

My /etc/elasticsearch/elasticsearch.yml does not have path.data set (it
is unchanged from what is shipped with the package; indeed, I haven't
touched anything in the package, and did not previously have upstream's
package installed either). I can see that /etc/init.d/elasticsearch sets
the DATA_DIR to /var/lib/elasticsearch, but nothing is written there.

Jamie

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