Processed: found 789917 in gfortran-triplet/4.9.2-10.1, tagging 793630, tagging 793631, tagging 713663

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

> found 789917 gfortran-triplet/4.9.2-10.1
Bug #789917 
[gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu,gfortran-mipsel-linux-gnu,gfortran-powerpc-linux-gnu]
 gfortran-: leaves alternatives after purge: /usr/bin/-f{77, 
95}
The source gfortran-triplet and version 4.9.2-10.1 do not appear to match any 
binary packages
Marked as found in versions gfortran-triplet/4.9.2-10.1.
> tags 793630 + sid stretch
Bug #793630 [src:groovy] groovy: FTBFS due to behaviour change introduced in 
commons-cli 1.3
Added tag(s) sid and stretch.
> tags 793631 + sid stretch
Bug #793631 [mdadm] mdadm - udev rules call blkid with noraid option, breaks 
lvm detection
Added tag(s) stretch and sid.
> tags 713663 - jessie
Bug #713663 [src:fatrat] fatrat: FTBFS: config.hpp:46:2: error: #error you must 
define either BOOST_ASIO_SEPARATE_COMPILATION or BOOST_ASIO_DYN_LINK in your 
project in order for asio's declarations to be correct. If you're linking 
dynamically against libtorrent, define BOOST_ASIO_DYN_LINK otherwise 
BOOST_ASIO_SEPARATE_COMPILATION. You can also use pkg-config or boost build, to 
automatically apply these defines
Removed tag(s) jessie.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
713663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713663
789917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789917
793630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793630
793631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793631
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.


[Branch ~openjdk/openjdk/openjdk8] Rev 646: openjdk-8 (8u66-b01-1) unstable; urgency=medium

2015-07-27 Thread noreply

revno: 646
committer: Matthias Klose 
branch nick: openjdk8
timestamp: Mon 2015-07-27 17:41:37 +0200
message:
  openjdk-8 (8u66-b01-1) unstable; urgency=medium
  
* Update to 8u66-b01.
* Fix jdk build on x32.
  
   -- Matthias Klose   Mon, 27 Jul 2015 13:46:58 +0200
removed:
  debian/patches/x32-fixes.diff
modified:
  corba.tar.xz
  debian/changelog
  debian/rules
  hotspot-aarch64.tar.xz
  hotspot.tar.xz
  jaxp.tar.xz
  jaxws.tar.xz
  jdk.tar.xz
  langtools.tar.xz
  nashorn.tar.xz
  root.tar.xz


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'corba.tar.xz'
Binary files corba.tar.xz	2015-07-06 17:50:26 + and corba.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'debian/changelog'
--- debian/changelog	2015-07-07 11:53:04 +
+++ debian/changelog	2015-07-27 15:41:37 +
@@ -1,8 +1,9 @@
-openjdk-8 (8u60~b22-2) UNRELEASED; urgency=medium
+openjdk-8 (8u66-b01-1) unstable; urgency=medium
 
+  * Update to 8u66-b01.
   * Fix jdk build on x32.
 
- -- Matthias Klose   Tue, 07 Jul 2015 13:51:24 +0200
+ -- Matthias Klose   Mon, 27 Jul 2015 13:46:58 +0200
 
 openjdk-8 (8u60~b22-1) unstable; urgency=medium
 

=== removed file 'debian/patches/x32-fixes.diff'
--- debian/patches/x32-fixes.diff	2015-07-07 11:53:04 +
+++ debian/patches/x32-fixes.diff	1970-01-01 00:00:00 +
@@ -1,28 +0,0 @@
 src/jdk/make/gensrc/GensrcX11Wrappers.gmk~	2015-06-29 01:38:22.0 +0200
