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

« back to all changes in this revision

Viewing changes to jpegtran.c

  • 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:
1
1
/*
2
2
 * jpegtran.c
3
3
 *
 
4
 * This file was part of the Independent JPEG Group's software:
4
5
 * Copyright (C) 1995-2010, Thomas G. Lane, Guido Vollbeding.
 
6
 * Modifications:
5
7
 * Copyright (C) 2010, D. R. Commander.
6
 
 * This file is part of the Independent JPEG Group's software.
7
8
 * For conditions of distribution and use, see the accompanying README file.
8
9
 *
9
10
 * This file contains a command-line user interface for JPEG transcoding.
205
206
        fprintf(stderr, "%s version %s (build %s)\n",
206
207
                PACKAGE_NAME, VERSION, BUILD);
207
208
        fprintf(stderr, "%s\n\n", JCOPYRIGHT);
208
 
        fprintf(stderr, "Emulating The Independent JPEG Group's libjpeg, version %s\n\n",
 
209
        fprintf(stderr, "Emulating The Independent JPEG Group's software, version %s\n\n",
209
210
                JVERSION);
210
211
        printed_version = TRUE;
211
212
      }