Bug#780897: batik: CVE-2015-0250

2015-03-21 Thread tony mancill
On 03/21/2015 12:07 AM, Salvatore Bonaccorso wrote:
 Source: batik
 Version: 1.7-1
 Severity: important
 Tags: security upstream
 
 Hi,
 
 the following vulnerability was published for batik.
 
 CVE-2015-0250[0]:
 information disclosure
 
 If you fix the vulnerability please also make sure to include the
 CVE (Common Vulnerabilities  Exposures) id in your changelog entry.
 
 For further information see:
 
 [0] https://security-tracker.debian.org/tracker/CVE-2015-0250
 [1] http://seclists.org/oss-sec/2015/q1/864
 
 Regards,
 Salvatore

Hello Salvatore,

Thank you for the bug report and the detailed information in
security-tracker.d.o.  I was able to reproduce the information
disclosure and test that the version just uploaded to unstable no longer
exhibits the disclosure.

Version 1.7+dfsg-5 addresses this bug for sid and should also be
appropriate for jessie.  I'll look at wheezy and squeeze next.

Thank you,
tony





signature.asc
Description: OpenPGP digital signature
__
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#778947: Program calls home to check for updates

2015-02-22 Thread tony mancill
On 02/21/2015 08:54 PM, Vagrant Cascadian wrote:
 It seems that setting updatesUrl to an empty value might resolve the
 issue. I haven't tested it, but the following patch might work:
 
 Index: sweethome3d/src/com/eteks/sweethome3d/viewcontroller/package.properties
 ===
 --- 
 sweethome3d.orig/src/com/eteks/sweethome3d/viewcontroller/package.properties
 +++ sweethome3d/src/com/eteks/sweethome3d/viewcontroller/package.properties
 @@ -122,7 +122,7 @@ HomeController.updatesMessageStyleSheet=
  .update { text-align: center; font-weight: normal; margin-bottom: 0;} \
  .releaseDateAndSize { font-size: 95%; text-align: center; margin-top: 0; 
 margin-bottom: 0;} \
  .downloadPage { text-align: center; margin-top: 2px; margin-bottom: 0;} 
 -HomeController.updatesUrl=http://www.sweethome3d.com/SweetHome3DUpdates.xml
 +HomeController.updatesUrl=

Hi Vagrant,

Thank you for looking into this and supplying a patch.  I think a
potential issue with blanking the updatesUrl is that if the user were to
opt-in and want to check for updates, that the functionality would be
broken.

Attached is a patch that simply sets the default value of
checkForUpdates to false.  I have verified that for a clean install of
sweethome3d, that it eliminates the automatic phone-home that occurs
when the program starts, but allows the user to re-enable the check
should it ever be desired.

For users who already have the setting set to true in their preference
files, they can either use the settings dialog to disable the check and
preserve their other settings, or get all new default settings with:

$ rm -rf ~/.java/.userPrefs/com/eteks/
$ rm -rf ~/.eteks/

Gabriele, I have this commit sitting in my local git repo; please let me
know if you'd prefer to address this another way.  Otherwise, I can
prepare and upload and an unblock request.

Cheers,
tony
diff --git a/debian/changelog b/debian/changelog
index 016c0b9..6fce2c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 sweethome3d (4.5+dfsg-3) UNRELEASED; urgency=medium
 
+  * Team upload.
+
+  [ Gabriele Giacone ]
   * Make build reproducible, remove timestamps from PNG files.
 