-+++ src/jdk/make/gensrc/GensrcX11Wrappers.gmk	2015-07-07 10:36:25.952040523 +0200
-@@ -86,11 +86,6 @@
- 	$(MKDIR) -p $(@D)
- 	$(TOOL_WRAPPERGENERATOR) $(@D) $(GENSRC_SIZER_DIR)/xlibtypes.txt "sizer" $*
- 
--  # use -m32/-m64 only if the compiler supports it
--  ifeq ($(COMPILER_SUPPORTS_TARGET_BITS_FLAG), true)
--MEMORY_MODEL_FLAG="$(COMPILER_TARGET_BITS_FLAG)$*"
--  endif
--
-   SIZER_CFLAGS := \
-   -I$(JDK_TOPDIR)/src/java.base/share/native/include \
-   -I$(JDK_TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_EXPORT_DIR)/native/include \
 src/jdk/make/gensrc/GensrcX11Wrappers.gmk~	2015-06-30 17:56:05.0 +0200
-+++ src/jdk/make/gensrc/GensrcX11Wrappers.gmk	2015-07-07 13:50:11.946580175 +0200
-@@ -86,11 +86,6 @@
- 	$(MKDIR) -p $(@D)
- 	$(TOOL_WRAPPERGENERATOR) $(@D) $(GENSRC_SIZER_DIR)/xlibtypes.txt "sizer" $*
- 
--  # use -m32/-m64 only if the compiler supports it
--  ifeq ($(COMPILER_SUPPORTS_TARGET_BITS_FLAG), true)
--MEMORY_MODEL_FLAG="$(COMPILER_TARGET_BITS_FLAG)$*"
--  endif
--
-   # Compile the C code into an executable.
-   $(GENSRC_X11WRAPPERS_TMP)/sizer.%.exe: $(GENSRC_X11WRAPPERS_TMP)/sizer.%.c
- 	$(MKDIR) -p $(@D)

=== modified file 'debian/rules'
--- debian/rules	2015-07-07 11:53:04 +
+++ debian/rules	2015-07-27 15:41:37 +
@@ -402,7 +402,6 @@
 	applet-hole.patch \
 	libjpeg-fix.diff \
 	sparc-fixes.diff \
-	x32-fixes.diff \
 
 # FIXME: update patches
 	#accessible-toolkit.patch # update for 8
@@ -2251,9 +2250,9 @@
 	dh_builddeb -s $(nodemo) $(nojrec) $(nojrej) $(nojrez) #$(bd_options)
 
 is_release		=
-#is_release		= yes
+is_release		= yes
 hg_project		= jdk8u
-hg_tag			= jdk8u60-b22
+hg_tag			= jdk8u66-b01
 package_version		= $(subst jdk,,$(hg_tag))
 ifneq ($(is_release),yes)
   package_version	:= $(subst -,~,$(package_version))

=== modified file 'hotspot-aarch64.tar.xz'
Binary files hotspot-aarch64.tar.xz	2015-07-06 17:50:26 + and hotspot-aarch64.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'hotspot.tar.xz'
Binary files hotspot.tar.xz	2015-07-06 17:50:26 + and hotspot.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'jaxp.tar.xz'
Binary files jaxp.tar.xz	2015-07-06 17:50:26 + and jaxp.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'jaxws.tar.xz'
Binary files jaxws.tar.xz	2015-07-06 17:50:26 + and jaxws.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'jdk.tar.xz'
Binary files jdk.tar.xz	2015-07-06 17:50:26 + and jdk.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'langtools.tar.xz'
Binary files langtools.tar.xz	2015-07-06 17:50:26 + and langtools.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'nashorn.tar.xz'
Binary files nashorn.tar.xz	2015-07-06 17:50:26 + and nashorn.tar.xz	2015-07-27 15:41:37 + differ
=== modified file 'root.tar.xz'
Binary files root.tar.xz	2015-07-06 17:50:26 + and root.tar.xz	2015-07-27 15:41:37 + differ
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#793803: add gradle support for javahelper

2015-07-27 Thread Pirate Praveen
package: javahelper
severity: wishlist
version: 0.52

