~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/wind/version-script.map

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: version-script.map 22636 2008-02-24 10:13:29Z lha $
 
2
 
 
3
HEIMDAL_WIND_1.0 {
 
4
        global:
 
5
                wind_stringprep;
 
6
                wind_profile;
 
7
                wind_punycode_label_toascii;
 
8
                wind_utf8ucs4;
 
9
                wind_utf8ucs4_length;
 
10
                wind_ucs4utf8;
 
11
                wind_ucs4utf8_length;
 
12
                wind_ucs2utf8;
 
13
                wind_ucs2utf8_length;
 
14
                wind_ucs2read;
 
15
                # testing
 
16
                _wind_combining_class;
 
17
                _wind_stringprep_testbidi;
 
18
                _wind_stringprep_error;
 
19
                _wind_stringprep_prohibited;
 
20
                _wind_stringprep_map;
 
21
                _wind_stringprep_normalize;
 
22
                _wind_ldap_case_exact_attribute;
 
23
                _wind_ucs2read;
 
24
        local:
 
25
                *;
 
26
};