- -- Gabriele Giacone 1o5g4...@gmail.com  Wed, 17 Dec 2014 18:30:28 +0100
+  [ tony mancill ]
+  * Set checkForUpdates=false as the default. (Closes: #778947). 
+
+ -- tony mancill tmanc...@debian.org  Sun, 22 Feb 2015 09:40:22 -0800
 
 sweethome3d (4.5+dfsg-2) unstable; urgency=medium
 
diff --git a/debian/patches/05disable_checkForUpdates b/debian/patches/05disable_checkForUpdates
new file mode 100644
index 000..d0246b0
--- /dev/null
+++ b/debian/patches/05disable_checkForUpdates
@@ -0,0 +1,16 @@
+diff --git a/src/com/eteks/sweethome3d/io/DefaultUserPreferences.properties b/src/com/eteks/sweethome3d/io/DefaultUserPreferences.properties
+index bd52fdb..a2d5fc2 100644
+--- a/src/com/eteks/sweethome3d/io/DefaultUserPreferences.properties
 b/src/com/eteks/sweethome3d/io/DefaultUserPreferences.properties
+@@ -35,8 +35,8 @@ wallPattern=hatchUp
+ newWallThickness=7.5
+ newHomeWallHeight=250
+ newFloorThickness=12
+-checkUpdatesEnabled=true
++checkUpdatesEnabled=false
+ autoSaveDelayForRecovery=60
+ 
+ # Uncomment default currency line to use prices in application
+-# currency=EUR
+\ No newline at end of file
++# currency=EUR
diff --git a/debian/patches/series b/debian/patches/series
index cb3b5f0..3c98a3a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 02noadditionalprovisions
 03novideo
 04manifest
+05disable_checkForUpdates


signature.asc
Description: OpenPGP digital signature
__
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#780897: wheezy-security update for batik (CVE-2015-0250)

2015-03-25 Thread tony mancill
Dear Security Team,

I have prepared an update for batik [1] in wheezy to address
CVE-2015-0250.  Attached is the debdiff.  Please let me know if you
would like me to upload it.

Thank you,
tony

[1] https://security-tracker.debian.org/tracker/source-package/batik
diff -Nru batik-1.7+dfsg/debian/changelog batik-1.7+dfsg/debian/changelog
--- batik-1.7+dfsg/debian/changelog 2012-06-23 06:04:34.0 -0700
+++ batik-1.7+dfsg/debian/changelog 2015-03-25 20:53:11.0 -0700
@@ -1,3 +1,12 @@
+batik (1.7+dfsg-3+deb7u1) wheezy-security; urgency=high
+
+  * Team upload.
+  * Add debian/patches/cve_2015_0250.patch to disable external XML entity
+resolution (information disclosure).  This addresses CVE-2015-0250.
+(Closes: #780897)
+
+ -- tony mancill tmanc...@debian.org  Tue, 24 Mar 2015 05:17:00 +
+
 batik (1.7+dfsg-3) unstable; urgency=low
 
   * Team upload.
diff -Nru batik-1.7+dfsg/debian/patches/cve_2015_0250.patch 
batik-1.7+dfsg/debian/patches/cve_2015_0250.patch
--- batik-1.7+dfsg/debian/patches/cve_2015_0250.patch   1969-12-31 
16:00:00.0 -0800
+++ batik-1.7+dfsg/debian/patches/cve_2015_0250.patch   2015-03-21 
10:06:12.0 -0700
@@ -0,0 +1,60 @@
+Description: Fix information disclosure by disabling external XML entity 
processing.
+ The upstream patch was modified slightly to apply cleanly against
+ the source package in Debian.
+Forwarded: not-needed
+Origin: 
https://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/dom/util/SAXDocumentFactory.java?r1=662304r2=1664335view=patch
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780897
+
+--- a/sources/org/apache/batik/dom/util/SAXDocumentFactory.java
 b/sources/org/apache/batik/dom/util/SAXDocumentFactory.java
+@@ -30,25 +30,26 @@
+ import javax.xml.parsers.SAXParser;
+ import javax.xml.parsers.SAXParserFactory;
+ 
+-import org.apache.batik.util.HaltingThread;
+-import org.apache.batik.util.XMLConstants;
+-
++import org.w3c.dom.DOMImplementation;
++import org.w3c.dom.Document;
++import org.w3c.dom.DocumentType;
++import org.w3c.dom.Element;
++import org.w3c.dom.Node;
+ import org.xml.sax.Attributes;
+ import org.xml.sax.ErrorHandler;
+ import org.xml.sax.InputSource;
+ import org.xml.sax.Locator;
+ import org.xml.sax.SAXException;
+ import org.xml.sax.SAXNotRecognizedException;
++import org.xml.sax.SAXNotSupportedException;
+ import org.xml.sax.SAXParseException;
+ import org.xml.sax.XMLReader;
+ import org.xml.sax.ext.LexicalHandler;
+ import org.xml.sax.helpers.DefaultHandler;
+ import org.xml.sax.helpers.XMLReaderFactory;
+ 
+-import org.w3c.dom.DOMImplementation;
+-import org.w3c.dom.Document;
+-import org.w3c.dom.Element;
+-import org.w3c.dom.Node;
++import org.apache.batik.util.HaltingThread;
++import org.apache.batik.util.XMLConstants;
+ 
+ /**
+  * This class contains methods for creating Document instances
+@@ -391,6 +392,16 @@
+ static SAXParserFactory saxFactory;
+ static {
+ saxFactory = SAXParserFactory.newInstance();
++try {
++
saxFactory.setFeature(http://xml.org/sax/features/external-general-entities;, 
false);
++
saxFactory.setFeature(http://xml.org/sax/features/external-parameter-entities;,
 false);
++} catch (SAXNotRecognizedException e) {
++e.printStackTrace();
++} catch (SAXNotSupportedException e) {
++e.printStackTrace();
++} catch (ParserConfigurationException e) {
++e.printStackTrace();
++}
+ }
+ 
+ /**
diff -Nru batik-1.7+dfsg/debian/patches/series 
batik-1.7+dfsg/debian/patches/series
--- batik-1.7+dfsg/debian/patches/series2012-03-12 12:57:14.0 
-0700
+++ batik-1.7+dfsg/debian/patches/series2015-03-25 20:53:47.0 
-0700
@@ -1,3 +1,4 @@
 06_fix_paths_in_policy_files.patch
 source-1.5.patch
 remove-js.patch
+cve_2015_0250.patch


signature.asc
Description: OpenPGP digital signature
__
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#779482: support for ppc64el not complete

2015-04-25 Thread tony mancill
On Sat, 07 Mar 2015 10:08:35 +0100 =?ISO-8859-1?Q?S=E9bastien?= Villemot
sebast...@debian.org wrote:
 Control: retitle -1 support for powerpc, ppc64el and s390x not complete
 
 On Sun, 1 Mar 2015 10:57:37 +0100 =?iso-8859-1?Q?S=E9bastien?= Villemot 
 sebast...@debian.org wrote:
  Package: libgluegen2-rt-java
  Version: 2.2.4-2
  Severity: grave
 
  ppc64el is listed in the architectures supported by the package, but the
  support does not seem to be complete, and prevents scilab from starting.
 
 A similar issue affects powerpc and s390x.

Upstream has been working on architecture support recently.  I'm
currently trying to determine whether it's better to patch 2.2.4, or
simply update to 2.3.1. Any concerns with taking the latter approach?

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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.

Re: Fwd: Log for attempted build of gluegen2_2.2.4-2 on m68k (dist=unstable)

2015-04-23 Thread tony mancill
On 04/23/2015 12:46 PM, Thorsten Glaser wrote:
 -- Forwarded message --
 Message-ID: pine.bsm.4.64l.1504231944530.30...@herc.mirbsd.org
 Date: Thu, 23 Apr 2015 19:45:56 + (UTC)
 Subject: Re: Log for attempted build of gluegen2_2.2.4-2 on m68k 
 (dist=unstable)
 
 fail
 
 BUILD FAILED
 /«PKGBUILDDIR»/make/jogamp-env.xml:48: Unsupported Java version: 1.5. Make 
 sure that the version of the Java compiler is 1.6 (6.0) or greater.
 
 should then be disabled on gcj arches, or rather, use a versioned B-D

Hi Thorsten,

Thank you for the bringing this up.  I'm in the process of preparing an
upload for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746493 and
will add a versioned build-dep.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#617874: Please package new upstream release of Jansi 1.5

2015-05-02 Thread tony mancill
Package: libjansi-java
Version: 1.4-3
Followup-For: Bug #617874

Hi Miguel,

This update is also required to update jline2 to 2.12.1.

Cheers,
tony

__
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#783931: libcommons-httpclient-java-doc: Paragraphs in the package description not properly separated

2015-05-02 Thread tony mancill
On 05/01/2015 04:39 AM, Beatrice Torracca wrote:
 Package: libcommons-httpclient-java-doc
 Severity: minor
 
 Hi!
 
 the line that separates the 2 paragraphs of the package's description
 has been recently modified from a line containing only a single dot to
 one that has 2 dots.

Hi Beatrice,

Thank you for noticing this.  The description has been updated in the
packaging repo and will be part of the next upload.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#576814: libjline-java: left-arrow, up-arrow adds null to retrieved history line

2015-05-02 Thread tony mancill
Hi,

I'm not able to reproduce this exact behavior with jline 1.0, which is
to say a null is longer being added.

There are still some problems with jline's interaction with the terminal
in general.  left-arrow results in the cursor jumping and so incorrect
display of previous lines until I hit CTRL-L.

However, I believe the issue with the null in particular has been resolved.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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#784061: jline2: please update to jline 2.12.1

2015-05-02 Thread tony mancill
Package: jline2
Version: 2.11-2
Severity: wishlist

Tracker/reminder bug to update jline2.

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


Re: Bug#780703: closed by Markus Koschany a...@gambaru.de (eclipse-pydev fails to build from source)

2015-05-03 Thread tony mancill
On 05/03/2015 02:44 AM, Markus Koschany wrote:
 On 03.05.2015 04:26, Miguel Landaeta wrote:
 On Wed, Mar 18, 2015 at 12:46:24PM +0100, Markus Koschany wrote:
 Hello,

 I have just rebuilt eclipse-pydev with git-buildpackage in a clean sid
 cowbuilder chroot and I cannot reproduce this build failure. The
 binary-indep target works as expected.


 GIT_PBUILDER_OPTIONS=--debbuildopts=-A DIST=sid ARCH=amd64
 git-buildpackage

 I can reproduce this bug by simply grabbing the source package and
 trying to rebuild it with cowbuilder.

 
 I just tried to rebuild eclipse-pydev but I get a different error now.
 
 libjnr-constants-java : Conflicts: libconstantine-java but 0.7-6 is to
 be installed.
 Unable to resolve dependencies!  Giving up...
 
 The package build fine during the freeze and tony could successfully
 upload eclipse-pydev. My guess is that we probably need a
 build-dependency on python to make sure that all dependency resolvers
 pull in the right packages. But the current error is different from this.

Yes, we need to execute on the jnr transition.  I have a local branch
of eclipse-pydev where I started on this, but need to return to it.

I'm not sure why libjnr-constatnts-java doesn't get pulled in - perhaps
there is an explicit build-dep on libconstantine-java somewhere in the
build-dependency graph.

I'll take a look,
tony




signature.asc
Description: OpenPGP digital signature
__
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#780383: libopensaml2-java: CVE-2015-1796

2015-05-09 Thread tony mancill
On 05/06/2015 10:54 PM, tony mancill wrote:
 An update on this...  I'm in the midst of packaging 2.6.5, but it in
 turn requires an update to libxmltooling-java to version 1.4.4, which I
 am working on now.

In an email exchange with Scott Cantor, who works on this family of
libraries upstream, he stated that the v2 libraries will be EOL this
summer, and that he would advise not to ship them in a release unless
Debian will maintain them.

Based upon that information, the low popcon, and the fact that this
cluster of packages appear to be leaf packages (I can't find r-deps for
them):

 libopenws-java
 libshib-common-java
 libopensaml2-java
 libshib-parent-project2-java

I'm not going to take action to prevent the automated removal from
testing and am considering requesting that the packages be removed from
the archive.  If people are using these libraries and can make a case
for them being available in Debian, please speak up.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#780383: libopensaml2-java: CVE-2015-1796

2015-05-06 Thread tony mancill
An update on this...  I'm in the midst of packaging 2.6.5, but it in
turn requires an update to libxmltooling-java to version 1.4.4, which I
am working on now.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#757946: java-package: fatal errors while building plugin

2015-05-17 Thread tony mancill
Hi,

thank you for the bug report.  This was due to missing dependencies, the
same root cause as #782132, and should be addressed with the upload of
version 0.59.

If you continue to encounter this problem, please feel free to reopen
this bug.

Thank you
tony



signature.asc
Description: OpenPGP digital signature
__
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#782062: sweethome3d: window shows up, 2d part is visible and what could be the 3d preview is red, then it crashes.

2015-04-07 Thread tony mancill
On 04/06/2015 11:29 PM, Sylvain Ramshaw wrote:
 Package: sweethome3d
 Version: 3.5+dfsg-1
 Severity: important
 
 Dear Maintainer,
 
 the crash is happening on an ARM build for Raspberry Pi 2B

Hello Sylvain,

Is there any additional crash information you can provide?  For example,
is there a stack trace on the command line after the crash occurs?
(Sorry, I don't have access to a Raspberry Pi to test.)

Also, it appears that openjdk-7-jre is available to you [0].
You might try with the newer JRE.

Thank you,
tony

[0] http://archive.raspbian.org/raspbian/pool/main/o/openjdk-7/



signature.asc
Description: OpenPGP digital signature
__
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#781889: libjffi-jni: package installs native code under /usr/share

2015-04-04 Thread tony mancill
Package: libjffi-jni
Version: 1.2.7-1
Severity: serious

Tracking bug to resolve the policy violation created by the
upload of src:jffi 1.2.7-1.  Instead of installing jffi-native.jar under
/usr/share/java, the native code must appear under /usr/lib/jni.

Thank you,
tony


signature.asc
Description: Digital signature
__
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#787809: java-package: please add gcc and build-essential as dependencies

2015-06-06 Thread tony mancill
On 06/05/2015 03:21 AM, Fabrizio Regalli wrote:
 Package: java-package
 Version: 0.59
 Severity: wishlist
 Tags: patch
 
 Hi,
 
 during the creation of java package provided by java-package software on
 a pretty new Debian 8 box, I encountered the following error: 
 
 dpkg-buildpackage: source changed by Debian Java Maintainers 
 pkg-java-maintainers@lists.alioth.debian.org
 sh: 1: gcc: not found
 dpkg-architecture: warning: couldn't determine gcc system type, falling
 back to default (native compilation)
 
 solved with 'apt-get install gcc' and
 
 ...
 dpkg-checkbuilddeps: Unmet build dependencies: build-essential:native
 ...
 
 solved with 'apt-get install build-essential'
 What I'd like to suggest is to add those packages as dependencies
 Attached you can find a patch - feel free to add at your convenience.

Hello Fabrizio,

Thank you for the patch.  I didn't catch this in the last round of
dependency updates because pbuilder chroots always have build-essential
installed, and build-essential already depends on gcc.   Note that gcc
is already in the Recommends for java-package, and that the first
warning you are referencing is just a warning.  You can refer to these
bug reports for prior discussion of the gcc issue [1], [2].  Regarding
the issue with dpkg-checkbuilddeps, again, that package already
recommends build-essential - perhaps recommends isn't strong enough.

However, for java-package, I don't really agree that requiring gcc is
overly heavy-weight in the overall scheme of things.  It's not as if
users will want to run make-jpkg on every system in a cluster, and so
requiring gcc seems nominal.  I'll give it some more thought, but
suspect it's best to depend on build-essential and be done with it.

Cheers,
tony

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281766
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405814



signature.asc
Description: OpenPGP digital signature
__
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#692728: geogebra: New upstream release - 5.0.122.0

2015-06-06 Thread tony mancill
On 06/01/2015 04:16 AM, Nicolas Patrois wrote:
 Package: geogebra
 Version: 4.0.34.0+dfsg1-3
 Followup-For: Bug #692728
 
 Dear Maintainer,
 
 Now, the latset version is #5.
 Thank you.

Hello Nicolas,

It seems that the geogebra license [1] for the current version restricts
it to non-commercial use only.  This means that at best, it could only
be included in the non-free section of the Debian archive.  If you need
version 5, you might try the upstream .deb packaging, documented here [2].

Cheers,
tony

[1] http://www.geogebra.org/download/license.txt
[2] http://wiki.geogebra.org/en/Reference:GeoGebra_Installation#Linux



signature.asc
Description: OpenPGP digital signature
__
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#787562: jython FTBFS and jython is uninstallable because of unsatisfied (build-)dependency on libjnr-posix-java (= 3.0.10~)

2015-06-03 Thread tony mancill
On 06/02/2015 10:29 PM, Johannes Schauer wrote:
 Hi,
 
 Quoting Miguel Landaeta (2015-06-02 21:54:29)
 Thanks for the report, we are aware of the issue and we are waiting for
 FTPmaster jnr-posix approval to solve this bug and others.
 
 thanks for the clarification.
 
 Could you next time please hold off on doing such an upload until the reverse
 dependencies land in unstable? Having a source package that does not compile
 and a binary package that cannot be installed does not help anybody and on the
 contrary can even disrupt existing processes (as it happened with this one
 because jython is part of the transitive essential package set). I'd rather
 expect such an early upload happen to experimental instead.
 
 Thanks!
 
 cheers, josch

Hello Josch,

First, I'm responsible for uploading jython; Miguel and Tim Potter and I
and several other members of the Java Team are trying to get a modern
version of JRuby into Debian, which requires a number of transitions.

Second, the short answer to your question is yes.  I should have left
the package in experimental (it was there for several months), but I
thought that jnr-posix would be along shortly.

However, I'd like to understand how jython figures into the transitive
set (and why - maybe we get it out of the essential set), and how a
developer can determine this.

Looking at reverse depends:

 $ reverse-depends jython
 Reverse-Depends
 ===
 * eclipse-pydev-data
 * electric
 * libred5-java
 * libsikuli-script-java
 * plm

There's nothing here that isn't a leaf or all but.

And for build-deps, it's not that much different.

 $ reverse-depends -b jython
 Reverse-Build-Depends-Indep
 ===
 * electric
 * plm
 * red5
 
 Reverse-Build-Depends
 =
 * eclipse-pydev
 * libfreemarker-java
 * libmx4j-java
 * sikul

So is there a tool I can use to view the entire tree to see where jython
is required?

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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#789282: freehep-chartableconverter-plugin: switch B-D from libplexus-compiler-api-java to libplexus-compiler-java

2015-06-20 Thread tony mancill
On 06/20/2015 04:04 AM, Gabriele Giacone wrote:
 On Fri, Jun 19, 2015 at 03:46:41PM +0200, Andreas Beckmann wrote:
 Source: freehep-chartableconverter-plugin
 Version: 2.0-6
 Severity: serious
 Tags: stretch sid

 Your package Build-Depends: libplexus-compiler-api-java which was a
 transitional package that has now been removed. Please switch to
 libplexus-compiler-java instead.
 
 Hi Giovanni,
 
 fixed bug, rebuilt, pushed changes.
 Please upload it yourself or grant me DM upload rights.
 Also available at
 
  
 http://mentors.debian.net/debian/pool/main/f/freehep-chartableconverter-plugin/freehep-chartableconverter-plugin_2.0-7.dsc
 
 Thanks,


Hello Gabriele, hi Giovanni -

Gabrielle, I have submitted the DM ACL request on behalf of the team.
Thank you for helping cut down on cruft.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#788353: locales-all provides: locales, but not all files locales provide

2015-06-10 Thread tony mancill
On Wed, 10 Jun 2015 15:59:03 +0200 Holger Levsen hol...@layer-acht.org
wrote:

 https://reproducible.debian.net/rbuild/unstable/amd64/jblas_1.2.3-5.rbuild.log
  failed like this:

Hi Holger,

Nice job tracking down the root cause of this FTBFS error.  I'd kind of
prefer for locales-all to get it's act together instead of declaring a
Build-Conflicts against locales-all, but I don't want jblas to get
removed from testing in the meantime.  Therefore, I'll prepare an upload
and (try to remember to) revert the Build-Conflicts down the road.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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.

Re: kryo-serializers_0.22-1_amd64.changes REJECTED

2015-06-11 Thread tony mancill
On 06/11/2015 04:00 PM, Thorsten Alteholz wrote:
 
 Hi Emmanuel,
 
 unfortunately I have to reject your package.
 
 The file
  src\test\java\de\javakaffee\kryoserializers\cglib\CustomClassLoader.java 
 doesn't seem to be distributable.
 
   Thorsten

It has been fixed upstream in this commit [1].  Also see
https://github.com/magro/kryo-serializers/issues/16.

Cheers,
tony

[1]
https://github.com/magro/kryo-serializers/commit/f67fcd96b0698de4a05aefed227fac69c31a2a6c#diff-b40476a622c26719e42add79bffd448b





signature.asc
Description: OpenPGP digital signature
__
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#787361: [RC][cc-by-nc-sa] Please clarify license of a few svg files

2015-05-31 Thread tony mancill
On 05/31/2015 01:03 PM, bastien ROUCARIÈS wrote:
 Package: xhtmlrenderer
 Version:  0.0~R8-1
 Severity: serious
 user: lintian-ma...@debian.org
 usertags: license-problem-cc-by-nc-sa
 
 Hi,
 
 Could you please clarify the license of:
   demos/svg/xhtml/dat/face-crying.svg
 claimed on source to be cc-by-nc-sa, thus non free.
 
 If it is really a non free image please purge these files.
 
 If it is a false positive please override like in 
 http://sources.debian.net/src/freecad/0.14.3702%2Bdfsg-3/debian/source/lintian-overrides/
 and add a changelog entry and a full explanation on debian/copyright. You may 
 ask upstream to remove this cc-by-sa-nc tag on the svg file
 
 Bastien

Hello Bastien,

Thank you for pointing this out. It looks like we can replace it with
/usr/share/icons/Tango/scalable/emotes/face-crying.svg, which is
essentially the same icon by same author, but appears to be (slightly?)
better off license-wise - it carries the CC Public Domain
Certification [0], although that license appears to be discouraged.

For what it's worth, other folks have neglected to look at the metadata
in the file itself as well.  For example, this page [1] claims public
domain (and the file history claims cc-by-sa-2.5), but downloading the
48x48 file shows that it's the same file that you detected in
xhtmlrenderer, carrying the cc-by-nc-sa license.

For the Java Team, it also appears that xhtmlrenderer has been renamed
to flyingsaucer [2], so we may want to do a sourceful transition once
this bug is addressed.

Cheers,
tony

[0] https://creativecommons.org/licenses/publicdomain/
[1] http://commons.wikimedia.org/wiki/File:Face-crying.svg
[2] https://github.com/flyingsaucerproject/flyingsaucer



signature.asc
Description: OpenPGP digital signature
__
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#790382: openjfx: build-dependency on ksh is superfluous

2015-06-28 Thread tony mancill
On 06/28/2015 11:26 AM, Markus Koschany wrote:
 Source: openjfx
 Version: 8u40-b25-1
 Severity: normal
 
 Hi,
 
 openjfx is marked for autoremoval from testing because it
 build-depends on ksh. I have rebuilt openjfx without ksh and it
 appears this build-dependency is not required for building openjfx.
 Therefore I think we should remove ksh from Build-Depends.
 
 Regards,
 
 Markus

Hi Markus,

Ha, I did the same thing this morning and came to the same conclusion.
I am preparing and upload.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#790382: openjfx: build-dependency on ksh is superfluous

2015-06-28 Thread tony mancill
On 06/28/2015 02:06 PM, Emmanuel Bourg wrote:
 Le 28/06/2015 22:02, Markus Koschany a écrit :
 
 The combination of Korn shell and openjfx was somehow suspicious, I guess.
 
 Thank you for testing this Markus. I added the dependency initially
 because it was mentioned in the upstream documentation [1] but I never
 experimented without.
 
 Tony, if you rebuild without ksh that would be nice to also update to
 the latest upstream release. The upgrade to 8u45 should be straightforward.

Hi Emmanuel,

I didn't run into any problems building or installing without ksh, so am
uploading the current version with the build-dep change along with a
couple of other minor lintian tweaks.

I did try updating to 8u45-14, which is the version returned by
http://87.98.165.193/checkjdk.php, but step in debian/orig-tar.sh that
try tries to fetch that version from hg.openjdk.java.net spews some
python exceptions that I wasn't certain how to deal with.  I will try
take a look at updating once I get a few other things off my plate -
namely, the jnr-ffi ports.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#786651: jython: invoking jython gives a stacktrace and nothing more

2015-05-24 Thread tony mancill
On 05/23/2015 05:52 PM, Rogério Brito wrote:
 Package: jython
 Version: 2.5.3-5
 Severity: important

Hi Rogério,

We're in the midst of a fairly significant transition of the libraries
required for jruby and jython.

Looking at the dependencies below, it appears that I need to adjust the
versioned dependencies of jython's binary package to be sure that it
can't be installed alongside the old libconstantine-java and jnr-posix
packages.

Thank you for the bug report.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#786651: jython: invoking jython gives a stacktrace and nothing more

2015-05-25 Thread tony mancill
On 05/24/2015 05:10 PM, Rogério Brito wrote:
 Dear Tony,
 
 On May 24 2015, tony mancill wrote:
 We're in the midst of a fairly significant transition of the libraries
 required for jruby and jython.
 
 That's amazing, thank you very much.
 
 Some extra information: I was able to make things work by just downgrading
 jython and nothing else. Does that mean that jython is at a fault here?
 
 More precisely, jython 2.5.3-3 works perfectly, but version 2.5.3-5 gives
 the result that I reported, even if the rest of the dependencies are kept as
 of unstable.
 
 Looking at the dependencies below, it appears that I need to adjust the
 versioned dependencies of jython's binary package to be sure that it
 can't be installed alongside the old libconstantine-java and jnr-posix
 packages.
 
 Can you confirm that jython 2.5.3-3 works, but that 2.5.3-5 is broken, even
 with the updated versions of unstable? I hope that this guides you while
 expressing the dependencies.

I'm certain that -5 will break in unstable/testing.  -4 includes new
patches and build-deps that require the versions of jnr-constants and
jnr-posix that will be in the archive soon (jnr-posix is still in NEW).

We were anticipating the break in unstable, but it is my mistake that
the jython package migrated to tested prior to its dependencies.  I was
focused on the build-deps, but neglected to verify that these would
translate into the desired binary package dependencies.  Once the newer
versions of the dependencies hit the archive, the situation will be
reversed and you will be required install the newer jython.

I am going to upload -6.  Do people think it's worth it to try to get -5
removed from the archive?

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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.

Re: libnu-htmlparser-java_1.4-1_amd64.changes REJECTED

2015-05-23 Thread tony mancill
On 05/20/2015 12:00 PM, Paul Richards Tagliamonte wrote:
 
 Since this hasn't been re-processed; I'm clearing it. Please re-upload
 if it's fit for the archive
 
 From a year ago, Thorsten left a note:
 
 the license of some files says that:
 You are granted a license to use, reproduce and create derivative works
  of this document.


Hi Paul, thank you for following up on this.

Andrew, my memory is a little fuzzy, but was this part of updating
NetBeans.  Is that effort still active?

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#783233: RFS: libapache-mod-jk 1:1.2.40+svn150520-1 [RC]

2015-05-21 Thread tony mancill
On 05/21/2015 01:00 PM, Markus Koschany wrote:
 Control: tags -1 pending
 
 Hi,
 
 I have prepared a new upstream release of libapache-mod-jk which fixes
 RC bug #783233, better known as CVE-2014-8111. I would be glad if
 someone reviewed the package and uploaded it to unstable.

Hello Markus,

Thank you for your efforts here.  I have reviewed the packaging and
differences against the current version, and have sponsored the upload
to unstable.

There is a lintian warning for apache2-deprecated-auth-config, but I
think it can be addressed in a subsequent upload.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#779895: Suggested patch

2015-08-13 Thread tony mancill
On 08/09/2015 03:04 PM, Raphael Hertzog wrote:
 Control: tag -1 + patch
 
 Please consider applying the attached patch.

Thank you for the patch - I'm working on an upload now.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#776608: findbugs: new upstream version 3.0.1

2015-08-18 Thread tony mancill
A status report on this...

I am working on an update for findbugs to upgrade it to 3.0.1.

The piece that is slowing me down right is updating it to work with bcel
6.0.  If anyone has experience or hints related to switching from the
VisitorSupportsInvokeDynamic - Visitor interface, that would be
helpful.  In any event, I suspect it will a bit longer (maybe in the
next week) before I have a package ready for the archive.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#796553: jnr-x86asm: error in vcs-browser url

2015-08-22 Thread tony mancill
On 08/22/2015 06:38 AM, Hans Joachim Desserud wrote:
 Package: jnr-x86asm
 Version: 1.0.2-4
 Severity: minor
 Tags: patch
 
 Dear maintainer,
 
 The current vcs-browser url results in an error message stating it's an
 invalid request.
 I've made a small patch which tweaks the url so it points to the repo
 instead.

Thank you for the patch - fixed in the packaging repo.




signature.asc
Description: OpenPGP digital signature
__
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#793860: findbugs: Please consider depending on default-jre | java5-runtime

2015-07-29 Thread tony mancill
On 07/28/2015 02:27 AM, Rogério Brito wrote:
 Package: findbugs
 Version: 2.0.3+repack-1
 Severity: wishlist
 
 Dear Java maintainers,
 
 I would like to get some other virtual machines installed on my system
 (e.g., the one from Oracle or have only openjdk-8---or openjdk-9 if I'm
 feeling adventurous) and it would be super nice to have one of those fulfill
 the dependencies that default-jre provides.

Hi Rogério,

Depending on the default-jre or the minimum runtime makes good sense to
me, and seems like a generally useful best practice.

Thanks for the bug report!
Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#794401: java-package: runnning make-jpkg reports Invalid size (1 MB) of extracted archive.

2015-08-02 Thread tony mancill
On 08/02/2015 09:08 AM, David Sauer wrote:
 Package: java-package
 Version: 0.56
 Severity: normal
 
 Dear Maintainers,
 
  I have a problem with make-jpkg. I've tracked the issue into function
 
 diskusage() {
 local path=$1
 read size dummy  ( du -sm $path )
 echo $size:$dummy 2
 echo $size
 }
 
 which tests size of unpacked java distribution.
 
 The issue is related to OpenVZ guest (and probably doesn't exists on bare hw)
  - `du` tests for disk size of a directory $path, but data have not been 
 written to the disk 
 at a time of the `du` (`du` returns very small number, nearly 0).
 
 I haved temporarily fixed the problem with a sleep:
 
 diskusage() {
 local path=$1
 sleep 10  #  inserted sleep
 read size dummy  ( du -sm $path )
 echo $size:$dummy 2
 echo $size
 }
 
 but this is a bit dirty solution (it simply waits some time to finish 
 write-to-disk operation physically)
  by host container.

Hi David,

Instead of an arbitrary sleep, could you try using sync to flush
current buffers.  It seems like the container should respect that, and
it could be a solution that could work in general.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#794658: Debian Sid: unresolved dependencies (libphonenumber)

2015-08-09 Thread tony mancill
On Thu, 6 Aug 2015 17:33:27 +0200 Jordi Pujol Palomer
jordipuj...@gmail.com wrote:
 Hello,
 
 dependencies have not been a problem for me,
 version 1.58 of that libraries was already installed.
 
 the real problem is on maven tests,
 the package compiled after modifying the file
 debian/maven.properties
 
 uncomment the line:
 #maven.test.skip=true

I can confirm that the package builds fine against boost 1.58 and have
fixed the issue with the tests.  I will upload one more version of 6
with these fixes (essentially a binNMU + a one-liner patch for the
tests), and then return to working on the upload of 7.0.8 that Matthias
has suggested.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#793215: antlr: change of type in system_error might break with GCC-5

2015-08-09 Thread tony mancill
On 08/09/2015 02:29 PM, Matthias Klose wrote:
 On 08/09/2015 11:26 PM, Christoph Anton Mitterer wrote:
 On Sun, 2015-08-09 at 23:24 +0200, Christoph Anton Mitterer wrote:
 or get Matthias to bring out a new version
 which has the Breaks removed :-)
 Oh I've just seen that this has apparently already happened.
 
 the breaks was changed to libantlr-dev.
 
 So I guess this bug can be closed, can't it?
 
 no, a libantlr-dev built with GCC 5 needs to go into the archive. And that
 libantlr-dev probably should break any packages which build-depend on it.

Okay, I'll have a look.

Thanks,
tony



signature.asc
Description: OpenPGP digital signature
__
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#793215: antlr: change of type in system_error might break with GCC-5

2015-08-09 Thread tony mancill
On Sat, 08 Aug 2015 00:55:57 +0200 Christoph Anton Mitterer
cales...@scientia.net wrote:
 Hey.
 
 Anything new here? That blocks upgrading to to current libstdc++6
 (without removing a large number of packages) and thus also prevents
 other packages (that already depend on newer libstdc++6) with important
 security updates to be installed.
 
 Shouldn't the severity been raised, as the package is unistallable?
 
 Cheers,
 Chris


Hi Chris,

thanks for the reminder to check on this.  I don't see how antlr is
affected, given that the only potential issue is with source code that
lives in a comment:

https://codesearch.debian.net/results/catch.*%3A%3Afailure%20package%3Aantlr/page_0

Therefore, I'm inclined to close the bug as Matthias suggests.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#777967: libphonenumber: ftbfs with GCC-5

2015-07-24 Thread tony mancill
On 07/21/2015 08:13 AM, Matthias Klose wrote:
 Control: tags -1 + patch
 
 packaged a new upstream version, the library needs a transition anyway. Would 
 it
 be ok to upload this version to experimental?
 
 package at
 https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-016/+sourcepub/5227114/+listing-archive-extra

Hi Matthias,

Thank you for packaging this update.  Feel free to upload to
experimental, but I'll work on getting 7.0.8 into Debian experimental if
you don't beat me to it.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#791992: gluegen2: New upstream available

2015-07-20 Thread tony mancill
Brief update...  I have 2.3.1 packaged, but there will need to be some
porting of scilab to work with the newer version, and I think an update
of libjogl2-java also.

I may upload gluegen2 to experimental if folks think that's useful.
Otherwise, I'll upload once libjogl2-java and scilab are ready.

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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.

Re: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-10-26 Thread tony mancill

On 2015-10-26 15:06, Markus Koschany wrote:

Am 26.10.2015 um 22:47 schrieb Emmanuel Bourg:
[...]

I haven't looked into the details but I don't think this is sufficient
to transition to httpclient. The Java classes and package names are 
not

the same, so a transition should imply code changes too. If it still
builds it probably means commons-httpclient is still in the dependency
graph at a deeper level, but activemq will FTBFS later when that other
package referencing commons-httpclient will transition to httpclient.


Hi,

I haven't checked this fix either but I wanted to point out that
upstream has fixed this already. The latest upstream release depends on
httpcomponents-client instead of commons-httpclient, so upgrading to 
the

latest release should always resolve this issue.


The libregexp-java fix was the main focus to prevent the removal from
testing, but I will double-check the possibility of a nested dependency
on commons-httpclient.  Now that you mention it, I'm sure that has to be
the case.

Thanks,
tony

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


Bug#802701: freemind: Freemind doesn't start with OpenJDK-8

2015-11-01 Thread tony mancill
On 11/01/2015 02:20 AM, Vincent Smeets wrote:

> further investigation shows that it's probably not a problem of
> freemind, but of OpenJDK or X11 or something else.

Hi Vincent,

Thank you for looking into it again.  We can leave the bug open and then
reassign it once we determine the root cause.  It may help others who
are encountering the same issue.

Cheers,
tony



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

Bug#800977: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-11-01 Thread tony mancill
On 10/26/2015 02:47 PM, Emmanuel Bourg wrote:
> Hi Tony,
> 
> Le 26/10/2015 05:31, Tony Mancill a écrit :
> 
>> diff --git a/debian/control b/debian/control
>> index 84d6bde..f788c80 100644
>> --- a/debian/control
>> +++ b/debian/control
>> @@ -17,7 +17,7
>>   libcommons-daemon-java,
>> - libcommons-httpclient-java,
>> + libhttpclient-java,
>>   libcommons-io-java,
>> diff --git a/debian/maven.rules b/debian/maven.rules
>> index 9a398e5..4e17369 100644
>> --- a/debian/maven.rules
>> +++ b/debian/maven.rules
>> @@ -26,7 +26,7
>>  # Dependencies
>>  org.apache.activemq.protobuf activemq-protobuf * s/.*/1.1/ * *
>>  commons-collections commons-collections jar s/3\..*/3.x/ * *
>> -commons-httpclient commons-httpclient jar s/3\..*/3.x/ * *
>> +commons-httpclient httpclient jar s/3\..*/debian/ * *
> 
> 
> I haven't looked into the details but I don't think this is sufficient
> to transition to httpclient. The Java classes and package names are not
> the same, so a transition should imply code changes too. If it still
> builds it probably means commons-httpclient is still in the dependency
> graph at a deeper level, but activemq will FTBFS later when that other
> package referencing commons-httpclient will transition to httpclient.

Hi Emmanuel,

I went back to check to see if I was moving too quickly when I made this
change, but there are no references in the current sources to
org.apache.commons.http, but there are references to org.apache.http
found in:

> activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpClientTransport.java
> activemq-optional/src/main/java/org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgent.java

You are correct that libcommons-httpclient-java does get pulled in via
transitive dependencies - libaxis-java and libwagon-java are the
culprits here - but based on what I'm seeing, it appears that activemq
has been missing the build-dep on libhttpclient-java, not the other way
around.  Am I missing something?

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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#733586: closure-compiler: new upstream version available

2015-11-04 Thread tony mancill

On 2015-11-04 14:21, Christoph Biedl wrote:

Source: closure-compiler
Version: 20130227+dfsg1-8
Followup-For: Bug #733586

Gentle ping? The latest upstream release is 20151015 as far as I can
see. There have been some changes so the present Debianisation cannot
simply be forwarded. My skills in Java packaging are however somewhat
limited.

Christoph, on behalf of another person who is interested in using
closure-compiler


Hi Christoph,

Thank you for the reminder on this.

I took a look at the 20151015 release and so far it appears that we only 
need to package one additional reverse dependency - "truth" 
(http://google.github.io/truth).  We may also take advantage of this 
opportunity to switch from ant to the maven-based build system.  I'll 
try to get the new r-dep packaged this weekend and then see how quickly 
we can get the rest of it ready to go.


Cheers,
tony

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


Bug#803585: mauve: please make the build reproducible

2015-10-31 Thread tony mancill
On 10/31/2015 08:07 AM, Reiner Herrmann wrote:
> Source: mauve
> Version: 20140821-3
> Severity: wishlist
> Tags: patch
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: umask
> X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hello Reiner,

thank you for the patch.  I have applied it to the packaging repo for
mauve so the change will be part of the next upload.

Cheers,
tony




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

Bug#802701: freemind: Freemind doesn't start with OpenJDK-8

2015-10-31 Thread tony mancill
On 10/22/2015 10:12 AM, Vincent Smeets wrote:
> Package: freemind
> Version: 0.9.0+dfsg2-1
> Severity: normal
> 
> I have installed OpenJDK-7 and OpenJDK-8.
> Freemind is starting normally with OpenJDK-7 but hangs in the splash
> screen when started with OpenJDK-8.

Hi Vincent,

I'm also running testing + OpenJDK-8 and am not seeing any problem with
startup.  Can you try starting freemind with some additional debugging
and sharing the output?  For example:

> $ DEBUG=1 /usr/bin/freemind 
> [debug] /usr/bin/freemind: Found JAVA_HOME = 
> '/usr/lib/jvm/java-8-openjdk-amd64'
> [debug] /usr/bin/freemind: Found JAVA_CMD = 
> '/usr/lib/jvm/java-8-openjdk-amd64/bin/java'
> DEBUG:   Freemind parameters are ''.
> DEBUG:   Linux boson 4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) x86_64 
> GNU/Linux
> No LSB modules are available.
> DEBUG:   Distributor ID:  Debian
> Description:  Debian GNU/Linux testing (stretch)
> Release:  testing
> Codename: stretch
> DEBUG:   The following DEB packages are installed:
> ii  freemind0.9.0+dfsg2-1  allJava 
> Program for creating and viewing Mindmaps
> ii  freemind-doc0.9.0+dfsg2-1  all
> Documentation for FreeMind
> DEBUG:   Link '/usr/bin/freemind' resolved to 
> '/usr/share/freemind/freemind.sh'.
> DEBUG:   Freemind Directory is '/usr/share/freemind'.
> DEBUG:   Calling: '/usr/lib/jvm/java-8-openjdk-amd64/bin/java 
> -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D 
> -Dfreemind.base.dir=/usr/share/freemind -cp 
> ::/usr/share/freemind/lib/freemind.jar:/usr/share/java/SimplyHTML.jar:/usr/share/java/gnu-regexp.jar:/usr/share/java/jibx-run-1.1.6a.jar:/usr/share/java/xpp3.jar:/usr/share/freemind/lib/bindings.jar:/usr/share/java/forms.jar:/usr/share/freemind
>  freemind.main.FreeMindStarter  '.
> Checking Java Version...

Thank you,
tony



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

Bug#795418: jajuk: diff for NMU version 1:1.9.6-9.1

2015-10-13 Thread tony mancill
On 10/12/2015 09:29 AM, Sebastian Ramacher wrote:
> Control: tags 795418 + patch
> Control: tags 795418 + pending
> 
> Dear maintainer,
> 
> I've prepared an NMU for jajuk (versioned as 1:1.9.6-9.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.
> 
> Cheers

Hi Sebastian,

Thank you for the NMU of jajuk.  I have committed the patch to the
pkg-java SVN packaging repo.

Cheers,
tony




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

Bug#800534: jedit: Open dialog shows nonsense in the files list view

2015-10-15 Thread tony mancill
On Sun, Oct 04, 2015 at 09:24:20AM -0700, tony mancill wrote:
> On 09/30/2015 07:47 AM, Victor Porton wrote:
> > Subject: jedit: Open dialog shows nonsense in the files list view
> > Package: jedit
> > Version: 5.1.0+dfsg-2
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > File Open dialog sometimes shows some nonsense. See the attached
> > screenshot for an example.

jedit 5.2 has entered testing.  Any chance that addressed this problem
(I haven't yet been able to reproduce it locally).

thank you,
tony


signature.asc
Description: PGP signature
__
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#791992: gluegen2: New upstream available

2015-10-07 Thread tony mancill
On 10/07/2015 01:57 AM, Matthias Klose wrote:
>> I may upload gluegen2 to experimental if folks think that's useful.
>> Otherwise, I'll upload once libjogl2-java and scilab are ready.
> 
> any update on this?

Hi Matthias,

Thanks for the ping.  I have packaged gluegen2 2.3.1, which I think is
in good shape, but libjogl2-java and scilab both still need work.  I'll
go ahead and upload gluegen2 to experimental if that will help.

Cheers,
tony



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

Bug#802165: maven-debian-helper: Missing dependency on apt-file.

2015-10-18 Thread tony mancill
On 10/17/2015 03:01 PM, Kristoffer H Rose wrote:
> Package: maven-debian-helper
> Version: 1.6.13
> Severity: important
> 
> When run the package reports
> 
>   Checking that apt-file is installed and has been configured...
>   Error: apt-file is not available.
>   Please install the 'apt-file' package and try again.
> 
> The package should at least 'Recommend' apt-file.

Hello Kristoffer,

Thank you for the bug report.  I tend to agree that a stronger
dependency is warranted, and personally m-d-h should just Depend on
apt-file.  In fact, Recommends used to be the relationship, but it was
changed in 2011:

> commit bd309118603d193d1355516ff3a9d120ff885c05
> Author: Ludovic Claude 
> Date:   Wed Jun 8 22:55:16 2011 +
> 
> * Move apt-file, devscripts, subversion from Recommends: to Suggests: as
>   they are only required when mh_make is used
> * mh_make: rescan the Maven repository after the user installs a required 
> package.
> * mh_resolve_dependencies: Also launch Maven in offline mode
>   (with --offline option) when --offline parameter is used. Closes: 
> #629356

I have moved devscripts and apt-file back to Recommends for the next
upload.  If someone feels strongly that this isn't appropriate, we can
discuss on the list.

Cheers,
tony



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

Bug#802165: maven-debian-helper: Missing dependency on apt-file.

2015-10-18 Thread tony mancill
On 10/18/2015 12:12 PM, Emmanuel Bourg wrote:
> Le 18/10/2015 20:46, tony mancill a écrit :
> 
>> I have moved devscripts and apt-file back to Recommends for the next
>> upload.  If someone feels strongly that this isn't appropriate, we can
>> discuss on the list.
> 
> The extra dependencies slow down the pbuilder build. I was surprised by
> the missing dependency too, but on a second thought I realized it's
> acceptable to hit the error once and install apt-file manually. The
> error message is quite clear that's not terribly difficult to fix. On
> the other hand the time spent installing the missing dependencies is
> experienced by everyone and on every build.

I thought about that too, but apt-file is tiny compared to the other
packages being installed.  The argument is certainly stronger for
devscripts, which pulls in a lot of r-deps.

> An alternative would be to move mh_make to a separate binary package
> (maven-helper-make?).

Hmmm... it would be nice to separate the "make-time" (meaning, package
creation-time) tools from the build-time toolchain.  Do you think it's
reasonable to have something like a java-package-helper package that
contained the package make tools, regardless of whether they are for
ant, maven, gradle, etc.?

In any event, I'll revert my commit.  It sounds like there are more
reasons for Suggests.

Cheers,
tony






signature.asc
Description: OpenPGP digital signature
__
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#798343: libbcprov-java-doc: Package does not contain docs, api folder empty

2015-10-17 Thread tony mancill
On Fri, 16 Oct 2015 20:35:24 +1000 dean  wrote:
> On 10/15/15 04:41, Markus Koschany wrote:

> > I think we will fix this with the next revision of bouncycastle
> > one way or the other.
> 
> I might leave this one for the experts, this one is frustrating me ;-)

The vagaries of the interactions between the umpteen Java build systems
and the Debian Java toolchains can be frustrating.  I'm going to take a
look as this; we have many packages that fail to generate javadocs due
to not explicitly setting the encoding, and it would be nice to get them
cleaned up for stretch.

I'm also going to convert the packaging repo to git.

Cheers,
tony



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

Bug#798343: libbcprov-java-doc: Package does not contain docs, api folder empty

2015-10-17 Thread tony mancill
On Sat, 17 Oct 2015 18:39:32 -0700 tony mancill <tmanc...@debian.org> wrote:

> I'm also going to convert the packaging repo to git.

Correction - the migration had already happened, but the SVN repo never
got marked as MOVED_TO_GIT.  That step is now complete.



signature.asc
Description: OpenPGP digital signature
__
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#801475: freeplane: Fails to build with JMapViewer 1.11

2015-10-18 Thread tony mancill
On 10/18/2015 04:58 AM, Sebastiaan Couwenberg wrote:
> Hi Felix,
> 
> I missed this update to the bugreport.
> 
> On Fri, 16 Oct 2015 20:49:12 +0200 Felix Natter wrote:
>> I added a patch for JMapViewer-1.11 compatibility:
>>   http://anonscm.debian.org/cgit/pkg-java/freeplane.git
>>
>> I've set the distribution to experimental since it should probably be
>> uploaded to unstable together with jmapviewer (now that it _requires_
>> jmapviewer>=1.11).
>>
>> @Tony: Would you be willing to sponsor this and/or shall I submit an RFS
>> for this?
> 
> Since my upload of jmapviewer now causes freeplane to FTBFS, I'm willing
> to sponsor the upload of freeplane too.

Whoops - I'm several days behind on email.  I'll upload freeplane today,
if Bas doesn't beat me to it.

Cheers,
tony




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

Bug#798343: libbcprov-java-doc: Package does not contain docs, api folder empty

2015-10-18 Thread tony mancill
On 10/18/2015 06:10 AM, Markus Koschany wrote:
> Am 18.10.2015 um 03:39 schrieb tony mancill:
>> On Fri, 16 Oct 2015 20:35:24 +1000 dean <deanshann...@gmail.com> wrote:
>>> On 10/15/15 04:41, Markus Koschany wrote:
>>
>>>> I think we will fix this with the next revision of bouncycastle
>>>> one way or the other.
>>>
>>> I might leave this one for the experts, this one is frustrating me ;-)
>>
>> The vagaries of the interactions between the umpteen Java build systems
>> and the Debian Java toolchains can be frustrating.  I'm going to take a
>> look as this; we have many packages that fail to generate javadocs due
>> to not explicitly setting the encoding, and it would be nice to get them
>> cleaned up for stretch.
> 
> [...]
> 
> I wonder if we should change the default encoding to UTF-8 whenever one
> of our build tools like Ant, Maven or Gradle are used. It should still
> be possible to override the default encoding but UTF-8 appears to be the
> better choice than ANSI.
> 
> What do you think?

I think that's a great idea.  I'm glad you brought it up.




signature.asc
Description: OpenPGP digital signature
__
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#801455: libjogl2-java: please package upstream 2.3.1 or later

2015-10-10 Thread tony mancill
Source: libjogl2-java
Severity: wishlist

Filing a tracker bug to update libjogl2-java.  This is required to
introduce glugen2-2.3.1 to unstable and update scilab.


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

Bug#791487: antlr3: Depends on obsolete packages

2015-07-11 Thread tony mancill
On 07/11/2015 08:49 AM, Hans Joachim Desserud wrote:
 ... or alternatively release the fix which has already been pushed to
 the repo :)
 http://anonscm.debian.org/viewvc/pkg-java?view=revisionrevision=18762
 http://anonscm.debian.org/viewvc/pkg-java/trunk/antlr3/debian/?view=log
 
 I didn't see that until now.

