Accepted subversion 1.3.1-3ubuntu1 (source)
Adam Conrad
adconrad at ubuntu.com
Mon May 8 07:10:13 BST 2006
Accepted:
OK: subversion_1.3.1-3ubuntu1.dsc
-> Component: main Section: devel
OK: subversion_1.3.1.orig.tar.gz
OK: subversion_1.3.1-3ubuntu1.diff.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 8 May 2006 14:07:51 +1000
Source: subversion
Binary: libsvn-core-perl libsvn0 libsvn-javahl python2.4-subversion libsvn-doc libsvn-ruby libsvn-ruby1.8 libapache2-svn python-subversion subversion-tools subversion libsvn0-dev
Architecture: source
Version: 1.3.1-3ubuntu1
Distribution: dapper
Urgency: high
Maintainer: Guilherme de S. Pastore <guilherme.pastore at terra.com.br>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description:
libapache2-svn - apache modules for Subversion (aka. svn)
libsvn-core-perl - perl bindings for Subversion (aka. svn)
libsvn-doc - development documentation for Subversion (aka. svn) libraries
libsvn-javahl - java bindings for Subversion (aka. svn)
libsvn-ruby - ruby modules for interfacing with Subversion (aka. svn)
libsvn-ruby1.8 - ruby modules for interfacing with Subversion (aka. svn)
libsvn0 - shared libraries used by Subversion (aka. svn)
libsvn0-dev - development files for Subversion (aka. svn) libraries
python-subversion - python modules for interfacing with Subversion (aka. svn)
python2.4-subversion - Transitional package to upgrade to python-subversion
subversion - advanced version control system (aka. svn)
subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 242368 259226 269635 282468 290774 292358 335528 347775 357856 359234 359315 361488 363983
Changes:
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
Files:
88fe05e776e5e7e3b0693a50d4f74c80 1184 devel optional subversion_1.3.1-3ubuntu1.dsc
6d650e918255596ef8b74255b3938547 8778545 devel optional subversion_1.3.1.orig.tar.gz
7c46c8e663ae5771b9b465a978f8d919 49493 devel optional subversion_1.3.1-3ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEXt80vjztR8bOoMkRArvAAKDbJ95hpAh9aBox9X7hQkpvrYOqmQCg6Fxt
/Q9ECaEPXmUQWvHPDlMP5eQ=
=B5JF
-----END PGP SIGNATURE-----
More information about the dapper-changes
mailing list