Your message dated Mon, 12 Apr 2010 11:32:58 +0000
with message-id <e1o1hsw-0004yp...@ries.debian.org>
and subject line Bug#577474: fixed in libcommons-fileupload-java 1.2.1-4
has caused the Debian Bug report #577474,
regarding libcommons-fileupload-java: Enable support for Portlet API
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.)


-- 
577474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcommons-fileupload-java
Version: 1.2.1-3
Severity: wishlist
Tags: patch

Hi,
Please see attached my patch to enable support for Portlet API.

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcommons-fileupload-java depends on:
ii  default-jdk                  1.6-35      Standard Java or Java compatible D
ii  default-jre [java2-runtime]  1.6-35      Standard Java or Java compatible R
ii  libcommons-beanutils-java    1.8.3-1     utility for manipulating JavaBeans
ii  libcommons-io-java           1.4-2       Common useful IO related classes
ii  libservlet2.4-java           5.0.30-12   Servlet 2.4 and JSP 2.0 Java libra
ii  openjdk-6-jre [java2-runtime 6b18~pre4-1 OpenJDK Java runtime, using Hotspo

libcommons-fileupload-java recommends no packages.

libcommons-fileupload-java suggests no packages.

-- no debconf information
diff -u libcommons-fileupload-java-1.2.1/debian/rules 
libcommons-fileupload-java-1.2.1/debian/rules
--- libcommons-fileupload-java-1.2.1/debian/rules
+++ libcommons-fileupload-java-1.2.1/debian/rules
@@ -7,7 +7,7 @@
 
 JAVA_HOME_DIRS       := /usr/lib/jvm/default-java
 
-DEB_JARS             := servlet-api-2.4 commons-io
+DEB_JARS             := servlet-api-2.4 commons-io portlet-api
 DEB_ANT_BUILD_TARGET := dist
 
 LIBRARY=commons-fileupload
diff -u libcommons-fileupload-java-1.2.1/debian/control 
libcommons-fileupload-java-1.2.1/debian/control
--- libcommons-fileupload-java-1.2.1/debian/control
+++ libcommons-fileupload-java-1.2.1/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <av...@debian.org>, Michael Koch <konque...@gmx.de>
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk, ant
-Build-Depends-Indep: libcommons-beanutils-java, libservlet2.4-java, 
libcommons-io-java
+Build-Depends-Indep: libcommons-beanutils-java, libservlet2.4-java, 
libcommons-io-java, libportlet-api-2.0-spec-java
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-fileupload-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-fileupload-java
@@ -12,7 +12,7 @@
 
 Package: libcommons-fileupload-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, 
${misc:Depends}
+Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, 
libportlet-api-2.0-spec-java, ${misc:Depends}
 Description: File upload capability to your servlets and web applications
  The Commons FileUpload package makes it easy to add robust, high-performance,
  file upload capability to your servlets and web applications.
diff -u libcommons-fileupload-java-1.2.1/debian/changelog 
libcommons-fileupload-java-1.2.1/debian/changelog
--- libcommons-fileupload-java-1.2.1/debian/changelog
+++ libcommons-fileupload-java-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+libcommons-fileupload-java (1.2.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Enable support for javax.portlet API.
+
+ -- Miguel Landaeta <mig...@miguel.cc>  Sun, 11 Apr 2010 18:28:33 -0430
+
 libcommons-fileupload-java (1.2.1-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.
reverted:
--- libcommons-fileupload-java-1.2.1/debian/README.Debian
+++ libcommons-fileupload-java-1.2.1.orig/debian/README.Debian
@@ -1,7 +0,0 @@
-commons-fileupload
-==================
-
-Support for the Portlet API is disabled in this package due to
-restrictions in the availability of it.
- 
-  -- Michael Koch <konque...@gmx.de>  Fri, 20 Jul 2007 07:20:00 +0200
reverted:
--- libcommons-fileupload-java-1.2.1/debian/patches/04_disable-portlet.patch
+++ 
libcommons-fileupload-java-1.2.1.orig/debian/patches/04_disable-portlet.patch
@@ -1,10 +0,0 @@
---- libcommons-fileupload-java-1.2.1.orig/build.xml
-+++ libcommons-fileupload-java-1.2.1/build.xml
-@@ -84,6 +84,7 @@
-       </src>
-       <classpath refid="build.classpath">
-       </classpath>
-+      <exclude name="**/portlet/*.java"/>
-     </javac>
-     <mkdir dir="${classesdir}/META-INF">
-     </mkdir>

--- End Message ---
--- Begin Message ---
Source: libcommons-fileupload-java
Source-Version: 1.2.1-4

We believe that the bug you reported is fixed in the latest version of
libcommons-fileupload-java, which is due to be installed in the Debian FTP 
archive:

libcommons-fileupload-java_1.2.1-4.debian.tar.gz
  to 
main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4.debian.tar.gz
libcommons-fileupload-java_1.2.1-4.dsc
  to main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4.dsc
libcommons-fileupload-java_1.2.1-4_all.deb
  to 
main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4_all.deb



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 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated 
libcommons-fileupload-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 12 Apr 2010 12:42:16 +0200
Source: libcommons-fileupload-java
Binary: libcommons-fileupload-java
Architecture: source all
Version: 1.2.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libcommons-fileupload-java - File upload capability to your servlets and web 
applications
Closes: 577474
Changes: 
 libcommons-fileupload-java (1.2.1-4) unstable; urgency=low
 .
   [ Thierry Carrez ]
   * Minimal dependency on default-jre-headless | java2-runtime-headless
   * debian/ant.properties: Force Java2 code to match dependency
 .
   [ Damien Raude-Morvan ]
   * Remove Arnaud from Uploaders.
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.8.4: no changes needed
   * Bump debhelper to >= 7
   * Remove version criteria from cdbs B-D (even stable match version)
   * Enable portlet support:
    - Remove debian/patches/04_disable-portlet.patch
    - Add B-D-I on libportlet-api-2.0-spec-java
    - Remove debian/README.Debian
    (Closes: #577474)
   * Convert to source format 3.0 (quilt)
    - Refresh all patches
    - Add DEP3 headers to patches
   * Register in maven repository:
    - B-D-I on maven-repo-helper
    - Use mh_installpoms and mh_installjar
Checksums-Sha1: 
 53bb67844462fc3a36d5dec176da0c089694754b 1610 
libcommons-fileupload-java_1.2.1-4.dsc
 6a8cac8309dba2373ba5d8ef476257b4e4ee86b2 5070 
libcommons-fileupload-java_1.2.1-4.debian.tar.gz
 cdae15c4784d187691f8196543015efd88f1f00f 178126 
libcommons-fileupload-java_1.2.1-4_all.deb
Checksums-Sha256: 
 418ed82a93b46f00fb7c0a1c272e5711996271561fc47ff314c6053a3889bc5f 1610 
libcommons-fileupload-java_1.2.1-4.dsc
 3e616b1815281dd8356e56d1d54ca74d8598c8b859b202dc9953ef43c030d184 5070 
libcommons-fileupload-java_1.2.1-4.debian.tar.gz
 49fe0a5b437e9ce91c46fa8db999cf345add4d928c8166a454e6ccde222964cd 178126 
libcommons-fileupload-java_1.2.1-4_all.deb
Files: 
 eea55477207b2a9e4cbf16132d6cf1c1 1610 java optional 
libcommons-fileupload-java_1.2.1-4.dsc
 0a3705ff17f64930da72940271e45530 5070 java optional 
libcommons-fileupload-java_1.2.1-4.debian.tar.gz
 684edec1fd72c8bf67938f054f25fd41 178126 java optional 
libcommons-fileupload-java_1.2.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvDAbUACgkQyIFXyIXHk4nKLgCeKM/kNnu5c9aJdB2ZSzWS3Wo/
MWcAoLWUfZz82WazIVMJPsqq0rM/2Xd2
=m4db
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to