subversion 1.3.1-3ubuntu1 source package in Ubuntu

Changelog

subversion (1.3.1-3ubuntu1) dapper; urgency=low

  * Merge new upstream version from Debian, UVF exception approved by mdz.
  * Very (very, very) carefully merge our Java-related changes with Debian's
    rather different Java changes to produce something that should work.
  * Create a python2.4-subversion transitional package to smooth upgrades.

subversion (1.3.1-3) unstable; urgency=medium

  [ Peter Samuelson ]
  * Tighten dependency between subversion and libsvn0, to reduce user
    confusion.  It is almost always the library version that matters, as
    far as bugs and features are concerned.  (Closes: #359315)
  * Disable java bindings on hppa and ia64, since kaffe is broken on
    those architectures.  It's been broken on ia64 for a long time, and it
    looks as though hppa may remain broken for awhile too (see #364819).
  * ssh-no-sigkill.patch: new patch to SIGTERM (instead of SIGKILL) the
    tunnel agent, which is usually ssh.  We can do this now that #313371
    is fixed.  (Closes: #335528)
  * rules: add -V'libsvn0 (>= 1.3.0)' to dh_makeshlibs to loosen the
    shlibs file a bit.  Upstream guarantees that the library ABI won't be
    augmented during any single x.y.* cycle.
  * svnwrap.sh, man/svnwrap.1: new script for subversion-tools package to
    optionally wrap subversion client commands with 'umask 002'.
    (Closes: #242368, #259226, #282468, #292358)
  * lc_ctype.patch: new patch to make locale errors non-fatal, suggested
    by upstream developer Peter Lundblad.  (Closes: #363983)
  * last-changed-date-charset.patch: new patch: convert $LastChangedDate$
    keyword from UTF-8 to local character set.  (Closes: #290774)
  * apache-crash-fix.patch: new patch to fix a crash in mod_dav_svn.
  * swig-warning-124.patch: new patch to disable swig typemap warning,
    drastically shrinking the build log.

  [ Troy Heber ]
  * changing from UNRELEASED to unstable and uploading

subversion (1.3.1-2) unstable; urgency=low

  [ Peter Samuelson ]
  * Fix libsvn-ruby1.8: actually ship the swig glue, which we had overlooked.
    Thanks to Thiago Avancini for the report and some Ruby help.
  * Exclude Java bindings on kfreebsd-amd64.  (Closes: #361488)

subversion (1.3.1-1) unstable; urgency=low

  [ Peter Samuelson ]
  * New upstream version.
    - Delete obsolete neon-0.25.5.patch.
  * swig-1.3.28.patch: add a few more upstream patches.

subversion (1.3.0-5) unstable; urgency=high

  * rpath.patch: Delete rpaths for apache2 modules.
    (Closes: #359234, also see CVE-2006-1564)
    - rules: Do not override INSTALL_MOD_SHARED, this is no longer needed
    - libapache2-svn.install: Use modules from the install, not from
      the build tree

subversion (1.3.0-4) unstable; urgency=low

  [ Peter Samuelson ]
  * rules: Support DEB_BUILD_OPTIONS=-jN, passed to child make processes.
    Invoke 'make autogen-swig' separately as it has problems with -j.
    Be more paranoid about cleaning out old swig headers.
    Document all the DEB_BUILD_OPTIONS we now support.
  * control: Don't say we provide python2.4-subversion, since we don't.
  * swig-1.3.28.patch: add another upstream patchlet.  Should fix the
    intermittent FTBFS due to the ruby test suite.
  * rules: fix doc/subversion/README.db4.3.gz symlink (Closes: #357856)

subversion (1.3.0-3) unstable; urgency=low

  [ Peter Samuelson ]
  * rules: Symlink /usr/share/doc/libsvn-ruby -> libsvn-ruby1.8
  * swig-1.3.27.patch: Rename to swig-1.3.28.patch, and update it with
    more patches stolen from upstream, to support SWIG 1.3.28.
    - control: Remove Build-Conflicts: swig (>= 1.3.28).  Assume for now
      that 1.3.29 and newer won't cause other problems.

  [ Adam Conrad ]
  * Do the Provides/Replaces/Conflicts dance for python2.4-subversion as
    well, since Ubuntu has shipped that for ages, and this allows for
    smoother upgrades/sidegrades between the two.

subversion (1.3.0-2) unstable; urgency=low

  [ Peter Samuelson ]
  * Disable java bindings on m68k for now.  It seems to have problems
    similar to the ones on arm and mips.  (See #344986.)
  * Some suggestions from Ubuntu backporter Blair Zajac (Closes: #347775):
    - Delete pregenerated swig headers which may or may not be compatible
      with Debian's version of swig.
    - Tighten Build-Depends on kaffe to >= 2:1.1.6: he reports that 1.1.5
      fails to build the Java bindings.
    - Build-Depends: junit, pass --with-junit to configure, and run 'make
      check-javahl'.  It fails on current free JVMs, so ignore failure.
    - Tighten subversion-dev dependency on libapr0-dev to >= 2.0.55-3,
      to match the Build-Depends.
    - Pass CLEANUP=true to 'make check' to reduce disk usage.
  * subversion.README.Debian: Rewrite for clarity, and to document the two
    Emacs helpers.  Thanks to Gavin Baker for both the research and the
    writing.
  * rules: 'make swig-rb' so that 'make install-swig-rb' does not have
    to do it for us.  Thanks to Max Bowsher for noticing.
  * Adjust swig patches:
    - swig-1.3.27-hack.patch: remove, obsoleted by upstream changes.
    - ruby-swig-1.3.27.patch: rename to swig-1.3.27.patch and update to
      include trunk r18172, which is likely to go in a future 1.3.x.
  * New package libsvn-doc with doxygen-generated API docs in HTML
    format.  Thanks to Max Bowsher.  (Closes: #269635)
    - Add Suggests: libsvn-doc for libsvn0-dev
  * Rename python2.3-subversion to python-subversion, recommended by
    Python policy.  This will allow for a slightly smoother global python
    transition in the future.
    - Replaces/Conflicts/Provides: python2.3-subversion
    - Use #!/usr/bin/python everywhere, not #!/usr/bin/python2.3
  * Add Provides: libsvn-dev to libsvn0-dev.  The package will be renamed
    in the future, when libsvn0 becomes libsvn1.
  * Loosen dependencies between subversion-tools and the other packages,
    as the one is "Architecture: all" and the others are not.
  * Build-Conflict with swig 1.3.28 and newer, to document reality.  This
    has been addressed by upstream trunk but not yet backported.
  * patches/neon-0.25.5.patch: new patch from upstream, to allow compiling
    with neon 0.25.5.

  [ Troy Heber ]
  * Changing my email address

 -- Adam Conrad <email address hidden>   Mon,  8 May 2006 14:07:51 +1000

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Dapper
Original maintainer:
Guilherme de S. Pastore
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
subversion_1.3.1.orig.tar.gz 8.4 MiB 20eaf6a88079e2bec4baf47275d1a03a64ea2f34e9bd19bfd05a09b75df78894
subversion_1.3.1-3ubuntu1.diff.gz 48.3 KiB 01cea6993f360703c7b3d5ffbbd2f6ef8b2bf24da681bd1ff4c14290a2bdcb9b
subversion_1.3.1-3ubuntu1.dsc 1.2 KiB 4e56235e6fbaae4bc021083629863cf186974b7e8cfb2a37f402aad64a5929ae

View changes file

Binary packages built by this source

libapache2-svn: No summary available for libapache2-svn in ubuntu edgy.

No description available for libapache2-svn in ubuntu edgy.

libsvn-core-perl: No summary available for libsvn-core-perl in ubuntu edgy.

No description available for libsvn-core-perl in ubuntu edgy.

libsvn-doc: No summary available for libsvn-doc in ubuntu edgy.

No description available for libsvn-doc in ubuntu edgy.

libsvn-javahl: No summary available for libsvn-javahl in ubuntu edgy.

No description available for libsvn-javahl in ubuntu edgy.

libsvn-ruby: No summary available for libsvn-ruby in ubuntu dapper.

No description available for libsvn-ruby in ubuntu dapper.

libsvn-ruby1.8: No summary available for libsvn-ruby1.8 in ubuntu edgy.

No description available for libsvn-ruby1.8 in ubuntu edgy.

libsvn0: No summary available for libsvn0 in ubuntu dapper.

No description available for libsvn0 in ubuntu dapper.

libsvn0-dev: No summary available for libsvn0-dev in ubuntu dapper.

No description available for libsvn0-dev in ubuntu dapper.

python-subversion: No summary available for python-subversion in ubuntu dapper.

No description available for python-subversion in ubuntu dapper.

python2.4-subversion: No summary available for python2.4-subversion in ubuntu dapper.

No description available for python2.4-subversion in ubuntu dapper.

subversion: No summary available for subversion in ubuntu edgy.

No description available for subversion in ubuntu edgy.

subversion-tools: No summary available for subversion-tools in ubuntu dapper.

No description available for subversion-tools in ubuntu dapper.