Adam Conrad adconrad at ubuntu.com
Fri Nov 25 09:35:05 CST 2005


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

Format: 1.7
Date: Sat, 26 Nov 2005 01:17:20 +1100
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.4-subversion subversion-tools libsvn0-dev subversion
Architecture: source
Version: 1.2.3dfsg1-2ubuntu1
Distribution: dapper
Urgency: low
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-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.4-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 285708 298822 305953 310519 310777 314154 314213 314381 315100 316097 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079 327789 329184 330824 335438 335455 336373 336781
Changes: 
 subversion (1.2.3dfsg1-2ubuntu1) dapper; urgency=low
 .
   * Roll this release from the Debian pkg-subversion SVN repo (Ubuntu #19334)
   * Stop building python2.3 bindings, as python2.3 is leaving Ubuntu main.
   * Disable the build of libsvn-javahl, since kaffe is in Ubuntu universe.
 .
 subversion (1.2.3dfsg1-3) UNRELEASED; urgency=low
 .
   [ Peter Samuelson ]
   * debian/rules: Remove the unwritten requirement that /usr/bin/python be
     specifically version 2.3:
     - derive python version from debian/control, not from dpkg -l
     - pass PYTHON=python2.3 explicitly into configure
   * Remove various unneeded files from language bindings (Closes: #310777)
     - debian/libsvn-core-perl.install: don't install /usr/lib/*.{a,la,so}
     - debian/python2.3-subversion.install: likewise
     - debian/libsvn-javahl.install: don't install /usr/lib/jni/*.{a,la}
     - debian/rules: delete *.{a,la} from python2.3/site-packages/libsvn
   * debian/control: build-depends on libapr0-dev (>= 2.0.55-3).
     Earlier versions of libapr0 will try to make us link to libdb4.2.
   * subversion.NEWS, README.db4.3: document db4.2 -> db4.3 upgrade.
   * patches/no_extra_libs.patch: new patch to prevent linking to several
     unneeded libraries.  (Closes: #336373, which was caused by linking to
     libssl0.9.8.)
     - debian/control: Remove several depends and build-depends we are no
       longer using because of this
   * patches/commit-email-warning.patch: new patch to eliminate a harmless
     warning in a hook script.  (Closes: #336781)
 .
   [ Adam Conrad ]
   * Switch to using DB4.3 instead of DB4.2, as libapr0 has
       (Closes: #335455, #335438)
     - Bump build-dep and libsvn0-dev dep from libdb4.2-dev to libdb4.3-dev
     - Bump subversion and libapache2-svn deps from db4.2-util to db4.3-util
 .
   [ Troy Heber ]
   * Added note about the requirement for nfs-common when your repository lives
     on a NFS volume. (closes: #316097)
   * Changing the default behavior to not use apr_generate_random_bytes(),
     Debian use the system APR which is configured to use /dev/random. In cases
     where the entropy pool is drained svn commands can block waiting. Removing
     the call to apr_generate_random_bytes and using the fallback apr_time_now
     instead. (closes: #285708, #298822)
 .
 subversion (1.2.3dfsg1-2) unstable; urgency=low
 .
   * Use DH_OPTIONS=-Nlibsvn-javahl in debian/rules, rather than the
     Architecture fields in debian/control, to disable the java package.
     Due to misuse of debhelper, the last attempt didn't work.  And I think
     this way is nicer anyway.  Suggested by Steve Langasek.
 .
 subversion (1.2.3dfsg1-1) unstable; urgency=low
 .
   [ Guilherme de S. Pastore ]
   * debian/control:
     - changed section of libsvn-core-perl to perl
     - changed section of libsvn-javahl to devel
     - bump to Standards-Version 3.6.2.1 with no changes
   * debian/rules:
     - minor cleanups
     - removed remnants of control auto-generation
 .
   [ Peter Samuelson ]
   * Re-repack orig tarball to eliminate the tar-in-tar arrangement
   * debian/rules: adjust to build without the tar-in-tar
     - configure and build in ./BUILD
     - 'clean' removes ./BUILD and files from autogen.sh
     - adjust a lot of installation source paths
     - pass both DEB_SRCDIR and DEB_BUILDDIR into debian/tools/Makefile
   * debian/tools/Makefile: support separate src and build dirs
   * debian/rules: modernise use of debhelper
     - use dh_install instead of dh_movefiles
     - move pathnames out of rules, into *.install, *.dirs, *.docs, *.examples
     - side effect (but correct): move libsvn_swig_* from libsvn0{,-dev}
       to python2.3-subversion and libsvn-core-perl
     - install Java libraries to /usr/lib/jni, not /usr/lib (Closes: #327789)
   * debian/rules, debian/control: disable libsvn-javahl on arm, armeb,
     mips, mipsel, on advice from Jeroen van Wolffelaar.  It seems kaffe
     may remain broken on these architectures for a while.  (Closes: #329184)
   * debian/rules: rip out "architectures to run full testsuite on" logic,
     on advice from Steve Langasek.  It is not safe to assume that
     debian-specific changes to an upstream release will never cause test
     failures.  Local admins can still use DEB_BUILD_OPTIONS=notest to
     speed up a local compile.
   * debian/control: relax all versioned build-deps; all the versions are
     satisfied in sarge (and most of them in woody).
   * debian/rules, debian/subversion-tools.{postinst,postrm,install}:
     - move /usr/lib/subversion to /usr/share/subversion (Closes: #330824)
     - move hot-backup.py to /usr/share/doc/subversion/examples
     - create compat symlink /usr/lib/subversion
   * debian/control: remove pkg-subversion-maintainers from Uploaders - it's
     not the right place to document the existence of a list
   * debian/control, debian/rules: build with kaffe-pthreads specifically
     (works around a FTBFS with kaffe 1.1.6)
 .
 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
       a non-DFSG-free license (Closes: #215083, #218185, #314154)
     - fixes export segmentation fault with versioned items in
       "deleted" state (Closes: #314381, #316133, #316227, #320572, #324037)
   * debian/compat:
     - bump to debhelper compatibility version 4
     - no longer export DH_COMPAT from inside debian/rules
   * debian/control:
     - dropped auto-generation with m4
     - dropped build-dependency on quilt
     - bump to Standards-Version 3.6.2 with no changes
     - removed Conflicts/Replaces on all packages not present in
       stable anymore (Closes: #310519)
   * debian/patches/ltmain.sh.patch:
     - removed; applied upstream
   * debian/patches/kaffe-cast.patch:
     - removed; broken and unnecessary
   * debian/subversion.doc-base.book:
     - removed; the book is no longer present
   * debian/README.Debian:
     - Removed; was doing the work of a package description, and
       mentioned the (removed) svnbook
   * debian/python2.3-subversion.README.Debian:
     - Renamed from pythonX.Y-subversion.README.Debian, we longer
       use that auto-generation stuff
   * debian/rules:
     - tiny fixes to unbreak the build process
     - include simple-patchsys.mk from CDBS instead of using quilt;
       it was too complex for our needs
     - fixed detection of tarballs, as to not get confused by CDBS
       auto-generated lists, which would cause the build to fail
     - no longer do any magic to auto-generate debian/control and
       python related documentation; too complex for too little gain
     - set LANG to C, otherwise the build may fail because of tests
       failing for not being able to recognize strings returned by
       some tools
     - no longer do any magic to support builds on pre-sarge
       environments; the package is already complex enough without
       supporting old cruft unnecessarily
   * Removed packaging documentation, as it was pretty much outdated
   * Removed maintenance scripts from the package; left them
     on the 'tools' section of the repository on svn.debian.org
 .
   [ David Kimdon ]
   * Do not install vc-svn.el (closes: #314213, #315100, #324633)
   * Autoload psvn.el by default. (closes: #223303, #235905, #305953)
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
   * Enable javahl bindings by default (closes: #271125, #323839)
 .
   [ Peter Samuelson ]
   * debian/patches/l10n-segfault.patch:
     - fixes a "svn add" crash in the es, fr, it, pl, pt_BR and zh_TW
       locales (Closes: #316143, #323376, #326079)
   * debian/patches/rpath.patch:
     - port to subversion 1.2.x and reenable (work in progress, suppresses
       most rpaths)
   * debian/lintian-overrides: new file for binary package overrides
   * debian/rules:
     - support DEB_BUILD_OPTIONS=noopt
     - invent a DEB_BUILD_OPTIONS=notest to disable the test suite more
       easily
     - the INSTALL file is redundant, do not install it in /usr/share/doc
     - change #!/usr/bin/env python to #!/usr/bin/python2.3 in assorted
       scripts
     - split and install lintian-overrides to appropriate packages
     - minor cruft removal
Files: 
 adae3f31487daf8905430c7cacdfa602 1088 devel optional subversion_1.2.3dfsg1-2ubuntu1.dsc
 050d3eac83d4354954e4d54a6167d30c 5382789 devel optional subversion_1.2.3dfsg1.orig.tar.gz
 bd6aa50efb88981249ecd25c2d0b623f 34485 devel optional subversion_1.2.3dfsg1-2ubuntu1.diff.gz

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

iD8DBQFDhyUuvjztR8bOoMkRAm7NAJ407K1nvK/TgCYmx7C4mhh365d+xQCgwm9j
T1x5SRoobE//PoEQYvOfw4k=
=vccm
-----END PGP SIGNATURE-----


Accepted:
subversion_1.2.3dfsg1-2ubuntu1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3dfsg1-2ubuntu1.diff.gz
subversion_1.2.3dfsg1-2ubuntu1.dsc
  to pool/main/s/subversion/subversion_1.2.3dfsg1-2ubuntu1.dsc
subversion_1.2.3dfsg1.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3dfsg1.orig.tar.gz




More information about the dapper-changes mailing list