Hello Hans,

Thank you for taking interest in this.  I should have marked myself as
the bug owner when I started to working on it to prevent the duplicated
effort.

There is a bit more minor package freshening that I will do before the
upload.

Best regards,
tony



signature.asc
Description: OpenPGP digital signature
__
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#791951: Please support ARM64 (build.xml and src/bin/sh.script.in)

2015-07-11 Thread tony mancill
On 07/09/2015 10:29 AM, Martin Michlmayr wrote:
 Package: service-wrapper-java
 Version: 3.5.25-2
 Severity: wishlist
 User: debian-...@lists.debian.org
 Usertags: arm64 port
 
 This package fails to build on arm64, but a quick looks suggests
 this package might be useful on arm64.  Do you know if upstream or
 someone else is working on arm64 support (aarch64) already?
 
 Maybe we just need to update build.xml and src/bin/sh.script.in?

Hi Martin,

Yes, it was trivial to port it to aarch64, and having asachi available
is quite handy.  arm64 has been added to the architecture list in the
upload of 3.5.26, which should be hitting the archive fairly soon.

If you have any problems with the package, I'll be happy to take a look.

Cheers,
tony





signature.asc
Description: OpenPGP digital signature
__
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#802701: freemind: Freemind doesn't start with OpenJDK-8

