[ubuntu/trusty-proposed] subversion 1.8.5-2ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Fri Feb 21 10:25:15 UTC 2014
subversion (1.8.5-2ubuntu1) trusty; urgency=medium
* Merge with Debian; remaining changes:
- Create pot file on build.
- debian/rules: Manually create the doxygen output directory, otherwise
we get weird build failures when running parallel builds.
- Build a python-subversion-dbg package.
- Build-depend on python-dbg.
- Build-depend on default-jre-headless/-jdk.
- only build on requested python versions (X-Python-Versions:)
- Do not apply java-build patch.
- Drop svn2cl to Suggests; we don't particularly need it in Ubuntu main
- Add DEP-8 test for Apache functionality.
- Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
- debian/patches/ruby19.patch: disable check for ruby 1.8, and backport
a few changes to the test suite.
- debian/control: added ruby-test-unit to Build-Depends
- Check for libtoolize instead of libtool, which is not used for
the build.
subversion (1.8.5-2) unstable; urgency=medium
* rules: Move comment out of multi-line variable definition so configure is
run with the correct flags. (Closes: #735609)
* control: Remove libsvn-ruby1.8 Provides from ruby-svn.
* Add patches/swig-pl_build_fix, from upstream, to fix a build failure when
configure is run with --enable-sqlite-compatibility.
subversion (1.8.5-1) unstable; urgency=low
[ Peter Samuelson ]
* New upstream release. (Closes: #725787) Rediff patches:
- Remove apr-abi1 (applied upstream), rename apr-abi2 to apr-abi
- Remove loosen-sqlite-version-check (shouldn't be needed)
- Remove java-osgi-metadata (applied upstream)
- svnmucc prompts for a changelog if none is provided. (Closes: #507430)
- Remove fix-bdb-version-detection, upstream uses "apu-config --dbm-libs"
- Remove ruby-test-wc (applied upstream)
- Fix “svn diff -r N file” when file has svn:mime-type set.
(Closes: #734163)
- Support specifying an encoding for mod_dav_svn's environment in which
hooks are run. (Closes: #601544)
- Fix ordering of “svnadmin dump” paths with certain APR versions.
(Closes: #687291)
- Provide a better error message when authentication fails with an
svn+ssh:// URL. (Closes: #273874)
- Updated Polish translations. (Closes: #690815)
[ James McCoy ]
* Remove all traces of libneon, replaced by libserf.
* patches/sqlite_3.8.x_workaround: Upstream fix for wc-queries-test test
failurse.
* Run configure with --with-apache-libexecdir, which allows removing part of
patches/rpath.
* Re-enable auth-test as upstream has fixed the problem of picking up
libraries from the environment rather than the build tree.
(Closes: #654172)
* Point LD_LIBRARY_PATH at the built auth libraries when running the svn
command during the build. (Closes: #678224)
* Add a NEWS entry describing how to configure mod_dav_svn to understand
UTF-8. (Closes: #566148)
* Remove ancient transitional package, libsvn-ruby.
* Enable compatibility with Sqlite3 versions back to Wheezy.
* Enable hardening flags. (Closes: #734918)
* patches/build-fixes: Enable verbose build logs.
* Build against the default ruby version. (Closes: #722393)
Date: Fri, 21 Feb 2014 10:47:48 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/subversion/1.8.5-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 21 Feb 2014 10:47:48 +0100
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-mod-svn libapache2-svn python-subversion python-subversion-dbg subversion-tools libsvn-java libsvn-perl ruby-svn libsvn-ruby1.8
Architecture: source
Version: 1.8.5-2ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
libapache2-mod-svn - Apache Subversion server modules for Apache httpd
libapache2-svn - Apache Subversion server modules for Apache httpd (dummy package)
libsvn-dev - Development files for Apache Subversion libraries
libsvn-doc - Developer documentation for libsvn
libsvn-java - Java bindings for Apache Subversion
libsvn-perl - Perl bindings for Apache Subversion
libsvn-ruby1.8 - Ruby bindings for Apache Subversion (dummy package)
libsvn1 - Shared libraries used by Apache Subversion
python-subversion - Python bindings for Apache Subversion
python-subversion-dbg - Python bindings for Subversion (debug extension)
ruby-svn - Ruby bindings for Apache Subversion
subversion - Advanced version control system
subversion-tools - Assorted tools related to Apache Subversion
Closes: 273874 507430 566148 601544 654172 678224 687291 690815 722393 725787 734163 734918 735609
Changes:
subversion (1.8.5-2ubuntu1) trusty; urgency=medium
.
* Merge with Debian; remaining changes:
- Create pot file on build.
- debian/rules: Manually create the doxygen output directory, otherwise
we get weird build failures when running parallel builds.
- Build a python-subversion-dbg package.
- Build-depend on python-dbg.
- Build-depend on default-jre-headless/-jdk.
- only build on requested python versions (X-Python-Versions:)
- Do not apply java-build patch.
- Drop svn2cl to Suggests; we don't particularly need it in Ubuntu main
- Add DEP-8 test for Apache functionality.
- Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
- debian/patches/ruby19.patch: disable check for ruby 1.8, and backport
a few changes to the test suite.
- debian/control: added ruby-test-unit to Build-Depends
- Check for libtoolize instead of libtool, which is not used for
the build.
.
subversion (1.8.5-2) unstable; urgency=medium
.
* rules: Move comment out of multi-line variable definition so configure is
run with the correct flags. (Closes: #735609)
* control: Remove libsvn-ruby1.8 Provides from ruby-svn.
* Add patches/swig-pl_build_fix, from upstream, to fix a build failure when
configure is run with --enable-sqlite-compatibility.
.
subversion (1.8.5-1) unstable; urgency=low
.
[ Peter Samuelson ]
* New upstream release. (Closes: #725787) Rediff patches:
- Remove apr-abi1 (applied upstream), rename apr-abi2 to apr-abi
- Remove loosen-sqlite-version-check (shouldn't be needed)
- Remove java-osgi-metadata (applied upstream)
- svnmucc prompts for a changelog if none is provided. (Closes: #507430)
- Remove fix-bdb-version-detection, upstream uses "apu-config --dbm-libs"
- Remove ruby-test-wc (applied upstream)
- Fix “svn diff -r N file” when file has svn:mime-type set.
(Closes: #734163)
- Support specifying an encoding for mod_dav_svn's environment in which
hooks are run. (Closes: #601544)
- Fix ordering of “svnadmin dump” paths with certain APR versions.
(Closes: #687291)
- Provide a better error message when authentication fails with an
svn+ssh:// URL. (Closes: #273874)
- Updated Polish translations. (Closes: #690815)
.
[ James McCoy ]
* Remove all traces of libneon, replaced by libserf.
* patches/sqlite_3.8.x_workaround: Upstream fix for wc-queries-test test
failurse.
* Run configure with --with-apache-libexecdir, which allows removing part of
patches/rpath.
* Re-enable auth-test as upstream has fixed the problem of picking up
libraries from the environment rather than the build tree.
(Closes: #654172)
* Point LD_LIBRARY_PATH at the built auth libraries when running the svn
command during the build. (Closes: #678224)
* Add a NEWS entry describing how to configure mod_dav_svn to understand
UTF-8. (Closes: #566148)
* Remove ancient transitional package, libsvn-ruby.
* Enable compatibility with Sqlite3 versions back to Wheezy.
* Enable hardening flags. (Closes: #734918)
* patches/build-fixes: Enable verbose build logs.
* Build against the default ruby version. (Closes: #722393)
Checksums-Sha1:
b9fa6a3018f9ced3e171810bae4eb43ea5692206 2349 subversion_1.8.5-2ubuntu1.dsc
2859de4cdce4494cecc7a71df4dfbf7a765d7759 9226700 subversion_1.8.5.orig.tar.gz
6df5187ec6b5bb7d2f918b3926ed9543380b3b48 277051 subversion_1.8.5-2ubuntu1.diff.gz
Checksums-Sha256:
ca65ab32d8903d14a5948416864ef0e68d65c387eb1b08d5f3fc254db0091705 2349 subversion_1.8.5-2ubuntu1.dsc
9ac12cef7a66652080f76bd1c387ea9704b93b2078ea458874dd05ec5f2dbcd5 9226700 subversion_1.8.5.orig.tar.gz
b6f0d2f1cc6afd7ee7294a0d4680bbf4cf38b19d634966d068f98a1bb4c23b4d 277051 subversion_1.8.5-2ubuntu1.diff.gz
Files:
6ffd0aef2eec2db38f8313eb06aea336 2349 vcs optional subversion_1.8.5-2ubuntu1.dsc
64742e4692af5d5f170ebc21215c36b4 9226700 vcs optional subversion_1.8.5.orig.tar.gz
5bf8eb5ad4ae65dab037cc501394f4de 277051 vcs optional subversion_1.8.5-2ubuntu1.diff.gz
Original-Maintainer: Peter Samuelson <peter at p12n.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlMHKUkACgkQStlRaw+TLJxwzQCgtFrwMULeLo6EHv9KykvyU9TH
37IAnR01kVUJGAwcW0ElUnE3T5/YrGap
=kVTs
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list