missing javahl library

Bug #12471 reported by Reinhard Tartler
4
Affects Status Importance Assigned to Milestone
subversion (Debian)
Fix Released
Unknown
subversion (Ubuntu)
Fix Released
Wishlist
Matthias Klose

Bug Description

The subversion package currently lacks java bindings. These are required for
subclipse, the eclipse plugin for subversion.
This is basically the same bug as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271125

Revision history for this message
In , David Kimdon (david-kimdon) wrote : Re: Subversion java bindings package

On Wed, Sep 15, 2004 at 11:52:29AM +0100, <email address hidden> wrote:
> The Debian package database has you down as the maintainer of the Subversion
> packages for which I thank you. However this is a begging letter.
>
> Have you considered packaging up the Java bindings (either set, I think the
> JavaHL ones are more featureful) as you already do for Python and Perl? If
> not then please do as I, for one, would find it very useful. I am
> currently working on a Java project which I would like to interface to
> Subversion.

Hi,

I have thought about it, but haven't looked into it deeply. This is
partly because I don't program in java, partly because I have always
had to install non-free software to run java programs. The only
free versions of java that I know about is kaffe and gcj. Do either
of these have what it takes to make the javahl bindings usefule?

-David

Revision history for this message
In , Tim Olsen (tolsen718) wrote : Re: Debian Bugs information: logs for Bug#271125

It is reported as not working with jikes, but as working with gcj here:
<http://subversion.tigris.org/issues/show_bug.cgi?id=2057>

Watch out for this bug though when compiling javahl on 1.1.1:
<http://subversion.tigris.org/issues/show_bug.cgi?id=2032>

a patch is provided in the issue.

I also plead/vote to have this added to the subversion package.

thanks,
Tim

On Fri, 19 Nov 2004 22:03:04 -0800, Debian Bug Tracking System
<email address hidden> wrote:
>
> I have thought about it, but haven't looked into it deeply. This is
> partly because I don't program in java, partly because I have always
> had to install non-free software to run java programs. The only
> free versions of java that I know about is kaffe and gcj. Do either
> of these have what it takes to make the javahl bindings usefule?
>
> -David
>

Revision history for this message
In , Tim Olsen (tolsen718) wrote :

It looks like it doesn't work with gcj, jikes, or kaffe:
<http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=81793>

a fix for gcj will be coming with the GCC 4.0 release. I think that's
scheduled to be released early 2005

-Tim

On Sun, 21 Nov 2004 06:48:28 -0800, Debian Bug Tracking System
>
> It is reported as not working with jikes, but as working with gcj here:
> <http://subversion.tigris.org/issues/show_bug.cgi?id=2057>
>
> Watch out for this bug though when compiling javahl on 1.1.1:
> <http://subversion.tigris.org/issues/show_bug.cgi?id=2032>
>
> a patch is provided in the issue.
>
> I also plead/vote to have this added to the subversion package.
>
> thanks,
> Tim
>

Revision history for this message
In , Dwhedon-users (dwhedon-users) wrote : subversion Debian ci: r258 - in branches/1.1.x/debian: . patches
Download full text (10.2 KiB)

tags 271125 pending
thanks

Author: dwhedon
Date: 2004-12-05 11:42:36 -0700 (Sun, 05 Dec 2004)
New Revision: 258

Added:
   branches/1.1.x/debian/patches/kaffe-cast.patch
   branches/1.1.x/debian/patches/kaffe.patch
Modified:
   branches/1.1.x/debian/changelog
   branches/1.1.x/debian/control.in
   branches/1.1.x/debian/patches/series
   branches/1.1.x/debian/rules
Log:
* debian/control.in : Add build depends on kaffe, kaffe-dev. Add
  libsvn-javahl package.
* debian/patches/series : Add two patches.
* debian/patches/kaffe.patch, debian/patches/kaffe-cast.patch : New files.
* debian/rules : Pass configure arguments for java build, build java
  package.