2015-11-27 Thread tony mancill
There is a problem with JabRef that could be the same root cause.  There
is a discussion including stack traces (wherein the AWT-EventQueue-1
thread looks suspicious) available here:

https://github.com/JabRef/jabref/issues/393



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

Bug#799007: bouncycastle: please package a newer version or upload 1.51-1 to unstable

2015-12-06 Thread tony mancill
On 12/06/2015 08:31 AM, Markus Koschany wrote:
> On Mon, 30 Nov 2015 21:17:43 -0800 tony mancill <tmanc...@debian.org> wrote:
>> On 11/30/2015 01:03 PM, Markus Koschany wrote:
>>> I have been working on jakarta-jmeter and tika. Tika can be fixed by
>>> upgrading to the latest upstream release which is 1.11~rc1.
>>> Jakarta-jmeter needed a patch because even the latest upstream version
>>> isn't ready for bouncycastle 1.51 or later yet.
>>
>> Regarding jdeb, I have been focusing on getting jdeb 1.4 packaged for
>> Debian.  It's ready for bc 1.51, and just generally, it would be nice to
>> have a recent version of jdeb in Debian.
> 
> Hi tony,
> 
> I have uploaded bouncycastle 1.51 to unstable. Do you want to take care
> of the jdeb upload yourself? If you haven't found the time for libpdfbox
> yet, I can look into it soon. If you have already done some work on it,
> please push your changes and I'll continue the work from there.

Hi Markus,

I'll work on jdeb now, and let's see how far I can get by the end of
today (December 6th) with libpdfbox.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#799007: bouncycastle: please package a newer version or upload 1.51-1 to unstable

2015-12-06 Thread tony mancill
On 12/06/2015 08:31 AM, Markus Koschany wrote:
> On Mon, 30 Nov 2015 21:17:43 -0800 tony mancill <tmanc...@debian.org> wrote:
>> On 11/30/2015 01:03 PM, Markus Koschany wrote:
>>> I have been working on jakarta-jmeter and tika. Tika can be fixed by
>>> upgrading to the latest upstream release which is 1.11~rc1.
>>> Jakarta-jmeter needed a patch because even the latest upstream version
>>> isn't ready for bouncycastle 1.51 or later yet.
>>
>> Regarding jdeb, I have been focusing on getting jdeb 1.4 packaged for
>> Debian.  It's ready for bc 1.51, and just generally, it would be nice to
>> have a recent version of jdeb in Debian.
> 
> Hi tony,
> 
> I have uploaded bouncycastle 1.51 to unstable. Do you want to take care
> of the jdeb upload yourself? If you haven't found the time for libpdfbox
> yet, I can look into it soon. If you have already done some work on it,
> please push your changes and I'll continue the work from there.

Hi Markus,

jdeb has been uploaded.  I have libpdfbox building locally without any
issues, but I'd like to also get the unit-tests working, but so far
haven't had any luck.

If you'd like to take a look, I have pushed my work and bc 1.51 patch
for libpdfbox to the git repo as branch tmancill/bc151.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature
__
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#807420: lwjgl: FTBFS on ppc64el: error: wrong type argument to unary exclamation mark

2015-12-08 Thread tony mancill
On 12/08/2015 08:32 AM, Fernando Seiti Furusato wrote:
> Source: lwjgl
> Version: 2.7.1+dfsg-4
> Severity: normal
> Tags: patch
> 
> Dear Maintainer,
> 
> I am aware that this package has a newer version available.
> But since it is in the repository, it would be good to have it building on
> ppc64el as well.
> 
> The reason for the failure is because altivec is enabled by default on
> ppc64el so all gets compiled with flag -maltivec on.
> Consequently, macros definitions from altivec.h such as bool, vector and 
> pixel get replaced along the code.
> 
> I included -mcpu-powerpc if the arch is ppc64le, but I am not sure this is
> the best way to do so.
> 
> I know it works, because I tested on x86_64 and ppc64el.

Hi Fernando,

thank you for the bug report and the patch.  I'll get this uploaded so
we're building on ppc64el.

Cheers,
tony



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

Bug#807391: libcommons-openpgp-java: FTBFS: BouncyCastleOpenPgpStreamingSignatureVerifier.java:92: error: cannot find symbol [..] sig.initVerify( key, "BC" );

2015-12-08 Thread tony mancill
On 12/08/2015 04:14 AM, Chris Lamb wrote:
> Source: libcommons-openpgp-java
> Version: 0+svn533492-5
> Severity: serious
> Justification: fails to build from source
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

I can't find any reverse dependencies for this package.  Any objections
to requesting its removal?




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

Bug#806768: c3p0: newer upstream version available (0.9.5.1)

2015-11-30 Thread tony mancill
Source: c3p0
Severity: wishlist

I'm filing a tracking bug so we can get an updated version of c3p0 into
the archive.  Version 0.9.5.1 will require the packaging of a separate
JAR, mchanges-common-java, so an ITP for that is to follow.

Thanks,
tony

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


Bug#799007: bouncycastle: please package a newer version or upload 1.51-1 to unstable

2015-11-30 Thread tony mancill
On 11/30/2015 01:03 PM, Markus Koschany wrote:
> I have been working on jakarta-jmeter and tika. Tika can be fixed by
> upgrading to the latest upstream release which is 1.11~rc1.
> Jakarta-jmeter needed a patch because even the latest upstream version
> isn't ready for bouncycastle 1.51 or later yet.

Regarding jdeb, I have been focusing on getting jdeb 1.4 packaged for
Debian.  It's ready for bc 1.51, and just generally, it would be nice to
have a recent version of jdeb in Debian.

The one piece I'm still looking into is how to get around a build
failure with maven-plugin-plugin:3.3.  jdeb 1.4 wants 3.4 for the
java-annotations plugin and fails with:

> [INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ jdeb ---
> [INFO] Using 'UTF-8' encoding to read mojo metadata.
> [INFO] Applying mojo extractor for language: java-annotations
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 2.713 s
> [INFO] Finished at: 2015-11-28T06:33:26+00:00
> [INFO] Final Memory: 15M/271M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-plugin-plugin:3.3:descriptor 
> (default-descriptor) on project jdeb: The API of the mojo scanner is not 
> compatible with this plugin version. Please check the plugin dependencies 
> configured in the POM and ensure the versions match. 
> com/thoughtworks/qdox/JavaDocBuilder: com.thoughtworks.qdox.JavaDocBuilder -> 
> [Help 1]

However, if this is holding things up, I'm confident that we could
fairly quickly patch up jdeb 1.0.2.

Cheers,
tony



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

Re: Bug#799007: bouncycastle: please package a newer version or upload 1.51-1 to unstable

2015-11-22 Thread tony mancill
On 11/21/2015 06:32 AM, Markus Koschany wrote:
> On Mon, 14 Sep 2015 23:16:15 +0200 Markus Koschany  wrote:
>> Source: bouncycastle
>> Version: 1.49+dfsg-3
>> Severity: wishlist
>>
>> a newer version of bouncycastle would be nice. I guess 1.51-1 in
>> experimental will break a couple of r-deps? Well, then we can start
>> filing blocking bugs now. :)
> 
> The following packages will FTBFS with version 1.51:
> 
> 
> libitext-java
> jakarta-jmeter
> libpdfbox-java
> libitext5-java
> jenkins-instance-identity
> tika
> jdeb
> 
> Question mark behind voms-api-java, might be something different.
> 
> And Gradle currently FTBFS for me and I don't know why.
> 
> I will try to fix the packages above, so that we can upload 1.51 to
> unstable which will also fix the security bug in sid and testing.

Hi Markus,