We are packaging kontalk (repo: http://sgk01.tk/kontalk) and it uses
gradle. It would be nice to have javahelper work with this package.

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


Bug#793803: add gradle support for javahelper

2015-07-27 Thread Emmanuel Bourg
I agree we need more helper tools to deal with Gradle based projects,
but that's more likely to be a separate helper than an extension of
javahelper.

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


maven-repo-helper 1.8.12 MIGRATED to testing

2015-07-27 Thread Debian testing watch
FYI: The status of the maven-repo-helper source package
in Debian's testing distribution has changed.

  Previous version: 1.8.11
  Current version:  1.8.12

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


Re: Missing dependencies of SDK tools

2015-07-27 Thread 殷啟聰
Hi Komal,

0.2.3 is even in a pull request, so I am afraid it is not official, maybe
the official 0.2.3 in the future will not be this one. If lint can be built
with 0.2 then it is good to package 0.2.

Cheers,
Kai-Chung Yan

Komal Sukhani  於 2015年7月28日週二 上午12:35寫道:

> Hi,
>
> Thank you Kai-Chung. So nice of you to offer help, but I think I can
> manage it.
>
> Updating proguard package seems to be quiet easy. And I have already
> created
> patches for it so won't be time consuming.
>
> What do you think about lombok-ast package? Do you think it would be fine
> to package
> unreleased version.
>
> Komal Sukhani
>
>
> On Mon, Jul 27, 2015 at 12:25 PM, 殷啟聰  wrote:
>
>> Hi Komal,
>>
>> If upgrading Proguard helps solve the problem that's definitely the best
>> solution, only that I find the latest version is 5.2 and Debian version is
>> 5.0 I wonder there will be much help. If upgrading Proguard can be done in
>> parallel of your work, I am willing to do it for you.
>>
>> Cheers,
>> Kai-Chung Yan
>>
>> 2015 年 7 月 27 日 (週一)12:50  於 komaldsukh...@gmail.com 寫道:
>>
>>> Hi all,
>>>
>>> I have removed dependency of Jack and Jill from Android Gradle Plugin.
>>>
>>> I have also created patches to generate proguard-gradle from Debian
>>> proguard package, which is required by Android Gradle Plugin. But the
>>> problem is proguard needs gradle <2.0 and Debian gradle package for
>>> v1.5 doesn't generate gradle-base-services.jar required by proguard.
>>>
>>> In this case I think we have update proguard package as higher versions
>>> of it works with gradle >=2.0.
>>>
>>> Is there any other way to deal with it?
>>>
>>> Komal Sukhani
>>>
>> --
>>
>> 殷啟聰 | Kai-Chung Yan
>> 一生只向真理與妻子低頭
>> Full-time student of National Taichung University of Education
>> LinkedIn: 
>> Blog: 
>>
>
> --

殷啟聰 | Kai-Chung Yan
一生只向真理與妻子低頭
Full-time student of National Taichung University of Education
LinkedIn: 
Blog: 
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

sikuli 1.0~x~rc3.tesseract3-dfsg1-12 MIGRATED to testing

2015-07-27 Thread Debian testing watch
FYI: The status of the sikuli source package
in Debian's testing distribution has changed.

  Previous version: 1.0~x~rc3.tesseract3-dfsg1-8
  Current version:  1.0~x~rc3.tesseract3-dfsg1-12

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


shiro 1.2.4-1 MIGRATED to testing

2015-07-27 Thread Debian testing watch
FYI: The status of the shiro source package
in Debian's testing distribution has changed.

  Previous version: 1.2.3-1
  Current version:  1.2.4-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.


apache-mime4j changed in testing: unreproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/apache-mime4j, feel free to reply 
to this email to get more help.

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


libflexdock-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libflexdock-java, feel free to 
reply to this email to get more help.

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


libgettext-commons-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libgettext-commons-java, feel 
free to reply to this email to get more help.

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


libformula changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on https://reproducible.debian.net/testing/amd64/libformula, 
feel free to reply to this email to get more help.

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


libgoogle-gson-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libgoogle-gson-java, feel free to 
reply to this email to get more help.

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


libgnumail-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libgnumail-java, feel free to 
reply to this email to get more help.

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


libhibernate3-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libhibernate3-java, feel free to 
reply to this email to get more help.

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


libj2ssh-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libj2ssh-java, feel free to reply 
to this email to get more help.

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


libjaxen-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjaxen-java, feel free to reply 
to this email to get more help.

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


libjcalendar-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjcalendar-java, feel free to 
reply to this email to get more help.

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


libjdepend-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjdepend-java, feel free to 
reply to this email to get more help.

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


libjcommon-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjcommon-java, feel free to 
reply to this email to get more help.

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


plexus-compiler-1.0 changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/plexus-compiler-1.0, feel free to 
reply to this email to get more help.

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


libjgoodies-common-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjgoodies-common-java, feel 
free to reply to this email to get more help.

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


libjgoodies-forms-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjgoodies-forms-java, feel free 
to reply to this email to get more help.

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


libjgoodies-looks-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjgoodies-looks-java, feel free 
to reply to this email to get more help.

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


libjgrapht0.8-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjgrapht0.8-java, feel free to 
reply to this email to get more help.

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


libjfreechart-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjfreechart-java, feel free to 
reply to this email to get more help.

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


libjgraphx-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjgraphx-java, feel free to 
reply to this email to get more help.

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


libjlayer-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjlayer-java, feel free to 
reply to this email to get more help.

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


libjlatexmath-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjlatexmath-java, feel free to 
reply to this email to get more help.

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


libjlha-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on https://reproducible.debian.net/testing/amd64/libjlha-java, 
feel free to reply to this email to get more help.

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


libjibx1.2-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjibx1.2-java, feel free to 
reply to this email to get more help.

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


libjrosetta-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libjrosetta-java, feel free to 
reply to this email to get more help.

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


libloader changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on https://reproducible.debian.net/testing/amd64/libloader, 
feel free to reply to this email to get more help.

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


libmiglayout-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libmiglayout-java, feel free to 
reply to this email to get more help.

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


libmp3spi-java changed in testing: reproducible -> unreproducible

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libmp3spi-java, feel free to 
reply to this email to get more help.

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


libowasp-antisamy-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libowasp-antisamy-java, feel free 
to reply to this email to get more help.

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


libowasp-esapi-java changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libowasp-esapi-java, feel free to 
reply to this email to get more help.

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


libphonenumber changed in testing: reproducible -> FTBFS

2015-07-27 Thread Reproducible builds folks
More information on 
https://reproducible.debian.net/testing/amd64/libphonenumber, feel free to 
reply to this email to get more help.

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


simple-http_4.1.21-1_amd64.changes ACCEPTED into unstable, unstable

2015-07-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 12 Jun 2015 12:28:21 -0400
Source: simple-http
Binary: libsimple-http-java libsimple-http-java-doc
Architecture: source all
Version: 4.1.21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Hans-Christoph Steiner 
Description:
 libsimple-http-java - high-performance, embeddable Java HTTP engine
 libsimple-http-java-doc - Documentation for libsimple-http-java
Closes: 788550
Changes:
 simple-http (4.1.21-1) unstable; urgency=low
 .
   * Initial release in Debian (Closes: #788550).
Checksums-Sha1:
 2313c27ed457370584a75e8862d9ac6d8bb82953 2245 simple-http_4.1.21-1.dsc
 706c8b0a049b63147ee6553eb0de2895fae14120 275027 simple-http_4.1.21.orig.tar.gz
 a04ca30c049254d2e81ca7624244d9dbba4256b0 3184 
simple-http_4.1.21-1.debian.tar.xz
 b1a118230da8fafe11b54c460d167d42c7f84ea4 121468 
libsimple-http-java-doc_4.1.21-1_all.deb
 71ae43452e43328c3e68f7c1dca42a4248b9f7de 204814 
libsimple-http-java_4.1.21-1_all.deb
Checksums-Sha256:
 0fc70f5b330bbdfccd5a9be17ec98d722c835a760d136fb55a8d22176ec066c8 2245 
simple-http_4.1.21-1.dsc
 e740ce36b109011362b7653d376ca698714d962a3c7b13468214508b11df22e2 275027 
simple-http_4.1.21.orig.tar.gz
 e57f033736d58e34703d6703f5726eb4e4939db4c882dfcde20836afe95dc117 3184 
simple-http_4.1.21-1.debian.tar.xz
 f8e2299e4aa6f242e848319e70a664861b99bcb383ce17f313d3e3a19328d1cc 121468 
libsimple-http-java-doc_4.1.21-1_all.deb
 0af98eb3e2a037a3d84f4b4cfe5a496545a75a002b6fec5b3007f68e17ae9263 204814 
libsimple-http-java_4.1.21-1_all.deb
Files:
 4cd366e6b659083be6ede1a33f008526 2245 java extra simple-http_4.1.21-1.dsc
 f096de4cb5120cf42588550e0d5d4ee1 275027 java extra 
simple-http_4.1.21.orig.tar.gz
 e99028c82befc7176306b0a4daade551 3184 java extra 
simple-http_4.1.21-1.debian.tar.xz
 6ff2c3fed170ad93b7cb07252bfd4447 121468 doc extra 
libsimple-http-java-doc_4.1.21-1_all.deb
 4e2864260ec0bdbbc6f359c46768cff5 204814 java extra 
libsimple-http-java_4.1.21-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPG for Android - https://guardianproject.info/code/gnupg/

iQIcBAEBCAAGBQJVexzYAAoJEJ8P5Yc3S76B4AoP/RNapD+K/o3gokd1Au3Fgy9Z
fhnVIckeWIiAQalYg35ZVC96iSjiLaMiUOc7qbFq1nU+z9gADXo0+ApRIsdcwnbe
+gPOoAW5sqCs+VhWVslR9PRU15UcxX+ldftK+fpsNliM8b09cr39c7AidSM2PMyi
pJm1W/noaM2N5nAYSwulloTX81x2eCvPuIBs8uxTOgPPCy6C8RQ+0ba86PJ110ok
MAKX6VgPm8cRR08XqjSyHwelf0UtX3sWk5/v68Ei8p5b3atsv0ajo9PPZ2fq2Pmn
sH2ekIu6gqwfpXXl1uy+2CHvF1xbWnpRI4KmENaRUVDOviUAdFFUUBowlSZvR3hK
5z+3dtiT1D+51Qxd92dQK9WHSQfIujL1+AB/6dPLuYNvaDxa1y+fxX14dSCaLVvG
kpcK7e1u2ZXAvt3ETAJGWWfDweX0wTqxyVvpmvWvRAITOnMxk6spulJD7f0nwgKH
7QEBjaraZLRS1H2nBbHBFrGBn3/5afRfIIeCvGBjo5TU2zSXCPin+Yk6x3BWRUGK
TbfknLPJLyfFDr97NSSA/yM5Y1IJK/iTevYmvgPOWtdlLYTH33GQTLRqDzc6RPNF
IAewPX3m+6nyCbC5KsPxlTy9jxohrjunuRBbUXBFbfKHI7gm02ZX/7fYV4K+h2T1
7NwpjzDa0LJK9c7TYxcY
=1t0z
-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.


Bug#792889: Removed package(s) from unstable

2015-07-27 Thread Debian FTP Masters
Version: 1.1.8-3+rm

Dear submitter,

as the package libjnr-posix-java has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/792889

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

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


Bug#792889: Removed package(s) from unstable

2015-07-27 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libjnr-posix-java |1.1.8-3 | source, all
libjnr-posix-java-doc |1.1.8-3 | all

--- Reason ---
ROM; Superceded by jnr-posix
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 792...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/792889

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

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


Bug#789509: marked as done (libjnr-posix-java: Please remove this package from the archive)

2015-07-27 Thread Debian Bug Tracking System
Your message dated Tue, 28 Jul 2015 04:21:46 +
with message-id 
and subject line Bug#792889: Removed package(s) from unstable
has caused the Debian Bug report #789509,
regarding libjnr-posix-java: Please remove this package from the archive
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.)


-- 
789509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libjnr-posix-java
Version: 1.1.8-3
Severity: serious

This is mostly a reminder, remove this package since it has been
superseded by jnr-posix.

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.1.8-3+rm

Dear submitter,

as the package libjnr-posix-java has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/792889

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.