[ubuntu/quantal] subversion 1.7.5-1ubuntu1 (Accepted)

Andy Whitcroft apw at ubuntu.com
Thu Jun 21 18:25:50 UTC 2012


subversion (1.7.5-1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Create pot file on build.
    - Build a python-subversion-dbg package.
    - Build-depend on python-dbg.
    - Build-depend on default-jre-headless/-jdk.
    - Do not apply java-build patch.
    - debian/rules: Manually create the doxygen output directory, otherwise
      we get weird build failures when running parallel builds.

subversion (1.7.5-1) unstable; urgency=low

  [ Peter Samuelson ]
  * New upstream version.
    - Refresh patches; remove obsolete no-dbus-spam, kwallet-wid,
      perl-warning, perl-compiler-flags, po, swig2-compat,
      disable-failing-tests, python-exception-syntax
    - Split patches/apr-abi into apr-abi1 (to be submitted) and
      apr-abi2 (Debian-specific).
    - Disable patches/ruby-test-info ... for now.
    - Requires serf 1.0 or higher.
  * Upstream no longer ships contrib in tarball:
    - Remove contrib-license-audit
    - subversion-tools now Recommends: svn2cl
    - Ship svn-clean, svn-fast-backup, svn_apply_autoprops,
      svn_load_dirs, commit-email.pl in debian/contrib
    - Don't ship svnmerge.py, it has outlived its usefulness
    - Delete patches/{svn2cl-*,svn-clean-ignore,commit-email}
    - Overhaul debian/copyright
  * rules: Specify that we want our own libtool.  Otherwise it finds the
    one from /usr/share/apr-1.0/build, which doesn't support C++.
  * patches/entropy: Remove as obsolete.  It was a workaround for apr
    using /dev/random, but apr switched to /dev/urandom in 1.3.
  * Move emacs plugins from subversion to subversion-tools.
  * patches/java-osgi-metadata: Add OSGi metadata to the libsvn-java
    jarfile.  Thanks Jakub Adam.  (Closes: #644438)
  * Switch from python-support to dh_python2.
  * patches/python-swig205: New patch: Adjust for swig 2.0.5+ handling of
    Python ints vs. longs.

  [ Michael Diers ]
  * More contrib adjustments:
    - Provide debian/contrib/emacs from upstream VCS contrib/client-side/emacs
    - Add svn_1.6_releasenotes.html, svn_1.7_releasenotes.html
    - subversion.docs, subversion.install
    - subversion-tools.docs, subversion-tools.manpages

subversion (1.6.18dfsg-1) experimental; urgency=low

  * New upstream version.
    - patches/sasl-mem-handling: delete obsolete patch.
  * Add Conflicts and Replaces: libsvn-jni.  (Closes: #675987)
  * Rename libsvn-ruby1.8 to ruby-svn, per Ruby policy.
    Leave transition package behind for wheezy.

subversion (1.6.17dfsg-4) unstable; urgency=medium

  * Ack NMU, thanks Ondrej.  Urgency medium because the NMU fixes RC bugs.
    - Revert libsvn-java split.  Instead, disable multiarch for libsvn-java.
      If anyone _needs_ multiarch for Java libraries, which I doubt, we
      should come up with a way to produce deterministic jar files.
    - Reintroduce specific db dependencies, so a random binNMU can't
      change the DB version without warning.
  * Disable serf support for now, as this release won't properly work with
    serf 1.0.
  * patches/g++47: New patch to build with g++ 4.7.
  * Policy 3.9.3 (no changes).
  * Move ruby files to /usr/lib/ruby/vendor_ruby per ruby policy.

subversion (1.6.17dfsg-3.1) unstable; urgency=low

  * Non-maintainer upload
  * Disable test-suite which was broken by apr 1.4.6 update (Closes: #669494)
  * Also rescue on Errno::EINVAL (Closes: #624810, #629952)
  * Split libsvn-java to libsvn-java and libsvn-jni (Closes: #670034)
  * Depend on generic libdb-dev and db-util (Closes: #621460)
  * Install java files prior to dh_install -i call
  * Declare proper relationships between -jni and -java packages

Date: Thu, 21 Jun 2012 15:36:36 +0100
Changed-By: Andy Whitcroft <apw at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Adam Conrad <adconrad at 0c3.net>
https://launchpad.net/ubuntu/quantal/+source/subversion/1.7.5-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jun 2012 15:36:36 +0100
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-svn python-subversion python-subversion-dbg subversion-tools libsvn-java libsvn-perl ruby-svn libsvn-ruby1.8 libsvn-ruby
Architecture: source
Version: 1.7.5-1ubuntu1
Distribution: quantal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andy Whitcroft <apw at ubuntu.com>
Description: 
 libapache2-svn - Apache Subversion server modules for Apache httpd
 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-ruby - Ruby bindings for Apache Subversion (dummy package)
 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: 621460 624810 629952 644438 669494 670034 675987
Changes: 
 subversion (1.7.5-1ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Create pot file on build.
     - Build a python-subversion-dbg package.
     - Build-depend on python-dbg.
     - Build-depend on default-jre-headless/-jdk.
     - Do not apply java-build patch.
     - debian/rules: Manually create the doxygen output directory, otherwise
       we get weird build failures when running parallel builds.
 .
 subversion (1.7.5-1) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * New upstream version.
     - Refresh patches; remove obsolete no-dbus-spam, kwallet-wid,
       perl-warning, perl-compiler-flags, po, swig2-compat,
       disable-failing-tests, python-exception-syntax
     - Split patches/apr-abi into apr-abi1 (to be submitted) and
       apr-abi2 (Debian-specific).
     - Disable patches/ruby-test-info ... for now.
     - Requires serf 1.0 or higher.
   * Upstream no longer ships contrib in tarball:
     - Remove contrib-license-audit
     - subversion-tools now Recommends: svn2cl
     - Ship svn-clean, svn-fast-backup, svn_apply_autoprops,
       svn_load_dirs, commit-email.pl in debian/contrib
     - Don't ship svnmerge.py, it has outlived its usefulness
     - Delete patches/{svn2cl-*,svn-clean-ignore,commit-email}
     - Overhaul debian/copyright
   * rules: Specify that we want our own libtool.  Otherwise it finds the
     one from /usr/share/apr-1.0/build, which doesn't support C++.
   * patches/entropy: Remove as obsolete.  It was a workaround for apr
     using /dev/random, but apr switched to /dev/urandom in 1.3.
   * Move emacs plugins from subversion to subversion-tools.
   * patches/java-osgi-metadata: Add OSGi metadata to the libsvn-java
     jarfile.  Thanks Jakub Adam.  (Closes: #644438)
   * Switch from python-support to dh_python2.
   * patches/python-swig205: New patch: Adjust for swig 2.0.5+ handling of
     Python ints vs. longs.
 .
   [ Michael Diers ]
   * More contrib adjustments:
     - Provide debian/contrib/emacs from upstream VCS contrib/client-side/emacs
     - Add svn_1.6_releasenotes.html, svn_1.7_releasenotes.html
     - subversion.docs, subversion.install
     - subversion-tools.docs, subversion-tools.manpages
 .
 subversion (1.6.18dfsg-1) experimental; urgency=low
 .
   * New upstream version.
     - patches/sasl-mem-handling: delete obsolete patch.
   * Add Conflicts and Replaces: libsvn-jni.  (Closes: #675987)
   * Rename libsvn-ruby1.8 to ruby-svn, per Ruby policy.
     Leave transition package behind for wheezy.
 .
 subversion (1.6.17dfsg-4) unstable; urgency=medium
 .
   * Ack NMU, thanks Ondrej.  Urgency medium because the NMU fixes RC bugs.
     - Revert libsvn-java split.  Instead, disable multiarch for libsvn-java.
       If anyone _needs_ multiarch for Java libraries, which I doubt, we
       should come up with a way to produce deterministic jar files.
     - Reintroduce specific db dependencies, so a random binNMU can't
       change the DB version without warning.
   * Disable serf support for now, as this release won't properly work with
     serf 1.0.
   * patches/g++47: New patch to build with g++ 4.7.
   * Policy 3.9.3 (no changes).
   * Move ruby files to /usr/lib/ruby/vendor_ruby per ruby policy.
 .
 subversion (1.6.17dfsg-3.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Disable test-suite which was broken by apr 1.4.6 update (Closes: #669494)
   * Also rescue on Errno::EINVAL (Closes: #624810, #629952)
   * Split libsvn-java to libsvn-java and libsvn-jni (Closes: #670034)
   * Depend on generic libdb-dev and db-util (Closes: #621460)
   * Install java files prior to dh_install -i call
   * Declare proper relationships between -jni and -java packages
Checksums-Sha1: 
 b73605004167eaed45b6d3a806c010b47fb5ed58 2439 subversion_1.7.5-1ubuntu1.dsc
 52fcc730232623497491f6c3e544ee8761b9b007 8204322 subversion_1.7.5.orig.tar.gz
 8e22af9ab60ec93e131707e6c9b92324b207e092 235607 subversion_1.7.5-1ubuntu1.diff.gz
Checksums-Sha256: 
 d03b9e746405f0d82357901d64e1adcfd603f96639dd8d575501fea006d80003 2439 subversion_1.7.5-1ubuntu1.dsc
 cb102a437335a8921f00cef9bf730d84527713f1a5091e3e1eb2f16402f85dc1 8204322 subversion_1.7.5.orig.tar.gz
 eff12a7c8a762fb1aca06f28f86990e9d71492ea293c7d07939dbcc057e3fe40 235607 subversion_1.7.5-1ubuntu1.diff.gz
Files: 
 b9b9ff7815433c1db561962f211551a9 2439 vcs optional subversion_1.7.5-1ubuntu1.dsc
 badb502508625512763f7e2b4e735c3e 8204322 vcs optional subversion_1.7.5.orig.tar.gz
 9a56363d9345dae86b6d7d4bfc2538b1 235607 vcs optional subversion_1.7.5-1ubuntu1.diff.gz
Original-Maintainer: Peter Samuelson <peter at p12n.org>

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

iEYEARECAAYFAk/jZpMACgkQvjztR8bOoMl8gwCaA5237yLdqYEpggPYIF9jTmHr
1dMAn2f5rJMTpqull18IMAcyBJmpRHlN
=hXgU
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list