Thank you for spearheading this effort.  Would it be helpful if we
divide up the package list for 1.51?  (This might also help spread out
the load for the eventual transition to 1.52.)

If you haven't started on them already, I'll take libpdfbox-java and
jdeb.  Otherwise, let me know which packages I can look at.

Cheers,
tony





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

Bug#827577: cronometer: cannot select text in cronometer

2016-06-18 Thread tony mancill
On 06/17/2016 07:23 PM, koanhead wrote:
> Package: cronometer
> Version: 0.9.9+dfsg-1
> Severity: normal
> 
> Dear Maintainer,
> 
> When attempting to select text in Recipe Editor, Nutrients tab, General tab,
> all the data in the table is 'grayed out' and not selectable. This makes it
> impossible to copy-paste this data and share it.

Hi,

Thank you for the bug report.  Is this new behavior, or are you
reporting a general (upstream) bug with the software?

I checked the upstream site, and although the project is viable, it
doesn't appear that the standalone Java client is under active
development.  Instead, the upstream authors redirect users to the web
version [1,2].  For that reason, I suspect it's unlikely that the
upstream authors will look into updating the library used in the client.

Perhaps someone will fork the project and continue development on the
standalone client.

Thank you,
tony

[1] https://cronometer.com/download/
[2] https://cronometer.com/

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


Bug#827620: netty: CVE-2016-4970: Infinite loop vulnerability when handling renegotiation using SslProvider.OpenSsl

2016-06-18 Thread tony mancill
On 06/18/2016 11:51 AM, Salvatore Bonaccorso wrote:
> Source: netty
> Version: 1:4.0.36-2
> Severity: important
> Tags: security upstream
> 
> Hi,
> 
> the following vulnerability was published for netty. Can you please
> double-check this issue. According the upstream all versions
> 4.0.0.Final - 4.0.36.Final and 4.1.0.Final would be affected, and
> fixed in 4.1.1.Final, according to [1].
> 
> CVE-2016-4970[0]:
> Infinite loop vulnerability when handling renegotiation using 
> SslProvider.OpenSsl
> 
> If you fix the vulnerability please also make sure to include the
> CVE (Common Vulnerabilities & Exposures) id in your changelog entry.
> 
> For further information see:
> 
> [0] https://security-tracker.debian.org/tracker/CVE-2016-4970
> [1] http://netty.io/news/2016/06/07/4-1-1-Final.html
> 
> Please adjust the affected versions in the BTS as needed.
> 
> Regards,
> Salvatore


Hi Salvatore,

Based on the notes in [2], I have uploaded 4.0.37 to unstable, which
should take care of the CVE in unstable and testing.  This will give the
Java Team a moment to discuss strategy regarding 4.0.x vs. 4.1.x.

I haven't seen any information as to whether this vulnerability also
affects the version in stable, 3.2.6.

Cheers,
tony

[2] http://netty.io/news/2016/06/07/4-0-37-Final.html



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

Bug#819332: tuxguitar: New 1.3.x versions available upstream

2016-04-09 Thread tony mancill
On 03/26/2016 02:51 PM, Jérôme wrote:
> Package: tuxguitar
> Version: 1.2-20
> Severity: wishlist
> 
> Dear Maintainer,
> 
> a new version of Tux Guitar was released beginning of 2016.
> 
> http://www.tuxguitar.com.ar/changes.html
> 
> Version 1.3.2 (2016-03-16)

Hello Jérôme,

Thank you for reporting the updated version.  I have taken a quick look
and the new upstream tarball needs some license clarification before it
will be distributable as per the DFSG.

For example, the soundbank beneath ./TuxGuitar-resources/ merely says
that it was "contributed," but doesn't clarify the distribution license.
 Furthermore, I think we'll run into problems with it not being in a
"preferred form of modification."

Similarly, parts of the TuxGuitar-android tree is GPLv2 instead of LGPL,
but I believe it can simply be excluded from a DFSG tarball.

> Any plans to package it?

I can try, but I welcome help.  I think the first thing to do is
determine whether we need/want to try to distribute the soundbank (via a
contrib package) and have the tuxguitar-jsa package suggest that.
Looking at the popcon graphs [1], the -jsa package isn't nearly as
popular as either -alsa or -oss, so maybe it's preferable to get 1.3.x
packaged without it?

Cheers,
tony

[1] https://qa.debian.org/popcon.php?package=tuxguitar



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

