~ubuntu-branches/ubuntu/natty/subversion/natty

« back to all changes in this revision

Viewing changes to subversion/bindings/swig/include/svn_types.swg

  • Committer: Bazaar Package Importer
  • Author(s): Max Bowsher
  • Date: 2010-07-02 06:54:21 UTC
  • mfrom: (0.4.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100702065421-k12ut1xl4c38a0x1
Tags: 1.6.12dfsg-1ubuntu1
* Merge from debian testing (LP: #600914), remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - (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.
  - Disable the serf backend because serf is in universe.
  - Amend the XS-Python-Version line to ">= 2.4" rather than explicit
    versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1060
1060
%apply unsigned char digest[ANY] { unsigned char *digest };
1061
1061
 
1062
1062
#ifdef SWIGRUBY
1063
 
/* FIXME: This typemap doesn't work, because svn_txdelta_apply saves
1064
 
 *        away this local pointer to be used later. When the pointer
1065
 
 *        is finally used, we get memory corruption / segfaults.
 
1063
/*
 
1064
 * Skip the md5sum
 
1065
 * FIXME: Wrap the md5sum
1066
1066
 */
1067
 
%apply unsigned char digest[ANY] { unsigned char *result_digest };
 
1067
%typemap(in, numinputs=0) unsigned char *result_digest
 
1068
  "$1 = NULL;";
1068
1069
#endif
1069
1070
 
1070
1071
#ifdef SWIGPYTHON