~ubuntu-branches/ubuntu/saucy/libjpeg-turbo/saucy-security

« back to all changes in this revision

Viewing changes to turbojpeg-mapfile.jni

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-28 16:52:51 UTC
  • mfrom: (1.1.3) (9.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130728165251-7vg6wszhm941kdej
Tags: 1.3.0-0ubuntu1
* New upstream release.
  - drop debian/patches/branch-updates.diff
  - refresh tjunittest.patch (now renamed to install-tjunittest.patch)
* Update debian/control:
  - add myself to Uploaders.
* Update debian/copyright:
  - add RSA Data Security copyright (md5).
* Update debian/libturbojpeg.install:
  - install libturbojpeg.so.0* (needed by tjunittest and tjbench).

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                Java_org_libjpegturbo_turbojpeg_TJTransformer_init;
54
54
                Java_org_libjpegturbo_turbojpeg_TJTransformer_transform;
55
55
} TURBOJPEG_1.1;
 
56
 
 
57
TURBOJPEG_1.3
 
58
{
 
59
        global:
 
60
                Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII;
 
61
                Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII;
 
62
                Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII;
 
63
                Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII;
 
64
} TURBOJPEG_1.2;