Bug#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread tony mancill
On 03/04/2016 12:24 AM, Markus Koschany wrote:
> On Thu, 03. Mar 22:30 tony mancill <tmanc...@debian.org> wrote:
>>> diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch 
>>> bsh-2.0b4/debian/patches/CVE-2016-2510.patch
>>> --- bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-02 
>>> 20:24:07.0 -0800
>>> +++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-03 
>>> 22:10:57.0 -0800
>>> @@ -35,8 +35,8 @@
>>>  -  class Handler implements InvocationHandler, java.io.Serializable
>>>  +  class Handler implements InvocationHandler
>>> {
>>> -+  private Object readResolve() throws ObjectStreamException {
>>> -+  throw new NotSerializableException();
>>> ++  private Object readResolve() throws 
>>> java.io.ObjectStreamException {
>>> ++  throw new java.io.NotSerializableException();
>>>  +  }
>>>  +
>>
>> So, if you're okay with the patch, could you apply it and upload an
>> updated bsh?  Or do you mind if I do?
> 
> Hi tony,
> 
> I can upload a new revision of bsh with this change later. I'm just wondering
> why we need to use java.io.ObjectStreamException and
> java.io.NotSerializableException explicitly because these classes are already
> imported in bsh's XThis.java.
> 
> import java.io.*;
> 
> Anyway it doesn't change the intention of the patch and should be safe.

Hi Markus,

I ask myself that same question, and intend to look it up.  Perhaps
because it's a nested inner class of XThis?

But one of the clues was that the original code specified the full class
name for java.io.Serializable and not just Serializable.

I agree that it shouldn't affect the intention of patch and should be
safe, but it is a bit puzzling.

Thank you,
tony

P.S.  I'm leaving you on the cc: because my MX is having some issues
with bugs.debian.org at the moment.  Sorry if you get duplicates.



signature.asc
Description: OpenPGP digital signature
__
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#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread tony mancill
On 03/03/2016 12:49 PM, Markus Koschany wrote:
> Am 03.03.2016 um 05:03 schrieb tony mancill:
>> Control: -1 tag  + confirmed
>> Control: -1 owner tmanc...@debian.org
>>
>> On 02/29/2016 11:05 PM, Chris Lamb wrote:
>>> Source: jedit
>>> Version: 5.3.0+dfsg-1
>>> Severity: serious
>>> Justification: fails to build from source
>>
>>>   [javac] 
>>> /home/lamby/temp/cdt.20160301065925.cu0iTWjXkj/jedit-5.3.0+dfsg/org/gjt/sp/jedit/bsh/XThis.java:128:
>>>  error: cannot find symbol
>>>   [javac]   throw new NotSerializableException();
>>
>> Thanks for the bug report.  Looks like we have a bit of porting for the
>> latest bsh upload.
>>
> 
> Sorry for the inconvenience. If there is more involved than importing
> the missing class, please let me know and I try to fix it.

Hi Markus,

No inconvenience at all. The issue seems to be with the upstream patch
for CVE-2016-2510, which drops the java.io.Serializable interface from
the InvocationHandler, but then references the ObjectStreamException and
NotSerializableException classes that package.

I was able to get things working for jedit by applying the following
patch (also attached), building a new bsh-src package locally, and using
that for the jedit build.

> diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch 
> bsh-2.0b4/debian/patches/CVE-2016-2510.patch
> --- bsh-2.0b4/debian/patches/CVE-2016-2510.patch  2016-03-02 
> 20:24:07.0 -0800
> +++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch  2016-03-03 
> 22:10:57.0 -0800
> @@ -35,8 +35,8 @@
>  -class Handler implements InvocationHandler, java.io.Serializable 
>  +class Handler implements InvocationHandler
>   {
> -+private Object readResolve() throws ObjectStreamException {
> -+throw new NotSerializableException();
> ++private Object readResolve() throws 
> java.io.ObjectStreamException {
> ++throw new java.io.NotSerializableException();
>  +}
>  +

So, if you're okay with the patch, could you apply it and upload an
updated bsh?  Or do you mind if I do?

Cheers,
tony

diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch bsh-2.0b4/debian/patches/CVE-2016-2510.patch
--- bsh-2.0b4/debian/patches/CVE-2016-2510.patch	2016-03-02 20:24:07.0 -0800
+++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch	2016-03-03 22:10:57.0 -0800
@@ -35,8 +35,8 @@
 -	class Handler implements InvocationHandler, java.io.Serializable 
 +	class Handler implements InvocationHandler
  	{
-+		private Object readResolve() throws ObjectStreamException {
-+			throw new NotSerializableException();
++		private Object readResolve() throws java.io.ObjectStreamException {
++			throw new java.io.NotSerializableException();
 +		}
 +


signature.asc
Description: OpenPGP digital signature
__
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#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-02 Thread tony mancill
Control: -1 tag  + confirmed
Control: -1 owner tmanc...@debian.org

On 02/29/2016 11:05 PM, Chris Lamb wrote:
> Source: jedit
> Version: 5.3.0+dfsg-1
> Severity: serious
> Justification: fails to build from source

>   [javac] 
> /home/lamby/temp/cdt.20160301065925.cu0iTWjXkj/jedit-5.3.0+dfsg/org/gjt/sp/jedit/bsh/XThis.java:128:
>  error: cannot find symbol
>   [javac] throw new NotSerializableException();

Thanks for the bug report.  Looks like we have a bit of porting for the
latest bsh upload.

tony

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


Bug#825176: maven-debian-helper: Generate the .doc-base files at build time

2016-05-24 Thread tony mancill
On 2016/05/24 04:06, Emmanuel Bourg wrote:
> Package: maven-debian-helper
> Version: 2.0.6
> Severity: wishlist
> 
> The .doc-base files are currently generated by mh_make when the packages
> are first created. But they could be generated at build time instead,
> that's how javahelper operates. That would simplify the packages by
> removing one file from the debian directory.

I like this idea.  It also means that if we ever had to change something
about the .doc-base files - say, for a policy change of some sort - we
wouldn't necessarily require sourceful uploads to rebuild with the new
files.

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


Bug#824327: Updating the openid4java Uploaders list

2016-05-14 Thread tony mancill
On 05/14/2016 09:08 AM, Mattia Rizzolo wrote:
> Source: openid4java
> Version: 0.9.6.662-2
> Severity: minor
> User: m...@qa.debian.org
> Usertags: mia-teammaint
> 
> Xavier Oswald  has retired, so can't work on
> the openid4java package anymore (at least with this address).

Thank you for the bug report.  Fixed in the packaging repo and pending
the next source upload.

Cheers,
tony




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

[pkg-java] r13416 - trunk/tomcat6/debian

2011-03-12 Thread Tony Mancill
Author: tmancill
Date: 2011-03-12 18:25:15 + (Sat, 12 Mar 2011)
New Revision: 13416

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/tomcat6-instance-create
Log:
patch tomcat6-instance-create (#617553)

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-03-12 09:37:20 UTC (rev 13415)
+++ trunk/tomcat6/debian/changelog  2011-03-12 18:25:15 UTC (rev 13416)
@@ -1,3 +1,12 @@
+tomcat6 (6.0.32-2) UNRELEASED; urgency=low
+
+  * Patch debian/tomcat6-instance-create (LP: #707405)
+tomcat6-instance-create should accept -1 as the value of -c option
+as per http://tomcat.apache.org/tomcat-6.0-doc/config/server.html
+Thanks to Dave Walker.  (Closes: #617553)
+
+ -- tony mancill tmanc...@debian.org  Sat, 12 Mar 2011 10:22:36 -0800
+
 tomcat6 (6.0.32-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/tomcat6/debian/tomcat6-instance-create
===
--- trunk/tomcat6/debian/tomcat6-instance-create2011-03-12 09:37:20 UTC 
(rev 13415)
+++ trunk/tomcat6/debian/tomcat6-instance-create2011-03-12 18:25:15 UTC 
(rev 13416)
@@ -23,11 +23,22 @@
   type=$1
   port=$2
   # Fail if port is non-numeric
-  num=`expr ${port} + 1 2 /dev/null`
-  if [ $? != 0 ] || [ $num -lt 2 ]; then
+  if ! echo $port | grep -Eq '^\-?[0-9]+$' ; then
 echo Error: ${type} port '${port}' is not a valid TCP port number.
 exit 1
   fi
+  
+  # If Control port is -1 , no need to check any further. 
+  if [ $type = Control ]  [ $port -eq -1 ]; then
+   echo Warning: Control port disabled. You will have to shutdown the server 
manually, by using OS signals.
+   return
+  fi
+  
+  # Fail if port is 0 or negative 
+  if [ $port -le 0 ]; then
+   echo Error: ${type} port '${port}' is not a valid TCP port number.
+   exit 1
+  fi
 
   # Fail if port is above 65535
   if [ ${port} -gt 65535 ]; then


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13418 - trunk/groovy/debian

2011-03-12 Thread Tony Mancill
Author: tmancill
Date: 2011-03-13 01:38:10 + (Sun, 13 Mar 2011)
New Revision: 13418

Modified:
   trunk/groovy/debian/changelog
Log:
set release for sponsored upload to unstable

Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-03-12 22:44:41 UTC (rev 13417)
+++ trunk/groovy/debian/changelog   2011-03-13 01:38:10 UTC (rev 13418)
@@ -1,4 +1,4 @@
-groovy (1.7.9-1) UNRELEASED; urgency=low
+groovy (1.7.9-1) unstable; urgency=low
 
   * New upstream upload.
   * Add optional Depends on java5-runtime-headless for


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13419 - in tags/groovy: . 1.7.9-1/debian

2011-03-12 Thread Tony Mancill
Author: tmancill
Date: 2011-03-13 01:38:55 + (Sun, 13 Mar 2011)
New Revision: 13419

Added:
   tags/groovy/1.7.9-1/
   tags/groovy/1.7.9-1/debian/changelog
Removed:
   tags/groovy/1.7.9-1/debian/changelog
Log:
[svn-buildpackage] Tagging groovy 1.7.9-1

Deleted: tags/groovy/1.7.9-1/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-03-12 22:44:41 UTC (rev 13417)
+++ tags/groovy/1.7.9-1/debian/changelog2011-03-13 01:38:55 UTC (rev 
13419)
@@ -1,321 +0,0 @@
-groovy (1.7.9-1) UNRELEASED; urgency=low
-
-  * New upstream upload.
-  * Add optional Depends on java5-runtime-headless for
-groovy. (Closes: #617772).
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 11 Mar 2011 08:38:53 -0430
-
-groovy (1.7.8-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 17 Feb 2011 08:29:10 -0430
-
-groovy (1.7.7-1) unstable; urgency=low
-
-  * New upstream release. 
-  * Update dates in debian/copyright file.
-  * Add call to mh_clean in clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 06 Feb 2011 19:56:53 -0430
-
-groovy (1.7.6-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Fix section of grape manpage.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Dec 2010 19:22:04 -0430
-
-groovy (1.7.5-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Revert Depends on default-jdk. Set correct JAVA_HOME in startGroovy script.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 11 Nov 2010 19:52:27 -0430
-
-groovy (1.7.4-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Depends on default-jdk. (Closes: 580160).
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1.
-debian/copyright was updated to include the full text of BSD license,
-references to /usr/share/common-licenses/BSD are now deprecated.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 19:38:10 -0430
-
-groovy (1.7.3-1) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream release, refreshed patches.
-  * Bumped policy to 3.9.0, no changes required
-
-  [ Miguel Landaeta ]
-  * Add myself as Uploader.
-  * Add Build-Depends and Depends on libjansi-java.
-  * Refresh patches/0002-ant-build.diff.patch.
-  * Add mh_clean invocation to clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 14:49:05 -0430
-
-groovy (1.7.2-1) UNRELEASED; urgency=low
-
-  [ Torsten Werner ]
-  UNRELEASED, FTBFS: needs jansi
-  * New upstream release
-  * Change maintainers into Maintainers.
-  * Update patches and convert them to dep3 format.
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-instead of libservlet2.4-java
-  * debian/control: Remove useless runtime dependency on libclassworlds-java
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 09 Jun 2010 10:53:24 +0200
-
-groovy (1.7.0-3) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:33:39 +0100
-
-groovy (1.7.0-2) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369)
-  * Replace asm2 with asm3 in patches/ant-build.diff
-
- -- Varun Hiremath va...@debian.org  Fri, 26 Feb 2010 16:39:51 -0500
-
-groovy (1.7.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to source format 3.0 (quilt)
-  * debian/control:
-- Switch to default-jdk
-- Replace Build-Depends: libasm2* with libasm3*
-- Bump Standards-Version to 3.8.4
-  * Update all the patches
-
- -- Varun Hiremath va...@debian.org  Wed, 17 Feb 2010 18:25:49 -0500
-
-groovy (1.6.4-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Fix debian/copyright file (Closes: #543565)
-  * Bump Standards-Version to 3.8.3
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is
-not ready for main yet. (Closes: #543130)
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Sep 2009 13:25:12 +0200
-
-groovy (1.6.4-3) unstable; urgency=low
-
-  * Patch startGroovy to use Debian paths (Closes: #540688)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 14:26:04 
+0100
-
-groovy (1.6.4-2) unstable; urgency=low
-
-  * Update Depends: libcommons-cli-java (= 1.2). (Closes: #530623)
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:24:02 +0200
-
-groovy (1.6.4-1) experimental; urgency=low
-
-  * New upstream release
-  * Add myself to Uploaders
-  * Fix classpath for bnd task in the build
-  * Add ant to Suggests: for the groovy package as
-Ant can be embedded in some Groovy scripts
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 02 Aug 2009 23:12:29 
+0100
-
-groovy (1.6.3-2) experimental; urgency=low
-
-  * Change the section to java
-  * Update the build to use most of the original ant build script
-  * 

[pkg-java] r13421 - branches/groovy/1.8/debian

2011-03-13 Thread Tony Mancill
Author: tmancill
Date: 2011-03-14 03:30:01 + (Mon, 14 Mar 2011)
New Revision: 13421

Modified:
   branches/groovy/1.8/debian/changelog
Log:
set distribution to experimental for sponsored upload

Modified: branches/groovy/1.8/debian/changelog
===
--- branches/groovy/1.8/debian/changelog2011-03-13 21:28:07 UTC (rev 
13420)
+++ branches/groovy/1.8/debian/changelog2011-03-14 03:30:01 UTC (rev 
13421)
@@ -1,4 +1,4 @@
-groovy (1.8.0~rc2-1) UNRELEASED; urgency=low
+groovy (1.8.0~rc2-1) experimental; urgency=low
 
   * New upstream release.
   * Add ant-nodeps in debian/rules due to changes in Ant 1.8.1.


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13422 - in tags/groovy: . 1.8.0~rc2-1/debian

2011-03-13 Thread Tony Mancill
Author: tmancill
Date: 2011-03-14 03:38:00 + (Mon, 14 Mar 2011)
New Revision: 13422

Added:
   tags/groovy/1.8.0~rc2-1/
   tags/groovy/1.8.0~rc2-1/debian/changelog
Removed:
   tags/groovy/1.8.0~rc2-1/debian/changelog
Log:
tag upload to experimental

Deleted: tags/groovy/1.8.0~rc2-1/debian/changelog
===
--- branches/groovy/1.8/debian/changelog2011-03-13 21:28:07 UTC (rev 
13420)
+++ tags/groovy/1.8.0~rc2-1/debian/changelog2011-03-14 03:38:00 UTC (rev 
13422)
@@ -1,329 +0,0 @@
-groovy (1.8.0~rc2-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Add ant-nodeps in debian/rules due to changes in Ant 1.8.1.
-  * Add optional Depends on java5-runtime-headless for groovy.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 13 Mar 2011 16:53:43 -0430
-
-groovy (1.8.0~rc1-1) experimental; urgency=low
-
-  * New upstream release.
-  * Fix version number encoded in jar filenames. (Closes: #614891).
-  * Update watch file.
-
- -- Miguel Landaeta mig...@miguel.cc  Wed, 23 Feb 2011 20:09:46 -0430
-
-groovy (1.8.0~beta4-1) experimental; urgency=low
-
-  * New upstream release.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 06 Feb 2011 21:02:06 -0430
-
-groovy (1.8.0~beta3-1) UNRELEASED; urgency=low
-
-  * New upstream release. 
-  * Refresh patches.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 09 Jan 2011 19:12:14 -0430
-
-groovy (1.7.6-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Fix section of grape manpage.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Dec 2010 19:22:04 -0430
-
-groovy (1.7.5-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Revert Depends on default-jdk. Set correct JAVA_HOME in startGroovy script.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 11 Nov 2010 19:52:27 -0430
-
-groovy (1.7.4-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Depends on default-jdk. (Closes: 580160).
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1.
-debian/copyright was updated to include the full text of BSD license,
-references to /usr/share/common-licenses/BSD are now deprecated.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 19:38:10 -0430
-
-groovy (1.7.3-1) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream release, refreshed patches.
-  * Bumped policy to 3.9.0, no changes required
-
-  [ Miguel Landaeta ]
-  * Add myself as Uploader.
-  * Add Build-Depends and Depends on libjansi-java.
-  * Refresh patches/0002-ant-build.diff.patch.
-  * Add mh_clean invocation to clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 14:49:05 -0430
-
-groovy (1.7.2-1) UNRELEASED; urgency=low
-
-  [ Torsten Werner ]
-  UNRELEASED, FTBFS: needs jansi
-  * New upstream release
-  * Change maintainers into Maintainers.
-  * Update patches and convert them to dep3 format.
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-instead of libservlet2.4-java
-  * debian/control: Remove useless runtime dependency on libclassworlds-java
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 09 Jun 2010 10:53:24 +0200
-
-groovy (1.7.0-3) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:33:39 +0100
-
-groovy (1.7.0-2) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369)
-  * Replace asm2 with asm3 in patches/ant-build.diff
-
- -- Varun Hiremath va...@debian.org  Fri, 26 Feb 2010 16:39:51 -0500
-
-groovy (1.7.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to source format 3.0 (quilt)
-  * debian/control:
-- Switch to default-jdk
-- Replace Build-Depends: libasm2* with libasm3*
-- Bump Standards-Version to 3.8.4
-  * Update all the patches
-
- -- Varun Hiremath va...@debian.org  Wed, 17 Feb 2010 18:25:49 -0500
-
-groovy (1.6.4-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Fix debian/copyright file (Closes: #543565)
-  * Bump Standards-Version to 3.8.3
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is
-not ready for main yet. (Closes: #543130)
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Sep 2009 13:25:12 +0200
-
-groovy (1.6.4-3) unstable; urgency=low
-
-  * Patch startGroovy to use Debian paths (Closes: #540688)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 14:26:04 
+0100
-
-groovy (1.6.4-2) unstable; urgency=low
-
-  * Update Depends: libcommons-cli-java (= 1.2). (Closes: #530623)
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:24:02 +0200
-
-groovy (1.6.4-1) experimental; urgency=low
-
-  * New upstream release
-  * Add myself to Uploaders
-  * Fix classpath for bnd task in the build
-  * Add ant to Suggests: for the groovy 

[pkg-java] r13426 - trunk/tomcat6/debian

2011-03-14 Thread Tony Mancill
Author: tmancill
Date: 2011-03-15 05:03:53 + (Tue, 15 Mar 2011)
New Revision: 13426

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/tomcat6-instance-create.1
Log:
change manpage section of tomcat6-instance-create from 2 to 8 (Debian #607682)

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-03-14 19:38:46 UTC (rev 13425)
+++ trunk/tomcat6/debian/changelog  2011-03-15 05:03:53 UTC (rev 13426)
@@ -4,8 +4,10 @@
 tomcat6-instance-create should accept -1 as the value of -c option
 as per http://tomcat.apache.org/tomcat-6.0-doc/config/server.html
 Thanks to Dave Walker.  (Closes: #617553)
+  * Move tomcat6-instance-create manpage from section 2 to section 8.
+Thanks to brian m. carlson (Closes: #607682)
 
- -- tony mancill tmanc...@debian.org  Sat, 12 Mar 2011 10:22:36 -0800
+ -- tony mancill tmanc...@debian.org  Mon, 14 Mar 2011 21:53:24 -0700
 
 tomcat6 (6.0.32-1) unstable; urgency=low
 

Modified: trunk/tomcat6/debian/tomcat6-instance-create.1
===
--- trunk/tomcat6/debian/tomcat6-instance-create.1  2011-03-14 19:38:46 UTC 
(rev 13425)
+++ trunk/tomcat6/debian/tomcat6-instance-create.1  2011-03-15 05:03:53 UTC 
(rev 13426)
@@ -1,4 +1,4 @@
-.TH TOMCAT6-INSTANCE-CREATE 2 Feb 2010  
+.TH TOMCAT6-INSTANCE-CREATE 8 Feb 2010  
 .SH NAME
 tomcat6\-instance\-create \- creates a Tomcat6 instance
 .SH SYNOPSIS


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13440 - tags/trident

2011-03-17 Thread Tony Mancill
Author: tmancill
Date: 2011-03-18 03:33:18 + (Fri, 18 Mar 2011)
New Revision: 13440

Added:
   tags/trident/1.3+dfsg-2/
Log:
[svn-buildpackage] Tagging trident 1.3+dfsg-2


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13441 - tags/flamingo

2011-03-17 Thread Tony Mancill
Author: tmancill
Date: 2011-03-18 04:37:15 + (Fri, 18 Mar 2011)
New Revision: 13441

Added:
   tags/flamingo/5.0-1/
Log:
[svn-buildpackage] Tagging flamingo 5.0-1


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


Bug#614333: how to ship catalina-jmx-remote.jar?

2011-03-21 Thread tony mancill
Hello Marcus and other tomcat6 users,

I have the Debian package building the catalina-jmx-remote.jar and am
considering how best to package it.  Perhaps the easiest thing would be to let
the JAR ship with libtomcat6-java and the symlink for tomcat6/lib/ ship with
tomcat6-common.  An alternative would be to ship the symlink (or the symlink and
JAR both) in a new tomcat6-extras package.  (This package would include the
other extras that are don't run afoul of licensing issues.)

Thoughts one way or another on this topic?

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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.


[pkg-java] r13450 - trunk/tomcat6/debian

2011-03-22 Thread Tony Mancill
Author: tmancill
Date: 2011-03-23 05:26:56 + (Wed, 23 Mar 2011)
New Revision: 13450

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/control
   trunk/tomcat6/debian/rules
Log:
add tomcat6-extras package and modify rules to build catalina-jmx-remote; 
Debian #614333

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-03-21 22:31:19 UTC (rev 13449)
+++ trunk/tomcat6/debian/changelog  2011-03-23 05:26:56 UTC (rev 13450)
@@ -7,13 +7,15 @@
 Thanks to Dave Walker.  (Closes: #617553)
   * Move tomcat6-instance-create manpage from section 2 to section 8.
 Thanks to brian m. carlson (Closes: #607682)
+  * Add tomcat6-extras package. 
+Currently includes only catalina-jmx-remote.jar  (Closes: #614333)
 
   [ Thierry Carrez ]
   * debian/tomcat6-instance-create: Eclipse can now be configured to use a
 user instance of tomcat6 using tomcat6-instance-create without any
 additional work. Patch from Abhinav Upadhyay (Closes: #551091, LP: #297675)
 
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 16 Mar 2011 14:28:01 +0100
+ -- tony mancill tmanc...@debian.org  Tue, 22 Mar 2011 22:25:30 -0700
 
 tomcat6 (6.0.32-1) unstable; urgency=low
 

Modified: trunk/tomcat6/debian/control
===
--- trunk/tomcat6/debian/control2011-03-21 22:31:19 UTC (rev 13449)
+++ trunk/tomcat6/debian/control2011-03-23 05:26:56 UTC (rev 13450)
@@ -129,3 +129,13 @@
  .
  This package contains the online documentation web application.
 
+Package: tomcat6-extras
+Architecture: all
+Depends: tomcat6-common (= ${source:Version}), ${misc:Depends}
+Description: Servlet and JSP engine -- additional components
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a pure Java HTTP web
+ server environment for Java code to run.
+ .
+ This package contains additional (extra) component libraries.
+ (Currently only catalina-jmx-remote.jar.)

Modified: trunk/tomcat6/debian/rules
===
--- trunk/tomcat6/debian/rules  2011-03-21 22:31:19 UTC (rev 13449)
+++ trunk/tomcat6/debian/rules  2011-03-23 05:26:56 UTC (rev 13450)
@@ -20,6 +20,7 @@
 T_VER := $(shell dpkg-parsechangelog | egrep '^Version:' \
| cut -f 2 -d ' ' | cut -f 2 -d ' '|sed 's/-[^-]*$$//')
 T_JARS := tomcat-i18n-fr tomcat-i18n-es tomcat-i18n-ja catalina-ant
+T_EXTRAS_JARS := catalina-jmx-remote
 T_MAVENIZED_JARS := jasper-el annotations-api jasper catalina-ha catalina
 T_VER_MAJOR := $(echo $(T_VER) | cut -d'.' -f1)
 T_VER_MINOR := $(echo $(T_VER) | cut -d'.' -f2)
@@ -49,6 +50,7 @@
 build-stamp:
dh_testdir
$(ANT_INVOKE) deploy-webapps
+   $(ANT_INVOKE) -buildfile extras.xml jmx-remote
javadoc -subpackages javax.servlet -d output/api \
-sourcepath java -author -version -breakiterator \
-windowtitle Tomcat API Documentation -doctitle Tomcat API \
@@ -101,6 +103,14 @@
usr/share/java/$$i.jar  \
dh_link -ptomcat6-common usr/share/java/$$i-$(T_VER).jar \
usr/share/tomcat6/lib/$$i.jar; done
+   for i in $(T_EXTRAS_JARS); do \
+   mv output/extras/$$i.jar output/extras/$$i-$(T_VER).jar  \
+   dh_install -plibtomcat6-java \
+   output/extras/$$i-$(T_VER).jar usr/share/java  \
+   dh_link -plibtomcat6-java usr/share/java/$$i-$(T_VER).jar \
+   usr/share/java/$$i.jar  \
+   dh_link -ptomcat6-extras usr/share/java/$$i-$(T_VER).jar \
+   usr/share/tomcat6/lib/$$i.jar; done
dh_install --exclude=.bat --exclude=Thumbs.db
dh_link
mh_installpoms -plibservlet2.5-java


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13455 - tags/stax-utils

2011-03-23 Thread Tony Mancill
Author: tmancill
Date: 2011-03-24 04:45:44 + (Thu, 24 Mar 2011)
New Revision: 13455

Added:
   tags/stax-utils/20110309+svn238-1/
Log:
[svn-buildpackage] Tagging stax-utils 20110309+svn238-1


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


Bug#614333: how to ship catalina-jmx-remote.jar?

2011-03-23 Thread tony mancill
Thanks for the input - there is now a tomcat6-extras package (for the
time-being it only contains the catalina-jmx-remote.jar).  The packaging
changes have been checked into the SVN repo if anyone would like to go
ahead and build a package.  I'm going to try to accumulate another bug
fix or 2 or before the next upload to Debian unstable.

Thanks,
tony

On 03/22/2011 03:58 PM, Ludovic Claude wrote:
 Hello Tony,
 
 I think that it would be better to ship everything in a new
 tomcat6-extras package. As this package requires to open the RMI ports
 to be useful remotely, it can pose a security risk, so it's better if
 the user takes the initiative to install it if he really needs it.
 BTW, there are other ways of accessing JMX remotely nowadays, I've found
 Jolokia (http://www.jolokia.org/) to be quite useful, it's pure JSON
 over HTTP.



signature.asc
Description: OpenPGP digital signature
__
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.


[pkg-java] r13476 - tags/trident

2011-03-29 Thread Tony Mancill
Author: tmancill
Date: 2011-03-30 03:50:47 + (Wed, 30 Mar 2011)
New Revision: 13476

Added:
   tags/trident/1.3+dfsg-3/
Log:
[svn-buildpackage] Tagging trident 1.3+dfsg-3


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13479 - trunk/groovy/debian

2011-03-29 Thread Tony Mancill
Author: tmancill
Date: 2011-03-30 04:47:15 + (Wed, 30 Mar 2011)
New Revision: 13479

Modified:
   trunk/groovy/debian/changelog
Log:
set release to unstable for sponsored upload

Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-03-30 04:04:58 UTC (rev 13478)
+++ trunk/groovy/debian/changelog   2011-03-30 04:47:15 UTC (rev 13479)
@@ -1,4 +1,4 @@
-groovy (1.7.10-1) UNRELEASED; urgency=low
+groovy (1.7.10-1) unstable; urgency=low
 
   * New upstream release.
   * Use the location of java command instead of javac one to determine


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13480 - in tags/groovy: . 1.7.10-1/debian

2011-03-29 Thread Tony Mancill
Author: tmancill
Date: 2011-03-30 04:48:07 + (Wed, 30 Mar 2011)
New Revision: 13480

Added:
   tags/groovy/1.7.10-1/
   tags/groovy/1.7.10-1/debian/changelog
Removed:
   tags/groovy/1.7.10-1/debian/changelog
Log:
[svn-buildpackage] Tagging groovy 1.7.10-1

Deleted: tags/groovy/1.7.10-1/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-03-30 04:04:58 UTC (rev 13478)
+++ tags/groovy/1.7.10-1/debian/changelog   2011-03-30 04:48:07 UTC (rev 
13480)
@@ -1,332 +0,0 @@
-groovy (1.7.10-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Use the location of java command instead of javac one to determine
-JAVA_HOME. (Closes: #619844).
-  * Replace optional dependency of java5-runtime-headless with
-sun-java6-jre since is not true that groovy will work with any Java 5
-runtime available in Debian.
-
- -- Miguel Landaeta mig...@miguel.cc  Wed, 23 Mar 2011 19:50:48 -0430
-
-groovy (1.7.9-1) unstable; urgency=low
-
-  * New upstream upload.
-  * Add optional Depends on java5-runtime-headless for
-groovy. (Closes: #617772).
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 11 Mar 2011 08:38:53 -0430
-
-groovy (1.7.8-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 17 Feb 2011 08:29:10 -0430
-
-groovy (1.7.7-1) unstable; urgency=low
-
-  * New upstream release. 
-  * Update dates in debian/copyright file.
-  * Add call to mh_clean in clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 06 Feb 2011 19:56:53 -0430
-
-groovy (1.7.6-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Fix section of grape manpage.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Dec 2010 19:22:04 -0430
-
-groovy (1.7.5-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Revert Depends on default-jdk. Set correct JAVA_HOME in startGroovy script.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 11 Nov 2010 19:52:27 -0430
-
-groovy (1.7.4-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Depends on default-jdk. (Closes: 580160).
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1.
-debian/copyright was updated to include the full text of BSD license,
-references to /usr/share/common-licenses/BSD are now deprecated.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 19:38:10 -0430
-
-groovy (1.7.3-1) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream release, refreshed patches.
-  * Bumped policy to 3.9.0, no changes required
-
-  [ Miguel Landaeta ]
-  * Add myself as Uploader.
-  * Add Build-Depends and Depends on libjansi-java.
-  * Refresh patches/0002-ant-build.diff.patch.
-  * Add mh_clean invocation to clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 14:49:05 -0430
-
-groovy (1.7.2-1) UNRELEASED; urgency=low
-
-  [ Torsten Werner ]
-  UNRELEASED, FTBFS: needs jansi
-  * New upstream release
-  * Change maintainers into Maintainers.
-  * Update patches and convert them to dep3 format.
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-instead of libservlet2.4-java
-  * debian/control: Remove useless runtime dependency on libclassworlds-java
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 09 Jun 2010 10:53:24 +0200
-
-groovy (1.7.0-3) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:33:39 +0100
-
-groovy (1.7.0-2) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369)
-  * Replace asm2 with asm3 in patches/ant-build.diff
-
- -- Varun Hiremath va...@debian.org  Fri, 26 Feb 2010 16:39:51 -0500
-
-groovy (1.7.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to source format 3.0 (quilt)
-  * debian/control:
-- Switch to default-jdk
-- Replace Build-Depends: libasm2* with libasm3*
-- Bump Standards-Version to 3.8.4
-  * Update all the patches
-
- -- Varun Hiremath va...@debian.org  Wed, 17 Feb 2010 18:25:49 -0500
-
-groovy (1.6.4-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Fix debian/copyright file (Closes: #543565)
-  * Bump Standards-Version to 3.8.3
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is
-not ready for main yet. (Closes: #543130)
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Sep 2009 13:25:12 +0200
-
-groovy (1.6.4-3) unstable; urgency=low
-
-  * Patch startGroovy to use Debian paths (Closes: #540688)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 14:26:04 
+0100
-
-groovy (1.6.4-2) unstable; urgency=low
-
-  * Update Depends: libcommons-cli-java (= 1.2). (Closes: #530623)
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:24:02 +0200
-
-groovy (1.6.4-1) experimental; urgency=low
-
-  * New 

[pkg-java] r13481 - branches/groovy/1.8/debian

2011-03-29 Thread Tony Mancill
Author: tmancill
Date: 2011-03-30 05:06:49 + (Wed, 30 Mar 2011)
New Revision: 13481

Modified:
   branches/groovy/1.8/debian/changelog
Log:
set release to experimental for sponsored upload

Modified: branches/groovy/1.8/debian/changelog
===
--- branches/groovy/1.8/debian/changelog2011-03-30 04:48:07 UTC (rev 
13480)
+++ branches/groovy/1.8/debian/changelog2011-03-30 05:06:49 UTC (rev 
13481)
@@ -1,4 +1,4 @@
-groovy (1.8.0~rc3-1) UNRELEASED; urgency=low
+groovy (1.8.0~rc3-1) experimental; urgency=low
 
   * New upstream release.
   * Use the location of java command instead of javac one to determine


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13494 - trunk/tomcat6/debian

2011-04-03 Thread Tony Mancill
Author: tmancill
Date: 2011-04-04 04:24:38 + (Mon, 04 Apr 2011)
New Revision: 13494

Modified:
   trunk/tomcat6/debian/changelog
Log:
set suite to unstable for upload

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-04-04 00:08:30 UTC (rev 13493)
+++ trunk/tomcat6/debian/changelog  2011-04-04 04:24:38 UTC (rev 13494)
@@ -1,5 +1,7 @@
-tomcat6 (6.0.32-2) UNRELEASED; urgency=low
+tomcat6 (6.0.32-2) unstable; urgency=low
 
+  * Team upload.
+
   [ tony mancill ]
   * Patch debian/tomcat6-instance-create (LP: #707405)
 tomcat6-instance-create should accept -1 as the value of -c option
@@ -15,7 +17,7 @@
 user instance of tomcat6 using tomcat6-instance-create without any
 additional work. Patch from Abhinav Upadhyay (Closes: #551091, LP: #297675)
 
- -- tony mancill tmanc...@debian.org  Tue, 22 Mar 2011 22:25:30 -0700
+ -- tony mancill tmanc...@debian.org  Sun, 03 Apr 2011 21:16:08 -0700
 
 tomcat6 (6.0.32-1) unstable; urgency=low
 


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13508 - in trunk/checkstyle/debian: . wrappers

2011-04-04 Thread Tony Mancill
Author: tmancill
Date: 2011-04-05 03:50:37 + (Tue, 05 Apr 2011)
New Revision: 13508

Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/wrappers/checkstyle
Log:
adjust wrapper script for updated java-wrappers (closes: 620868)

Modified: trunk/checkstyle/debian/changelog
===
--- trunk/checkstyle/debian/changelog   2011-04-04 20:07:57 UTC (rev 13507)
+++ trunk/checkstyle/debian/changelog   2011-04-05 03:50:37 UTC (rev 13508)
@@ -1,3 +1,10 @@
+checkstyle (5.3-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Adjust java-wrappers invocation (Closes: #620868)
+
+ -- tony mancill tmanc...@debian.org  Mon, 04 Apr 2011 20:39:00 -0700
+
 checkstyle (5.3-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/checkstyle/debian/wrappers/checkstyle
===
--- trunk/checkstyle/debian/wrappers/checkstyle 2011-04-04 20:07:57 UTC (rev 
13507)
+++ trunk/checkstyle/debian/wrappers/checkstyle 2011-04-05 03:50:37 UTC (rev 
13508)
@@ -3,7 +3,7 @@
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-find_java_runtime default-jre
+find_java_runtime default
 
 find_jars antlr commons-beanutils google-collections commons-cli 
commons-logging checkstyle
 


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.6.2-1, created. debian/3.6.2-1

2011-04-08 Thread Tony Mancill
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Debian packaging for swt-gtk..

The annotated tag, debian/3.6.2-1 has been created
at  66067bb3d6333783f24d18c62964318b39b16369 (tag)
   tagging  96c14966d70dcf0e2bb21ca1f9231f01979aec78 (commit)
  replaces  debian/3.5.1-5
 tagged by  tony mancill
on  Fri Apr 8 22:05:07 2011 -0700

- Log -
Debian release 3.6.2-1

أحمد المحمودي (Ahmed El-Mahmoudy) (21):
  Added git-buildpackage configuration file for experimental branch
  Imported Upstream version 3.6.1
  Merge commit 'upstream/3.6.1' into experimental
  Dropped 02-bp-accessible-object.diff, since it is applied upstream
  Prepare package for SWT 3.6.1
  Set Maintainer to Debian Java Maintainers, and added Adrian to Uploaders
  Fixed update-alternatives symlinks
  Release 3.6.1-1
  Release 3.6.1-1 for unstable
  Remove debian/gbp.conf
  Imported Upstream version 3.6.2
  Merge commit 'upstream/3.6.2'
  Updated 64/arch64.diff patch (from Ubuntu package)
  debian/Makefile, debian/java-config/libswt-gtk-3.6-java,
  Added common/02-webkit_linkage.patch patch from Ubuntu to fix linkage
  Added common/04-fix-webkit-includes.patch (based on a patch from
  Put libswt-gtk-3.6-java-gcj in java section
  Added patch headers
  Bump to compat level 8
  Added myself to uploaders
  Release 3.6.2-1

---


hooks/post-receive
-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

[pkg-java] r13513 - in tags/tomcat-native: . 1.1.20-2/debian

2011-04-09 Thread Tony Mancill
Author: tmancill
Date: 2011-04-09 18:52:52 + (Sat, 09 Apr 2011)
New Revision: 13513

Added:
   tags/tomcat-native/1.1.20-2/
   tags/tomcat-native/1.1.20-2/debian/changelog
   tags/tomcat-native/1.1.20-2/debian/control
   tags/tomcat-native/1.1.20-2/debian/rules
Removed:
   tags/tomcat-native/1.1.20-2/debian/changelog
   tags/tomcat-native/1.1.20-2/debian/control
   tags/tomcat-native/1.1.20-2/debian/rules
Log:
[svn-buildpackage] Tagging tomcat-native 1.1.20-2

Deleted: tags/tomcat-native/1.1.20-2/debian/changelog
===
--- trunk/tomcat-native/debian/changelog2011-04-06 08:35:53 UTC (rev 
13511)
+++ tags/tomcat-native/1.1.20-2/debian/changelog2011-04-09 18:52:52 UTC 
(rev 13513)
@@ -1,67 +0,0 @@
-tomcat-native (1.1.20-1) unstable; urgency=low
-
-  * New upstream release:
-- Prevent crashing JVM on shutdown.
-  * Bump Standards-Version to 3.8.4 (no changes needed)
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Feb 2010 22:50:34 +0100
-
-tomcat-native (1.1.19-1) unstable; urgency=low
-
-  * New upstream release.
-- minor versioning fix
-- allows building against OpenSSL 1.0
-  * Add a README.Debian to help users to setup Tomcat 6.x
-with Tomcat Native Library
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 17 Jan 2010 01:27:46 +0100
-
-tomcat-native (1.1.18-1) unstable; urgency=high
-
-  * New upstream release.
-- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
-- set urgency=high to get security fix in testing
-
- -- Damien Raude-Morvan draz...@debian.org  Tue, 24 Nov 2009 01:46:20 +0100
-
-tomcat-native (1.1.17-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/control:
-- Update my email address
-- Bump Standards-Version to 3.8.3 (no changes needed)
-- Bump debhelper version to = 7
-- Update upstream Homepage field
-- Use default-jdk instead of default-jdk-builddep as there is no
-  native (-gcj) package build.
-  * debian/copyright:
-- Update upstream copyright years
-- Add myself as debian/* copyright holder
-  * debian/libtcnative-1.lintian-overrides:
-- Change to be version agnostic
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 07 Nov 2009 21:41:36 +0100
-
-tomcat-native (1.1.16-1) unstable; urgency=low
-
-  * New upstream release (Closes: #514500)
-- Fix IPv6 issues (Closes: #517163, #521306)
-  * debian/control:
-- Move libtcnative-1 to java section
-- Add myself to Uploaders
-- Bump Standards-Version to 3.8.1 (no changes needed)
-  * debian/watch: Update to new upstream location
-  * debian/rules: Provide a get-orig-source target using uscan
-  * debian/control: Build-Depends on default-jdk-builddep
-  * debian/rules: use JAVA_HOME=/usr/lib/jvm/default-java
-  * Remove debian/libtcnative-1.install and use dh_lintian
-to install debian/libtcnative-1.lintian-overrides
-
- -- Damien Raude-Morvan draz...@drazzib.com  Sun, 29 Mar 2009 15:40:58 +0200
-
-tomcat-native (1.1.13-1) unstable; urgency=low
-
-  * Initial release. Closes: #485037.
-
- -- Michael Koch konque...@gmx.de  Sat, 07 Jun 2008 15:16:14 +0200
-

Copied: tags/tomcat-native/1.1.20-2/debian/changelog (from rev 13512, 
trunk/tomcat-native/debian/changelog)
===
--- tags/tomcat-native/1.1.20-2/debian/changelog
(rev 0)
+++ tags/tomcat-native/1.1.20-2/debian/changelog2011-04-09 18:52:52 UTC 
(rev 13513)
@@ -0,0 +1,75 @@
+tomcat-native (1.1.20-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove *.la (Closes: #621279)
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- tony mancill tmanc...@debian.org  Sat, 09 Apr 2011 10:57:15 -0700
+
+tomcat-native (1.1.20-1) unstable; urgency=low
+
+  * New upstream release:
+- Prevent crashing JVM on shutdown.
+  * Bump Standards-Version to 3.8.4 (no changes needed)
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Feb 2010 22:50:34 +0100
+
+tomcat-native (1.1.19-1) unstable; urgency=low
+
+  * New upstream release.
+- minor versioning fix
+- allows building against OpenSSL 1.0
+  * Add a README.Debian to help users to setup Tomcat 6.x
+with Tomcat Native Library
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 17 Jan 2010 01:27:46 +0100
+
+tomcat-native (1.1.18-1) unstable; urgency=high
+
+  * New upstream release.
+- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
+- set urgency=high to get security fix in testing
+
+ -- Damien Raude-Morvan draz...@debian.org  Tue, 24 Nov 2009 01:46:20 +0100
+
+tomcat-native (1.1.17-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+- Update my email address
+- Bump Standards-Version to 3.8.3 (no changes needed)
+- Bump debhelper version to = 7
+- Update upstream Homepage field
+- Use default-jdk instead of default-jdk-builddep as there is no
+  native (-gcj) package build.
+  * debian

[pkg-java] r13520 - tags/processing-core

2011-04-10 Thread Tony Mancill
Author: tmancill
Date: 2011-04-10 20:47:09 + (Sun, 10 Apr 2011)
New Revision: 13520

Added:
   tags/processing-core/1.2.1-1/
Log:
[svn-buildpackage] Tagging processing-core 1.2.1-1


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13546 - tags

2011-04-17 Thread Tony Mancill
Author: tmancill
Date: 2011-04-17 17:34:35 + (Sun, 17 Apr 2011)
New Revision: 13546

Added:
   tags/jakarta-jmeter/
Log:
create pkg-java/tags/jakata-jmeter folder


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13547 - tags/jakarta-jmeter

2011-04-17 Thread Tony Mancill
Author: tmancill
Date: 2011-04-17 17:35:02 + (Sun, 17 Apr 2011)
New Revision: 13547

Added:
   tags/jakarta-jmeter/2.4-1/
Log:
[svn-buildpackage] Tagging jakarta-jmeter 2.4-1


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13551 - trunk/jakarta-jmeter/debian

2011-04-17 Thread Tony Mancill
Author: tmancill
Date: 2011-04-18 00:04:37 + (Mon, 18 Apr 2011)
New Revision: 13551

Modified:
   trunk/jakarta-jmeter/debian/changelog
   trunk/jakarta-jmeter/debian/control
   trunk/jakarta-jmeter/debian/rules
Log:
remove quilt build-dep; update section of doc packages

Modified: trunk/jakarta-jmeter/debian/changelog
===
--- trunk/jakarta-jmeter/debian/changelog   2011-04-17 21:58:07 UTC (rev 
13550)
+++ trunk/jakarta-jmeter/debian/changelog   2011-04-18 00:04:37 UTC (rev 
13551)
@@ -1,3 +1,15 @@
+jakarta-jmeter (2.4-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control
+- Remove build dependency on quilt.
+- Update Section of jmeter-apidoc and jmeter-help to be 'doc'
+- Bump standards version to 3.9.2. No changes needed.
+  * debian/rules
+- Remove patchsys-quilt.mk.
+
+ -- tony mancill tmanc...@debian.org  Sun, 17 Apr 2011 16:49:12 -0700
+
 jakarta-jmeter (2.4-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/jakarta-jmeter/debian/control
===
--- trunk/jakarta-jmeter/debian/control 2011-04-17 21:58:07 UTC (rev 13550)
+++ trunk/jakarta-jmeter/debian/control 2011-04-18 00:04:37 UTC (rev 13551)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com
-Build-Depends: debhelper (=5), cdbs, ant, ant-optional, quilt
+Build-Depends: debhelper (=5), cdbs, ant, ant-optional
 Build-Depends-Indep: default-jdk, default-jdk-doc, junit4, libbatik-java, 
libbsf-java, libavalon-framework-java, libcommons-collections3-java, 
libcommons-httpclient-java, libcommons-io-java, libcommons-jexl-java (= 1.1), 
libcommons-lang-java, libcommons-net-java, libjboss-j2ee-java, libgnumail-java, 
libhtmlparser-java, libjcharts-java, libjdom1-java, libjtidy-java, 
libexcalibur-logkit-java, libexcalibur-logger-java, liboro-java, 
libxalan2-java, libxmlgraphics-commons-java, libxstream-java, rhino, velocity
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/jakarta-jmeter/
@@ -103,6 +103,7 @@
  This package contains the tcp testing module.
 
 Package: jmeter-help
+Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: jmeter (= ${binary:Version})
@@ -114,6 +115,7 @@
  This package contains the user manual.
 
 Package: jmeter-apidoc
+Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: jmeter (= ${binary:Version})

Modified: trunk/jakarta-jmeter/debian/rules
===
--- trunk/jakarta-jmeter/debian/rules   2011-04-17 21:58:07 UTC (rev 13550)
+++ trunk/jakarta-jmeter/debian/rules   2011-04-18 00:04:37 UTC (rev 13551)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME_DIRS := /usr/lib/jvm/default-java


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13554 - in trunk/tomcat6/debian: . patches

2011-04-18 Thread Tony Mancill
Author: tmancill
Date: 2011-04-19 04:44:44 + (Tue, 19 Apr 2011)
New Revision: 13554

Added:
   trunk/tomcat6/debian/patches/0011-623242.patch
Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/patches/series
Log:
apply upstream patch for #623242

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-04-18 04:55:23 UTC (rev 13553)
+++ trunk/tomcat6/debian/changelog  2011-04-19 04:44:44 UTC (rev 13554)
@@ -1,3 +1,12 @@
+tomcat6 (6.0.32-3) unstable; urgency=low
+
+  * Team upload.
+  * Include upstream patch for ASF Bugzilla - Bug 50700
+(Context parameters are being overridden with parameters from the 
+ web application deployment descriptor) (Closes: #623242)
+
+ -- tony mancill tmanc...@debian.org  Mon, 18 Apr 2011 20:38:29 -0700
+
 tomcat6 (6.0.32-2) unstable; urgency=low
 
   * Team upload.

Added: trunk/tomcat6/debian/patches/0011-623242.patch
===
--- trunk/tomcat6/debian/patches/0011-623242.patch  
(rev 0)
+++ trunk/tomcat6/debian/patches/0011-623242.patch  2011-04-19 04:44:44 UTC 
(rev 13554)
@@ -0,0 +1,53 @@
+From: tony mancill tmanc...@debian.org
+Date: Mon Apr 18 20:44:47 PDT 2011
+Subject: Context parameters are being overridden with parameters from the web 
application deployment descriptor
+Source: upstream, http://svn.apache.org/viewvc?view=revisionrevision=1080224
+Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=50700
+Forwarded: not-needed
+
+--- a/java/org/apache/catalina/core/StandardContext.java 2011/03/10 13:52:10 
1080223
 b/java/org/apache/catalina/core/StandardContext.java 2011/03/10 13:52:41 
1080224
+@@ -31,6 +31,7 @@
+ import java.util.HashMap;
+ import java.util.Hashtable;
+ import java.util.Iterator;
++import java.util.Map;
+ import java.util.Stack;
+ import java.util.TreeMap;
+ 
+@@ -4805,23 +4806,29 @@
+  * the application parameters appropriately.
+  */
+ private void mergeParameters() {
++MapString,String mergedParams = new HashMapString,String();
++
+ String names[] = findParameters();
+ for (int i = 0; i  names.length; i++) {
+-context.setInitParameter(names[i], findParameter(names[i]));
++mergedParams.put(names[i], findParameter(names[i]));
+ }
+ 
+ ApplicationParameter params[] = findApplicationParameters();
+ for (int i = 0; i  params.length; i++) {
+ if (params[i].getOverride()) {
+-if (context.getInitParameter(params[i].getName()) == null) {
+-context.setInitParameter(params[i].getName(),
++if (mergedParams.get(params[i].getName()) == null) {
++mergedParams.put(params[i].getName(),
+ params[i].getValue());
+ }
+ } else {
+-context.setInitParameter(params[i].getName(),
+-params[i].getValue());
++mergedParams.put(params[i].getName(), params[i].getValue());
+ }
+ }
++
++for (Map.EntryString,String entry : mergedParams.entrySet()) {
++context.setInitParameter(entry.getKey(), entry.getValue());
++}
++
+ }
+ 
+ 
+

Modified: trunk/tomcat6/debian/patches/series
===
--- trunk/tomcat6/debian/patches/series 2011-04-18 04:55:23 UTC (rev 13553)
+++ trunk/tomcat6/debian/patches/series 2011-04-19 04:44:44 UTC (rev 13554)
@@ -7,3 +7,4 @@
 0007-add-OSGi-headers-to-servlet-api.patch
 0008-add-OSGI-headers-to-jsp-api.patch
 0010-Use-java.security.policy-file-in-catalina.sh.patch
+0011-623242.patch


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13558 - trunk/cdk/debian

2011-04-21 Thread Tony Mancill
Author: tmancill
Date: 2011-04-22 03:49:28 + (Fri, 22 Apr 2011)
New Revision: 13558

Modified:
   trunk/cdk/debian/changelog
Log:
correct typo in changelog

Modified: trunk/cdk/debian/changelog
===
--- trunk/cdk/debian/changelog  2011-04-20 21:10:08 UTC (rev 13557)
+++ trunk/cdk/debian/changelog  2011-04-22 03:49:28 UTC (rev 13558)
@@ -2,7 +2,7 @@
 
   * New upstream release. (Closes: #519969)
   * debian/control
-- Add build dependency ant-controb, libxpp3-java, r-cran-java.
+- Add build dependency ant-contrib, libxpp3-java, r-cran-java.
 - Update runtime dependency to java5-runtime-headless.
 - Standards version 3.9.1. No change needed.
   * debian/patches


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[pkg-java] r13559 - in tags/cdk: . 1:1.2.7-1/debian

2011-04-21 Thread Tony Mancill
Author: tmancill
Date: 2011-04-22 03:57:11 + (Fri, 22 Apr 2011)
New Revision: 13559

Added:
   tags/cdk/1:1.2.7-1/
   tags/cdk/1:1.2.7-1/debian/changelog
Removed:
   tags/cdk/1:1.2.7-1/debian/changelog
Log:
[svn-buildpackage] Tagging cdk 1:1.2.7-1

Deleted: tags/cdk/1:1.2.7-1/debian/changelog
===
--- trunk/cdk/debian/changelog  2011-04-20 21:10:08 UTC (rev 13557)
+++ tags/cdk/1:1.2.7-1/debian/changelog 2011-04-22 03:57:11 UTC (rev 13559)
@@ -1,307 +0,0 @@
-cdk (1:1.2.7-1) unstable; urgency=low
-
-  * New upstream release. (Closes: #519969)
-  * debian/control
-- Add build dependency ant-controb, libxpp3-java, r-cran-java.
-- Update runtime dependency to java5-runtime-headless.
-- Standards version 3.9.1. No change needed.
-  * debian/patches
-- series - Use quilt for patches.
-- 10-MakeJavafilesFiles.patch, 20-Java5.patch - Delete. Not needed anymore.
-- 21_vecmath_lib_name.patch - Update against current source.
-- 22_fix_build.patch - New patch to fix build.
-  * debian/compile.excludes
-- File name patterns to exclude from compilation process. This file is used
-  by 22_fix_build.patch.
-  * debian/README.Debian
-- Explain that some modules are built partially.
-  * debian/rules
-- Additional 'COMPONENTS' as per current source.
-- Drop simple-patchsys.mk as we are using source format 3.0.
-  * debian/libcdk-java.install
-- Remove. Not needed as the install logic is in rules file.
-  * debian/source/format
-- Switch to source format 3.0.
-  * debian/README.source
-- Remove. Not needed with source format 3.0.
-  * debian/watch
-- Keep track of stable versions only.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Sat, 26 Mar 2011 21:22:40 +0530
-
-cdk (1:1.0.2-5) unstable; urgency=low
-
-  * Team upload.
-  * Change Build-Depends: libjgrapht0.6-java-link. (Closes: #584386)
-  * Remove Paul from Uploaders list.
-
- -- Torsten Werner twer...@debian.org  Thu, 10 Jun 2010 19:25:18 +0200
-
-cdk (1:1.0.2-4) unstable; urgency=low
-
-  * debian/control
-- Remove unnecessary libjdom0-java build dependency.
-- libvecmath1.2-java - libvecmath-java. (Closes: #546306)
-- Remove java1-runtime dependency.
-- Add myself to uploaders.
-  * debian/rules
-- vecmath1.2 - vecmath.
-  * debian/patches/
-- 21_vecmath_lib_name.patch: Patch to change vecmath1.2.jar references to
-  vecmath.jar.
-  * debian/README.source
-- Add to comply with policy.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Fri, 25 Sep 2009 14:00:28 +0530
-
-cdk (1:1.0.2-3) unstable; urgency=low
-
-  * Build-Depends on libjgrapht0.6-java (Closes: #517348).
-  * Added debian/patches/20-Java5.patch to work with JavaCC 5.0.
-  * (Build-)Depends on default-jdk.
-  * Put package into section 'java'.
-  * Build-Depends on debhelper = 7.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 24 Sep 2009 19:57:42 +0200
-
-cdk (1:1.0.2-2) unstable; urgency=low
-
-  * Patched MakeJavafilesFiles.java so that it accepts comments of the
-form /** ... */.
-(Closes: #474908 - FTBFS: NomParserTokenManager cannot be resolved
-to a type).
-
- -- Paul Cager paul-deb...@home.paulcager.org  Wed, 09 Apr 2008 21:17:53 
+0100
-
-cdk (1:1.0.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Moved package from contrib to main.
-  * Fixed Depends and Suggests of libcdk-java.
-  * Fixed name of Maintainer.
-
- -- Michael Koch konque...@gmx.de  Mon, 03 Mar 2008 20:01:40 +0100
-
-cdk (1:1.0.1.92-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Michael Koch konque...@gmx.de  Sun, 24 Feb 2008 21:38:55 +0100
-
-cdk (1:1.0.1.91-1) unstable; urgency=low
-
-  * New upstream version.
-  * Unify copyright files.
-  * Added watch file.
-  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
-  * Added libjgrapht-java, libvecmath1.2-java, libxom-java and libjama-java
-to Build-Depends-Indep.
-  * Use java-gcj-compat-dev instead of kaffe.
-  * Made Debian Java Maintainers the maintaine of the package and moved Daniel
-Leidert to Uploaders and also added myself.
-  * In debian/control use ${source:Version} instead of ${Source-Version}.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-  * Use $(DEB_UPSTREAM_VERSION) and reduce usage of variables in debian/rules.
-  * Added debian/ant.properties to set build properties.
-  * Updated Standards-Version to 3.7.3.
-  * Updated debhelper compat level to 5.
-  * Removed unused debian/README.Debian.
-  * Removed unused cdk and libcdk-java-doc packages and manpages.
-
- -- Michael Koch konque...@gmx.de  Wed, 20 Feb 2008 11:47:10 +0100
-
-cdk (1:0.99.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Egon Willighagen eg...@users.sourceforge.net  Fri,  9 Feb 2007 16:54:47 
+0100
-
-cdk (20060211-1) unstable; urgency=low
-
-  * New upstream release
-  * Removed JOELib from package
-
- -- Egon Willighagen 

[pkg-java] r13601 - tags/groovy

2011-04-26 Thread Tony Mancill
Author: tmancill
Date: 2011-04-27 05:21:56 + (Wed, 27 Apr 2011)
New Revision: 13601

Added:
   tags/groovy/1.8.0~rc4-1/
Log:
tagging upload of 1.8.0~rc4-1



___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


  1   2   3   4   5   6   7   8   9   10   >