Modified: branches/1.1.x/debian/changelog
===================================================================
--- branches/1.1.x/debian/changelog 2004-11-09 21:44:55 UTC (rev 257)
+++ branches/1.1.x/debian/changelog 2004-12-05 18:42:36 UTC (rev 258)
@@ -1,3 +1,10 @@
+subversion (1.1.1-2) experimental; urgency=low
+
+ * Add libsvn-javahl, patch thanks to Christophe Labouisse.
+ (closes: #271125)
+
+ -- David Kimdon <email address hidden> Sun, 5 Dec 2004 10:26:12 -0800
+
 subversion (1.1.1-1) experimental; urgency=low

   * New upstream release. (closes: #272000)

Modified: branches/1.1.x/debian/control.in
===================================================================
--- branches/1.1.x/debian/control.in 2004-11-09 21:44:55 UTC (rev 257)
+++ branches/1.1.x/debian/control.in 2004-12-05 18:42:36 UTC (rev 258)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: David Kimdon <email address hidden>
-Build-Depends: debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python@PYTHON_VER@-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl2-dev, docbook-xsl, xsltproc, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev
+Build-Depends: debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python@PYTHON_VER@-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl2-dev, docbook-xsl, xsltproc, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev, kaffe, kaffe-dev
 Build-Conflicts: libtool (=1.5-6)
 Standards-Version: 3.6.1

@@ -113,6 +113,22 @@
  This package includes miscellaneous tools that make maintenance and
  administration of a Subversion repository easier.

+Package: libsvn-javahl
+Section: admin
+Architecture: any
+Depends: kaffe | gij | sablejvm | java-virtual-machine , libsvn0
+Description: Java bindings for Subversion (aka. svn)
+ Subversion is a version control system much like the Concurrent
+ Versions System (CVS). Version control systems allow many
+ individuals (who may be distributed geographically) to collaborate on
+ a set of files (typically source code). Subversion has all the major
+ features of CVS, plus certain new features that CVS users often wish
+ they had.
+ .
+ These modules are required to interface with Subve...

Revision history for this message
In , David Kimdon (dwhedon) wrote : tagging 271125

# Automatically generated email from bts, devscripts version 2.8.5
tags 271125 - pending

Revision history for this message
In , Stephen Touset (stouset) wrote : subversion: javahl library

Followup-For: Bug #271125
Package: subversion
Version: 1.1.1-2

I'd like to second that. Having javahl automatically built would be
nice. However, it seems that javahl cannot be built with kaffe; the Sun
j2sdk is required, instead.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database
Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-19 GNU C Library: Shared
libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database
Libraries [
ii libexpat1 1.95.8-1 XML parsing C library -
runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client
library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by
Subversio
ii libxml2 2.6.15-2 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an
original
ii zlib1g 1:1.2.2-4 compression library -
runtime

-- no debconf information

--
Stephen Touset <email address hidden>
Information Infrastructure Engineer
O - (678) 483-4562, Ext. 122
M - (404) 234-5243

Revision history for this message
In , Rodney Gordon II (meff-pobox) wrote : subversion: please include javahl

Package: subversion
Version: 1.1.1-2
Followup-For: Bug #271125

I, also, would like to see the javahl compiled into Subversion so I can
use Subclipse.

If it's not possible w/out Sun Java, maybe you could create a package
that builds it into a deb, like make-jpkg for Java?

Thanks
-r

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (300, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck1-meff1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-19 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by Subversio
ii libxml2 2.6.11-5 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information

Revision history for this message
In , Alessandro Polverini (polve) wrote : Re: Bug#271125: subversion: please include javahl

I second that: having javahl compiled into subversion would be a *great*
benefit, please, please consider adding it :)

Thanks,
Alex

Revision history for this message
In , Florian Weimer (fw) wrote : Re: Bug#271125: subversion: javahl library

* Stephen Touset:

> I'd like to second that. Having javahl automatically built would be
> nice. However, it seems that javahl cannot be built with kaffe; the Sun
> j2sdk is required, instead.

This implies that Subversion would have to move to contrib, which is
unacceptable (IMHO).

Revision history for this message
In , Stephen Touset (stouset) wrote :

On Mon, 2004-12-27 at 17:43 +0100, Florian Weimer wrote:
> * Stephen Touset:
>
> > I'd like to second that. Having javahl automatically built would be
> > nice. However, it seems that javahl cannot be built with kaffe; the Sun
> > j2sdk is required, instead.
>
> This implies that Subversion would have to move to contrib, which is
> unacceptable (IMHO).

Is it possible that a patch could be written to allow javahl to be built
with kaffe?

--
Stephen Touset <email address hidden>
Information Infrastructure Engineer
O - (678) 483-4562, Ext. 122
M - (404) 234-5243

Revision history for this message
In , Florian Weimer (fw) wrote :

* Stephen Touset:

> On Mon, 2004-12-27 at 17:43 +0100, Florian Weimer wrote:
>> * Stephen Touset:
>>
>> > I'd like to second that. Having javahl automatically built would be
>> > nice. However, it seems that javahl cannot be built with kaffe; the Sun
>> > j2sdk is required, instead.
>>
>> This implies that Subversion would have to move to contrib, which is
>> unacceptable (IMHO).
>
> Is it possible that a patch could be written to allow javahl to be built
> with kaffe?

Certainly it's possible. But the more relevant questions are the size
of the patch and who's going to write it.

Revision history for this message
In , Carsten Pfeiffer (carsten-pfeiffer) wrote :

On 27 Dec 2004 17:00:06 +0000, Florian Weimer wrote:

> > Is it possible that a patch could be written to allow javahl to be built
> > with kaffe?
>
> Certainly it's possible. But the more relevant questions are the size
> of the patch and who's going to write it.

I'd be willing to provide a patch, but -- I just had a look at it and it seems
to compile just fine with kaffe.

I usually develop with the SUN JDK, so I had that installed. I apt-got install
kaffe kaffe-dev, verified that javac --version and all the variables in the
generated Makefile pointed to kaffe and made javahl install-javahl.

Everything went fine and the subclipse Eclipse-plugin is happy, too.

So, can we hope for the next release shipping with libsvnjavahl?

BTW: --with-ssl would be nice, too...

Thanks and best wishes,
Carsten Pfeiffer
--
Fraunhofer Institute Computer Architecture and Software Technology, FIRST
Kekuléstraße 7, 12489 Berlin
Tel.: +49 (0)30 6392-1900, Fax: +49 (0)30 6392-1805

Revision history for this message
In , xiptos (rlopes-ipb) wrote : subversion: Building source no longer generates libsvn-javahl

Package: subversion
Version: 1.1.1-2
Followup-For: Bug #271125

Hi,

Version 1.1.3 of the subversion source no longer generates
libsvn-javahl.
The command sequence is:

$ apt-get source subversion
$ cd subversion-1.1.3
$ fakeroot ./debian/rules binary

after some time...

$ cd ..
$ ls
libapache2-svn_1.1.3-1_i386.deb subversion_1.1.3-1.diff.gz
libsvn0_1.1.3-1_i386.deb subversion_1.1.3-1.dsc
libsvn0-dev_1.1.3-1_i386.deb subversion_1.1.3-1_i386.deb
libsvn-core-perl_1.1.3-1_i386.deb subversion_1.1.3.orig.tar.gz
python2.3-subversion_1.1.3-1_i386.deb subversion-tools_1.1.3-1_all.deb
subversion-1.1.3

Cheers,

/rp

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-mh3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by Subversio
ii libxml2 2.6.11-5 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information

Revision history for this message
In , David Kimdon (dwhedon-gmail) wrote : Re: Bug#271125: subversion: Building source no longer generates libsvn-javahl

hi,

actually, I never enabled libsvn-javahl. to build you need to enable
it in debian/rules, and regenerate debian/control. I'll probably
enable it in the next upload on archs where it can work if all goas
according to plan.

-David

Revision history for this message
In , Carsten Pfeiffer (carsten-pfeiffer) wrote :

Hi,

> actually, I never enabled libsvn-javahl. to build you need to enable
> it in debian/rules, and regenerate debian/control. I'll probably
> enable it in the next upload on archs where it can work if all goas
> according to plan.

great news -- thanks a lot!

Cheers
Carsten Pfeiffer

Revision history for this message
In , Jerry Haltom (jhaltom-feedbackplusinc) wrote :

I just compiled Subversion with JavaHL with Kaffe. The compile worked
fine and the package is fine.

This should be enabled by default at this point. Can we get this please?

--
Jerry Haltom <email address hidden>
Feedback Plus, Inc.

Revision history for this message
Reinhard Tartler (siretart) wrote :

The subversion package currently lacks java bindings. These are required for
subclipse, the eclipse plugin for subversion.
This is basically the same bug as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271125

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 11 Sep 2004 13:31:41 +0200
From: Kurt Huwig <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion: missing javahl library

Subject: subversion: missing javahl library
Package: subversion
Version: 1.0.6-2
Severity: wishlist

Please configure subversion with the option '--enable-javahl' so that
the tool subclipse can be used.

-- System Information:
Debian Release: 3.1
   APT prefers unstable
   APT policy: (990, 'unstable'), (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-1-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database
Utilities
ii libapr0 2.0.50-12 The Apache Portable Runtime
ii libc6 2.3.2.ds1-16 GNU C Library: Shared
libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database
Libraries [
ii libexpat1 1.95.6-8 XML parsing C library -
runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client
library
ii libssl0.9.7 0.9.7d-5 SSL shared libraries
pn libsvn0 Not found.
ii libxml2 2.6.11-3 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an
original
ii zlib1g 1:1.2.1.1-7 compression library - runtime

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 19 Sep 2004 18:59:09 -0700
From: David Kimdon <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: Re: Subversion java bindings package

On Wed, Sep 15, 2004 at 11:52:29AM +0100, <email address hidden> wrote:
> The Debian package database has you down as the maintainer of the Subversion
> packages for which I thank you. However this is a begging letter.
>
> Have you considered packaging up the Java bindings (either set, I think the
> JavaHL ones are more featureful) as you already do for Python and Perl? If
> not then please do as I, for one, would find it very useful. I am
> currently working on a Java project which I would like to interface to
> Subversion.

Hi,

I have thought about it, but haven't looked into it deeply. This is
partly because I don't program in java, partly because I have always
had to install non-free software to run java programs. The only
free versions of java that I know about is kaffe and gcj. Do either
of these have what it takes to make the javahl bindings usefule?

-David

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 20 Nov 2004 09:21:31 -0500
From: Tim Olsen <email address hidden>
To: <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Debian Bugs information: logs for Bug#271125

It is reported as not working with jikes, but as working with gcj here:
<http://subversion.tigris.org/issues/show_bug.cgi?id=2057>

Watch out for this bug though when compiling javahl on 1.1.1:
<http://subversion.tigris.org/issues/show_bug.cgi?id=2032>

a patch is provided in the issue.

I also plead/vote to have this added to the subversion package.

thanks,
Tim

On Fri, 19 Nov 2004 22:03:04 -0800, Debian Bug Tracking System
<email address hidden> wrote:
>
> I have thought about it, but haven't looked into it deeply. This is
> partly because I don't program in java, partly because I have always
> had to install non-free software to run java programs. The only
> free versions of java that I know about is kaffe and gcj. Do either
> of these have what it takes to make the javahl bindings usefule?
>
> -David
>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 21 Nov 2004 12:07:52 -0500
From: Tim Olsen <email address hidden>
To: <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Debian Bugs information: logs for Bug#271125

It looks like it doesn't work with gcj, jikes, or kaffe:
<http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=81793>

a fix for gcj will be coming with the GCC 4.0 release. I think that's
scheduled to be released early 2005

-Tim

On Sun, 21 Nov 2004 06:48:28 -0800, Debian Bug Tracking System
>
> It is reported as not working with jikes, but as working with gcj here:
> <http://subversion.tigris.org/issues/show_bug.cgi?id=2057>
>
> Watch out for this bug though when compiling javahl on 1.1.1:
> <http://subversion.tigris.org/issues/show_bug.cgi?id=2032>
>
> a patch is provided in the issue.
>
> I also plead/vote to have this added to the subversion package.
>
> thanks,
> Tim
>

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (10.5 KiB)

Message-Id: <email address hidden>
Date: Sun, 05 Dec 2004 11:43:45 -0700
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r258 - in branches/1.1.x/debian: . patches

tags 271125 pending
thanks

Author: dwhedon
Date: 2004-12-05 11:42:36 -0700 (Sun, 05 Dec 2004)
New Revision: 258

Added:
   branches/1.1.x/debian/patches/kaffe-cast.patch
   branches/1.1.x/debian/patches/kaffe.patch
Modified:
   branches/1.1.x/debian/changelog
   branches/1.1.x/debian/control.in
   branches/1.1.x/debian/patches/series
   branches/1.1.x/debian/rules
Log:
* debian/control.in : Add build depends on kaffe, kaffe-dev. Add
  libsvn-javahl package.
* debian/patches/series : Add two patches.
* debian/patches/kaffe.patch, debian/patches/kaffe-cast.patch : New files.
* debian/rules : Pass configure arguments for java build, build java
  package.

Modified: branches/1.1.x/debian/changelog
===================================================================
--- branches/1.1.x/debian/changelog 2004-11-09 21:44:55 UTC (rev 257)
+++ branches/1.1.x/debian/changelog 2004-12-05 18:42:36 UTC (rev 258)
@@ -1,3 +1,10 @@
+subversion (1.1.1-2) experimental; urgency=low
+
+ * Add libsvn-javahl, patch thanks to Christophe Labouisse.
+ (closes: #271125)
+
+ -- David Kimdon <email address hidden> Sun, 5 Dec 2004 10:26:12 -0800
+
 subversion (1.1.1-1) experimental; urgency=low

   * New upstream release. (closes: #272000)

Modified: branches/1.1.x/debian/control.in
===================================================================
--- branches/1.1.x/debian/control.in 2004-11-09 21:44:55 UTC (rev 257)
+++ branches/1.1.x/debian/control.in 2004-12-05 18:42:36 UTC (rev 258)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: David Kimdon <email address hidden>
-Build-Depends: debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python@PYTHON_VER@-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl2-dev, docbook-xsl, xsltproc, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev
+Build-Depends: debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python@PYTHON_VER@-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl2-dev, docbook-xsl, xsltproc, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev, kaffe, kaffe-dev
 Build-Conflicts: libtool (=1.5-6)
 Standards-Version: 3.6.1

@@ -113,6 +113,22 @@
  This package includes miscellaneous tools that make maintenance and
  administration of a Subversion repository easier.

+Package: libsvn-javahl
+Section: admin
+Architecture: any
+Depends: kaffe | gij | sablejvm | java-virtual-machine , libsvn0
+Description: Java bindings for Subversion (aka. svn)
+ Subversion is a version control system much like the Concurrent
+ Versions System (CVS). Version control systems allow many
+ individuals ...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <E1Cd0zO-0002po-00@snort>
Date: Fri, 10 Dec 2004 22:44:22 -0800
From: David Kimdon <email address hidden>
To: <email address hidden>
Subject: tagging 271125

# Automatically generated email from bts, devscripts version 2.8.5
tags 271125 - pending

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <1103831585.16388.0.camel@localhost>
Date: Thu, 23 Dec 2004 14:53:05 -0500
From: Stephen Touset <email address hidden>
To: <email address hidden>
Subject: subversion: javahl library

--=-sBWGb/twEihGNJa6krr0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Followup-For: Bug #271125
Package: subversion
Version: 1.1.1-2

I'd like to second that. Having javahl automatically built would be
nice. However, it seems that javahl cannot be built with kaffe; the Sun
j2sdk is required, instead.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=3Den_US.UTF-8, LC_CTYPE=3Den_US.UTF-8 (charmap=3DUTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database
Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-19 GNU C Library: Shared
libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database
Libraries [
ii libexpat1 1.95.8-1 XML parsing C library -
runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client
library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by
Subversio
ii libxml2 2.6.15-2 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an
original
ii zlib1g 1:1.2.2-4 compression library -
runtime

-- no debconf information

--=20
Stephen Touset <email address hidden>
Information Infrastructure Engineer
O - (678) 483-4562, Ext. 122
M - (404) 234-5243

--=-sBWGb/twEihGNJa6krr0
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBByyIg+fMdKwQeHvYRAjSWAJ9EhdesT/pmm3iZ88IUIXVDn8OIXQCeOycw
qZD/Gtc6oE60AeNYHsXbpig=
=yIOx
-----END PGP SIGNATURE-----

--=-sBWGb/twEihGNJa6krr0--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 27 Dec 2004 09:40:06 -0600
From: Rodney Gordon II <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: subversion: please include javahl

Package: subversion
Version: 1.1.1-2
Followup-For: Bug #271125

I, also, would like to see the javahl compiled into Subversion so I can
use Subclipse.

If it's not possible w/out Sun Java, maybe you could create a package
that builds it into a deb, like make-jpkg for Java?

Thanks
-r

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (300, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck1-meff1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-19 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by Subversio
ii libxml2 2.6.11-5 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <1104164298.1018.2.camel@japot>
Date: Mon, 27 Dec 2004 17:18:18 +0100
From: Alessandro Polverini <email address hidden>
To: <email address hidden>
Subject: Re: Bug#271125: subversion: please include javahl

I second that: having javahl compiled into subversion would be a *great*
benefit, please, please consider adding it :)

Thanks,
Alex

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 27 Dec 2004 17:43:14 +0100
From: Florian Weimer <email address hidden>
To: Stephen Touset <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#271125: subversion: javahl library

* Stephen Touset:

> I'd like to second that. Having javahl automatically built would be
> nice. However, it seems that javahl cannot be built with kaffe; the Sun
> j2sdk is required, instead.

This implies that Subversion would have to move to contrib, which is
unacceptable (IMHO).

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <1104166604.4541.0.camel@localhost>
Date: Mon, 27 Dec 2004 11:56:44 -0500
From: Stephen Touset <email address hidden>
To: Florian Weimer <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#271125: subversion: javahl library

--=-5CbdIa9h7A2KgGvfrQUi
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2004-12-27 at 17:43 +0100, Florian Weimer wrote:
> * Stephen Touset:
>=20
> > I'd like to second that. Having javahl automatically built would be
> > nice. However, it seems that javahl cannot be built with kaffe; the Sun
> > j2sdk is required, instead.
>=20
> This implies that Subversion would have to move to contrib, which is
> unacceptable (IMHO).

Is it possible that a patch could be written to allow javahl to be built
with kaffe?

--=20
Stephen Touset <email address hidden>
Information Infrastructure Engineer
O - (678) 483-4562, Ext. 122
M - (404) 234-5243

--=-5CbdIa9h7A2KgGvfrQUi
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBB0D7L+fMdKwQeHvYRAnZ1AJ4q8n7VhBqzE6cUJelkETNRNo7DQgCePEI2
DOERq9wYWnZU26RG5fa62WI=
=Vxo/
-----END PGP SIGNATURE-----

--=-5CbdIa9h7A2KgGvfrQUi--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 27 Dec 2004 18:00:03 +0100
From: Florian Weimer <email address hidden>
To: Stephen Touset <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#271125: subversion: javahl library

* Stephen Touset:

> On Mon, 2004-12-27 at 17:43 +0100, Florian Weimer wrote:
>> * Stephen Touset:
>>
>> > I'd like to second that. Having javahl automatically built would be
>> > nice. However, it seems that javahl cannot be built with kaffe; the Sun
>> > j2sdk is required, instead.
>>
>> This implies that Subversion would have to move to contrib, which is
>> unacceptable (IMHO).
>
> Is it possible that a patch could be written to allow javahl to be built
> with kaffe?

Certainly it's possible. But the more relevant questions are the size
of the patch and who's going to write it.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 20 Jan 2005 21:05:13 +0100
From: Carsten Pfeiffer <email address hidden>
To: <email address hidden>
Subject: Re: Bug#271125: subversion: javahl library

On 27 Dec 2004 17:00:06 +0000, Florian Weimer wrote:

> > Is it possible that a patch could be written to allow javahl to be built
> > with kaffe?
>=20
> Certainly it's possible. But the more relevant questions are the size
> of the patch and who's going to write it.

I'd be willing to provide a patch, but -- I just had a look at it and it se=
ems=20
to compile just fine with kaffe.

I usually develop with the SUN JDK, so I had that installed. I apt-got inst=
all=20
kaffe kaffe-dev, verified that javac --version and all the variables in the=
=20
generated Makefile pointed to kaffe and made javahl install-javahl.=20

Everything went fine and the subclipse Eclipse-plugin is happy, too.

So, can we hope for the next release shipping with libsvnjavahl?

BTW: --with-ssl would be nice, too...

Thanks and best wishes,
Carsten Pfeiffer
=2D-=20
=46raunhofer Institute Computer Architecture and Software Technology, FIRST
Kekul=E9stra=DFe 7, 12489 Berlin
Tel.: +49 (0)30 6392-1900, Fax: +49 (0)30 6392-1805

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 22 Jan 2005 19:02:41 +0000
From: rp_ <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: subversion: Building source no longer generates libsvn-javahl

Package: subversion
Version: 1.1.1-2
Followup-For: Bug #271125

Hi,

Version 1.1.3 of the subversion source no longer generates
libsvn-javahl.
The command sequence is:

$ apt-get source subversion
$ cd subversion-1.1.3
$ fakeroot ./debian/rules binary

after some time...

$ cd ..
$ ls
libapache2-svn_1.1.3-1_i386.deb subversion_1.1.3-1.diff.gz
libsvn0_1.1.3-1_i386.deb subversion_1.1.3-1.dsc
libsvn0-dev_1.1.3-1_i386.deb subversion_1.1.3-1_i386.deb
libsvn-core-perl_1.1.3-1_i386.deb subversion_1.1.3.orig.tar.gz
python2.3-subversion_1.1.3-1_i386.deb subversion-tools_1.1.3-1_all.deb
subversion-1.1.3

Cheers,

/rp

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-mh3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database Utilities
ii libapr0 2.0.52-3 The Apache Portable Runtime
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libsvn0 1.1.1-2 Shared libraries used by Subversio
ii libxml2 2.6.11-5 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 22 Jan 2005 20:01:04 -0800
From: David Kimdon <email address hidden>
To: rp_ <email address hidden>, <email address hidden>
Subject: Re: Bug#271125: subversion: Building source no longer generates libsvn-javahl

hi,

actually, I never enabled libsvn-javahl. to build you need to enable
it in debian/rules, and regenerate debian/control. I'll probably
enable it in the next upload on archs where it can work if all goas
according to plan.

-David

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sun, 23 Jan 2005 18:40:27 +0100
From: Carsten Pfeiffer <email address hidden>
To: <email address hidden>
Subject: Re: Bug#271125: subversion: Building source no longer generates libsvn-javahl

Hi,

> actually, I never enabled libsvn-javahl. to build you need to enable
> it in debian/rules, and regenerate debian/control. I'll probably
> enable it in the next upload on archs where it can work if all goas
> according to plan.

great news -- thanks a lot!

Cheers
Carsten Pfeiffer

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 26 Jan 2005 17:52:20 -0600
From: Jerry Haltom <email address hidden>
To: <email address hidden>
Subject:

I just compiled Subversion with JavaHL with Kaffe. The compile worked
fine and the package is fine.

This should be enabled by default at this point. Can we get this please?

--
Jerry Haltom <email address hidden>
Feedback Plus, Inc.

Revision history for this message
In , Andrew Vaughan (ajv-lists) wrote : patch to enable kaffe to build javahl binding

Hi David,

Wolfgang Baer contributed the 2 attached patches in reply to a query on
debian-java.

They allow the current version of Kaffe to build javahl.
Please consider adding them to the next upload of Subversion.
(They also apply to 1.1.4).

I will be forwarding them to <email address hidden> in a few days.
(Need to find time to read HACKING so I get the log message right. :)

FYI Kaffe changed from the kjc compiler to jikes some weeks back. jikes is
unable to compile subversion without patching.

On Wed, 6 Apr 2005 06:26 pm, Wolfgang Baer wrote:
> Attached two patches which fix the jikes build problem. BTW, its not
> jikes fault but wrong coding sytle in the java files. jike is very
> strict to the specification - which javac is not.
>
> Could you please forward the patches to upstream ?
>
> Put the patches in your debian/patches dir and copy the two line change
> in the attached series file to your series file. I successfully built
> the javaHL bindings with these patches in my chroot.
>
> Two comments:
>
> (1) The debian/libsvn-javahl directory gets created and populated with
> the native and java libraries if ENABLE_JAVAHL=yes is set in the rules
> file - however no libsvn-javahl package gets created. But I think this
> is only a minor packaging problem.
>
> (2) According to the java policy the native library parts should be
> installed under /usr/lib/jni directory. I personally would also name the
> package just libsvn-java. libsvn-javahl doesn't say much to a user and
> confuses him in my opinion.
>
> Regards,
>
> Wolfgang
>
> PS: I am eager awaiting the JavaHL bindings so I can use the eclipse svn
> plugin without recompiling subversion from source.
>
> -------------------------------------------------------

--
Thanks
Andrew V.

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (5.1 KiB)

Message-Id: <email address hidden>
Date: Thu, 7 Apr 2005 07:36:34 +1000
From: Andrew Vaughan <email address hidden>
To: <email address hidden>
Subject: patch to enable kaffe to build javahl binding

--Boundary-00=_jZFVCLCrft22X/F
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi David,

Wolfgang Baer contributed the 2 attached patches in reply to a query on
debian-java.

They allow the current version of Kaffe to build javahl.
Please consider adding them to the next upload of Subversion.
(They also apply to 1.1.4).

I will be forwarding them to <email address hidden> in a few days.
(Need to find time to read HACKING so I get the log message right. :)

FYI Kaffe changed from the kjc compiler to jikes some weeks back. jikes is
unable to compile subversion without patching.

On Wed, 6 Apr 2005 06:26 pm, Wolfgang Baer wrote:
> Attached two patches which fix the jikes build problem. BTW, its not
> jikes fault but wrong coding sytle in the java files. jike is very
> strict to the specification - which javac is not.
>
> Could you please forward the patches to upstream ?
>
> Put the patches in your debian/patches dir and copy the two line change
> in the attached series file to your series file. I successfully built
> the javaHL bindings with these patches in my chroot.
>
> Two comments:
>
> (1) The debian/libsvn-javahl directory gets created and populated with
> the native and java libraries if ENABLE_JAVAHL=yes is set in the rules
> file - however no libsvn-javahl package gets created. But I think this
> is only a minor packaging problem.
>
> (2) According to the java policy the native library parts should be
> installed under /usr/lib/jni directory. I personally would also name the
> package just libsvn-java. libsvn-javahl doesn't say much to a user and
> confuses him in my opinion.
>
> Regards,
>
> Wolfgang
>
> PS: I am eager awaiting the JavaHL bindings so I can use the eclipse svn
> plugin without recompiling subversion from source.
>
> -------------------------------------------------------

--
Thanks
Andrew V.

--Boundary-00=_jZFVCLCrft22X/F
Content-Type: text/x-patch;
  name="jikes_compile_1.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="jikes_compile_1.patch"

--- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/Notify.java.orig 2004-06-12 13:01:25.000000000 +0000
+++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/Notify.java 2005-04-06 07:28:09.000000000 +0000
@@ -56,7 +56,7 @@
          */
   public static final String getActionName(int action)
   {
- return actionNames[action];
+ return NotifyAction.actionNames[action];
   }

     }
@@ -73,7 +73,7 @@
          */
   public static final String getStatusName(int status)
   {
- return statusNames[status];
+ return NotifyStatus.statusNames[status];
   }
     }

--Boundary-00=_jZFVCLCrft22X/F
Content-Type: text/x-patch;
  name="jikes_compile_2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="jikes_compile_2.patch"

--- subversion/bindings/java/javahl/src/org/tigris/subversion/jav...

Read more...

Revision history for this message
In , Reinhard Tartler (siretart) wrote : patch for sourcepackage

Any progress on this bug?

I succeeded to get javahl built using gcj-4.0. There were some patches
for g++-4.0 needed, but the package gets built with free java tools.

Attached the debdiff to my source package. Please integrate this in the
next revision of the subversion package.

--
Reinhard Tartler <email address hidden> GnuPG ID: 945348A4
Fingerprint: 9300 5DC2 7E87 6C37 ED7B CA9A 9808 3544 9453 48A4

Revision history for this message
In , Andrew Vaughan (ajv-lists) wrote : Bug#271125: Updated javahl patches for subversion1.2.1

Hi David
Attached is an svn diff containing updated javahl patches.

These patches enabled me to build 1.2.1 on sarge (i368).

Please consider enabling javahl.

Thanks.

Andrew V.

Revision history for this message
In , Dwhedon-users (dwhedon-users) wrote : subversion Debian ci: r330 - in trunk/debian: . patches

tags 271125 pending
thanks

Author: dwhedon
Date: 2005-07-20 03:32:48 +0000 (Wed, 20 Jul 2005)
New Revision: 330

Added:
   trunk/debian/patches/kaffe-javah.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/kaffe.patch
   trunk/debian/patches/series
   trunk/debian/rules
Log:
+++ debian/changelog (working copy)
+ * Enable javahl bindings by default (closes: #271125)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/changelog 2005-07-20 03:32:48 UTC (rev 330)
@@ -5,6 +5,7 @@
   * Do not install vc-svn.el (closes: #314213)
   * Autoload psvn.el by default. (closes: #223303, #305953)
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
+ * Enable javahl bindings by default (closes: #271125)

  -- David Kimdon <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Added: trunk/debian/patches/kaffe-javah.patch
===================================================================
--- trunk/debian/patches/kaffe-javah.patch 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/kaffe-javah.patch 2005-07-20 03:32:48 UTC (rev 330)
@@ -0,0 +1,13 @@
+Index: build.conf
+===================================================================
+--- build.conf (revision 14202)
++++ build.conf (working copy)
+@@ -410,7 +410,7 @@
+ sources = *.java
+ add-deps = $(javahl_java_DEPS)
+ install = javahl-javah
+-link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
++link-cmd = $(COMPILE_JAVAHL_JAVAH)
+
+ [libsvnjavahl]
+ description = Subversion Java HighLevel binding

Modified: trunk/debian/patches/kaffe.patch
===================================================================
--- trunk/debian/patches/kaffe.patch 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/kaffe.patch 2005-07-20 03:32:48 UTC (rev 330)
@@ -7,6 +7,7 @@
  javahl_java_CLASSPATH=$(JAVA_CLASSPATH)
  javahl_tests_CLASSPATH=$(JAVA_CLASSPATH)
 +javahl_javah_CLASSPATH=$(JDK)/jre/lib/rt.jar
- swig_java_api_CLASSPATH=$(JAVA_CLASSPATH)
- swig_java_java_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
- swig_java_tests_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
+
+ RUBY = @RUBY@
+
+

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/series 2005-07-20 03:32:48 UTC (rev 330)
@@ -1,5 +1,6 @@
-#kaffe.patch -p0
+kaffe.patch -p0
 kaffe-cast.patch -p0
 repos-templates.patch -p0
 svnshell.patch -p0
 #rpath.patch -p0
+kaffe-javah.patch -p0

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/rules 2005-07-20 03:32:48 UTC (rev 330)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f

 # Set this variable to 'yes' to build the libsvn-javahl package.
-ENABLE_JAVAHL=no
+ENABLE_JAVAHL=yes

 # This is the debhelper compatability version to use.
 export DH_COMPAT=3

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : subversion

reassign 323839 subversion
severity 323839 wishlist
merge 323839 271125

--
Guilherme de S. Pastore (fatalerror)
<email address hidden>

Revision history for this message
In , Ftlerror-guest (ftlerror-guest) wrote : subversion Debian ci: r342 - trunk/debian

tags 271125 pending
tags 323839 pending
thanks

Author: ftlerror-guest
Date: 2005-08-20 10:29:50 +0000 (Sat, 20 Aug 2005)
New Revision: 342

Modified:
   trunk/debian/changelog
Log:
Close one more bug with the addition of javahl bindings

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-08-18 15:01:33 UTC (rev 341)
+++ trunk/debian/changelog 2005-08-20 10:29:50 UTC (rev 342)
@@ -19,7 +19,7 @@
   * Do not install vc-svn.el (closes: #314213, #315100)
   * Autoload psvn.el by default. (closes: #223303, #305953)
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
- * Enable javahl bindings by default (closes: #271125)
+ * Enable javahl bindings by default (closes: #271125, #323839)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : Bug#271125: fixed in subversion 1.2.3a-1
Download full text (7.3 KiB)

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

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

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1) unstable; urgency=low
 .
   * Welcome the Debian Subversion Team (Closes: #322257)
 .
   [ Guilherme de S. Pastore ]
   * New upstream release (Closes: #320417)
     - tarball repackaged without svnbook, as it's licensed under
      ...

Read more...

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : Bug#323839: fixed in subversion 1.2.3a-1
Download full text (7.3 KiB)

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

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

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1) unstable; urgency=low
 .
   * Welcome the Debian Subversion Team (Closes: #322257)
 .
   [ Guilherme de S. Pastore ]
   * New upstream release (Closes: #320417)
     - tarball repackaged without svnbook, as it's licensed under
      ...

Read more...

Revision history for this message
Cory Prowse (cory-prowse) wrote :

This appears to have been fixed in the Debian archives.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271125
  Source: subversion
  Source-Version: 1.2.3a-1

I'll add my pleading and requests to get javahl compiled in as well!

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (16.4 KiB)

Message-Id: <email address hidden>
Date: Sat, 09 Jul 2005 12:39:52 +0200
From: Reinhard Tartler <email address hidden>
To: <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: patch for sourcepackage

--=-rfAPb7TUC8XWj61ZB9EI
Content-Type: multipart/mixed; boundary="=-SyyBkcVjdSv/P6o7Fk+k"

--=-SyyBkcVjdSv/P6o7Fk+k
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Any progress on this bug?

I succeeded to get javahl built using gcj-4.0. There were some patches
for g++-4.0 needed, but the package gets built with free java tools.

Attached the debdiff to my source package. Please integrate this in the
next revision of the subversion package.

--=20
Reinhard Tartler <email address hidden> GnuPG ID: 945348A4
Fingerprint: 9300 5DC2 7E87 6C37 ED7B CA9A 9808 3544 9453 48A4

--=-SyyBkcVjdSv/P6o7Fk+k
Content-Disposition: attachment; filename=subversion-patch
Content-Type: text/x-patch; name=subversion-patch; charset=us-ascii
Content-Transfer-Encoding: base64

ZGlmZiAtdSBzdWJ2ZXJzaW9uLTEuMi4wL2RlYmlhbi9jaGFuZ2Vsb2cgc3VidmVyc2lvbi0xLjIu
MC9kZWJpYW4vY2hhbmdlbG9nDQotLS0gc3VidmVyc2lvbi0xLjIuMC9kZWJpYW4vY2hhbmdlbG9n
DQorKysgc3VidmVyc2lvbi0xLjIuMC9kZWJpYW4vY2hhbmdlbG9nDQpAQCAtMSwzICsxLDExIEBA
DQorc3VidmVyc2lvbiAoMS4yLjAtMXVidW50dTIpIGJyZWV6eTsgdXJnZW5jeT1sb3cNCisNCisg
ICogZW5hYmxlZCBidWlsZGluZyBqYXZhaGwgd2l0aCBnY2ogKGFkZGVkIGJ1aWxkIGRlcGVuZGVu
Y3kgb24NCisgICAgamF2YS1nY2otY29tcGF0KQ0KKyAgKiBnKystNC4wIGZpeCBmb3IgamF2YWhs
DQorDQorIC0tIFJlaW5oYXJkIFRhcnRsZXIgPHNpcmV0YXJ0QHRhdXdhcmUuZGU+ICBTYXQsICA5
IEp1bCAyMDA1IDA5OjEyOjA5ICswMDAwDQorDQogc3VidmVyc2lvbiAoMS4yLjAtMXVidW50dTEp
IGJyZWV6eTsgdXJnZW5jeT1sb3cNCiANCiAgICogUmVzeW5jaHJvbmlzZSB3aXRoIERlYmlhbi4N
CmRpZmYgLXUgc3VidmVyc2lvbi0xLjIuMC9kZWJpYW4vcnVsZXMgc3VidmVyc2lvbi0xLjIuMC9k
ZWJpYW4vcnVsZXMNCi0tLSBzdWJ2ZXJzaW9uLTEuMi4wL2RlYmlhbi9ydWxlcw0KKysrIHN1YnZl
cnNpb24tMS4yLjAvZGViaWFuL3J1bGVzDQpAQCAtMSw3ICsxLDcgQEANCiAjIS91c3IvYmluL21h
a2UgLWYNCiANCiAjIFNldCB0aGlzIHZhcmlhYmxlIHRvICd5ZXMnIHRvIGJ1aWxkIHRoZSBsaWJz
dm4tamF2YWhsIHBhY2thZ2UuDQotRU5BQkxFX0pBVkFITD1ubw0KK0VOQUJMRV9KQVZBSEw9eWVz
DQogDQogREVCX0JVSUxERElSPSQoUFdEKS9idWlsZC10cmVlL3N1YnZlcnNpb24tMS4yLjANCiAN
CkBAIC0zOCw4ICszOCw3IEBADQogZW5kaWYNCiANCiBpZmVxICgkKEVOQUJMRV9KQVZBSEwpLCB5
ZXMpDQotICAjIGppa2VzIDEuMjIgY2Fubm90IGNvbXBpbGUgamF2YWhsLg0KLSAgY29uZmZsYWdz
ICs9IC0tZW5hYmxlLWphdmFobCAtLXdpdGhvdXQtamlrZXMgLS13aXRoLWpkaz0vdXNyL2xpYi9r
YWZmZQ0KKyAgY29uZmZsYWdzICs9IC0tZW5hYmxlLWphdmFobCAtLXdpdGgtamRrPS91c3IvbGli
L2p2bS9qYXZhLWdjag0KIGVuZGlmDQogDQogIyBGT1IgQVVUT0NPTkYgMi41MiBBTkQgTkVXRVIg
T05MWQ0KZGlmZiAtdSBzdWJ2ZXJzaW9uLTEuMi4wL2RlYmlhbi9jb250cm9sLm00IHN1YnZlcnNp
b24tMS4yLjAvZGViaWFuL2NvbnRyb2wubTQNCi0tLSBzdWJ2ZXJzaW9uLTEuMi4wL2RlYmlhbi9j
b250cm9sLm00DQorKysgc3VidmVyc2lvbi0xLjIuMC9kZWJpYW4vY29udHJvbC5tNA0KQEAgLTIs
NyArMiw3IEBADQogU2VjdGlvbjogZGV2ZWwNCiBQcmlvcml0eTogb3B0aW9uYWwNCiBNYWludGFp
bmVyOiBEYXZpZCBLaW1kb24gPGR3aGVkb25AZGViaWFuLm9yZz4NCi1CdWlsZC1EZXBlbmRzOiBt
NCwgZGViaGVscGVyICg+PTQuMS4yNSksIGxpYm5lb24yNC1kZXYgKD49MC4yNC43KSwgYXBhY2hl
Mi10aHJlYWRlZC1kZXYgKD49Mi4wLjUwLTExKSwgbGliYXByMC1kZXYgKD49Mi4wLjUwLTExKSwg
bGliZGI0LjItZGV2LCBsaWJ0b29sICg+PTEuNCksIGxpYmV4cGF0MS1kZXYsIHpsaWIxZy1kZXYs
IGJpc29uLCB...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 16 Jul 2005 01:56:43 +1000
From: Andrew Vaughan <email address hidden>
To: <email address hidden>
Subject: Bug#271125: Updated javahl patches for subversion1.2.1

--Boundary-00=_7y91CPYUJeweFrV
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi David
Attached is an svn diff containing updated javahl patches.

These patches enabled me to build 1.2.1 on sarge (i368).

Please consider enabling javahl.

Thanks.

Andrew V.

--Boundary-00=_7y91CPYUJeweFrV
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="svn.1.2.1.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="svn.1.2.1.patch"

Index: debian/patches/kaffe-javah.patch
===================================================================
--- debian/patches/kaffe-javah.patch (revision 0)
+++ debian/patches/kaffe-javah.patch (revision 0)
@@ -0,0 +1,13 @@
+Index: build.conf
+===================================================================
+--- build.conf (revision 14202)
++++ build.conf (working copy)
+@@ -410,7 +410,7 @@
+ sources = *.java
+ add-deps = $(javahl_java_DEPS)
+ install = javahl-javah
+-link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
++link-cmd = $(COMPILE_JAVAHL_JAVAH)
+
+ [libsvnjavahl]
+ description = Subversion Java HighLevel binding
Index: debian/patches/kaffe.patch
===================================================================
--- debian/patches/kaffe.patch (revision 323)
+++ debian/patches/kaffe.patch (working copy)
@@ -7,6 +7,7 @@
  javahl_java_CLASSPATH=$(JAVA_CLASSPATH)
  javahl_tests_CLASSPATH=$(JAVA_CLASSPATH)
 +javahl_javah_CLASSPATH=$(JDK)/jre/lib/rt.jar
- swig_java_api_CLASSPATH=$(JAVA_CLASSPATH)
- swig_java_java_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
- swig_java_tests_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
+
+ RUBY = @RUBY@
+
+
Index: debian/patches/series
===================================================================
--- debian/patches/series (revision 323)
+++ debian/patches/series (working copy)
@@ -1,5 +1,6 @@
-#kaffe.patch -p0
+kaffe.patch -p0
 kaffe-cast.patch -p0
 repos-templates.patch -p0
 svnshell.patch -p0
 #rpath.patch -p0
+kaffe-javah.patch -p0

--Boundary-00=_7y91CPYUJeweFrV--

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.2 KiB)

Message-Id: <email address hidden>
Date: Wed, 20 Jul 2005 03:32:49 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r330 - in trunk/debian: . patches

tags 271125 pending
thanks

Author: dwhedon
Date: 2005-07-20 03:32:48 +0000 (Wed, 20 Jul 2005)
New Revision: 330

Added:
   trunk/debian/patches/kaffe-javah.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/kaffe.patch
   trunk/debian/patches/series
   trunk/debian/rules
Log:
+++ debian/changelog (working copy)
+ * Enable javahl bindings by default (closes: #271125)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/changelog 2005-07-20 03:32:48 UTC (rev 330)
@@ -5,6 +5,7 @@
   * Do not install vc-svn.el (closes: #314213)
   * Autoload psvn.el by default. (closes: #223303, #305953)
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
+ * Enable javahl bindings by default (closes: #271125)

  -- David Kimdon <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Added: trunk/debian/patches/kaffe-javah.patch
===================================================================
--- trunk/debian/patches/kaffe-javah.patch 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/kaffe-javah.patch 2005-07-20 03:32:48 UTC (rev 330)
@@ -0,0 +1,13 @@
+Index: build.conf
+===================================================================
+--- build.conf (revision 14202)
++++ build.conf (working copy)
+@@ -410,7 +410,7 @@
+ sources = *.java
+ add-deps = $(javahl_java_DEPS)
+ install = javahl-javah
+-link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
++link-cmd = $(COMPILE_JAVAHL_JAVAH)
+
+ [libsvnjavahl]
+ description = Subversion Java HighLevel binding

Modified: trunk/debian/patches/kaffe.patch
===================================================================
--- trunk/debian/patches/kaffe.patch 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/kaffe.patch 2005-07-20 03:32:48 UTC (rev 330)
@@ -7,6 +7,7 @@
  javahl_java_CLASSPATH=$(JAVA_CLASSPATH)
  javahl_tests_CLASSPATH=$(JAVA_CLASSPATH)
 +javahl_javah_CLASSPATH=$(JDK)/jre/lib/rt.jar
- swig_java_api_CLASSPATH=$(JAVA_CLASSPATH)
- swig_java_java_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
- swig_java_tests_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
+
+ RUBY = @RUBY@
+
+

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/patches/series 2005-07-20 03:32:48 UTC (rev 330)
@@ -1,5 +1,6 @@
-#kaffe.patch -p0
+kaffe.patch -p0
 kaffe-cast.patch -p0
 repos-templates.patch -p0
 svnshell.patch -p0
 #rpath.patch -p0
+kaffe-javah.patch -p0

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-07-20 03:26:30 UTC (rev 329)
+++ trunk/debian/rules 2005-07-20 03:32:48 UTC (rev 330)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f

 # Set this variable to 'yes' to build the libsvn-javahl package.
-ENABL...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 20 Aug 2005 10:29:50 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r342 - trunk/debian

tags 271125 pending
tags 323839 pending
thanks

Author: ftlerror-guest
Date: 2005-08-20 10:29:50 +0000 (Sat, 20 Aug 2005)
New Revision: 342

Modified:
   trunk/debian/changelog
Log:
Close one more bug with the addition of javahl bindings

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-08-18 15:01:33 UTC (rev 341)
+++ trunk/debian/changelog 2005-08-20 10:29:50 UTC (rev 342)
@@ -19,7 +19,7 @@
   * Do not install vc-svn.el (closes: #314213, #315100)
   * Autoload psvn.el by default. (closes: #223303, #305953)
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
- * Enable javahl bindings by default (closes: #271125)
+ * Enable javahl bindings by default (closes: #271125, #323839)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 20 Aug 2005 07:29:57 -0300
From: "Guilherme de S. Pastore" <email address hidden>
To: <email address hidden>
Subject: subversion

reassign 323839 subversion
severity 323839 wishlist
merge 323839 271125

--
Guilherme de S. Pastore (fatalerror)
<email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-Id: <email address hidden>
Date: Sat, 10 Sep 2005 11:10:12 -0700
From: <email address hidden> (Guilherme de S. Pastore)
To: <email address hidden>
Subject: Bug#271125: fixed in subversion 1.2.3a-1

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

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

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1)...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-Id: <email address hidden>
Date: Sat, 10 Sep 2005 11:10:12 -0700
From: <email address hidden> (Guilherme de S. Pastore)
To: <email address hidden>
Subject: Bug#323839: fixed in subversion 1.2.3a-1

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

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

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1)...

Read more...

Revision history for this message
Jeff Bailey (jbailey) wrote :

Package now has libsvn-javahl

Changed in subversion:
status: Unconfirmed → Fix Released
Revision history for this message
Reinhard Tartler (siretart) wrote :
Changed in subversion:
status: Fix Released → Unconfirmed
Revision history for this message
Matthias Klose (doko) wrote :

libsvn-javahl is available

Changed in subversion:
assignee: jbailey → doko
status: Unconfirmed → Fix Released
Revision history for this message
Matthias Klose (doko) wrote :

available in unstable as well

Changed in subversion:
assignee: nobody → doko
status: Unconfirmed → Fix Released
Revision history for this message
Reinhard Tartler (siretart) wrote :

the binary package is not available. Have a look at this buildlog:
http://people.ubuntu.com/~lamont/buildLogs/s/subversion/1.3.0-1ubuntu1/subversion_1.3.0-1ubuntu1_20060118-0244-i386-successful.gz

Further down, it says this:
dpkg-genchanges: warning: package libsvn-javahl in control file but not in files list

I have no idea why this doesn't happen in debian, but only in ubuntu

Changed in subversion:
status: Fix Released → Unconfirmed
Revision history for this message
Matthias Klose (doko) wrote :

fixed in 1.3.0-1ubuntu2

Changed in subversion:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.