~ubuntu-branches/ubuntu/maverick/libpng/maverick-security

« back to all changes in this revision

Viewing changes to scripts/makefile.elf

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-12-04 11:23:50 UTC
  • mfrom: (1.1.10 upstream) (15.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204112350-ln22xyakgn9bh39k
Tags: 1.2.41-1
* New upstream release
* Debian source format is 3.0 (quilt)
* Update debian/watch
* Add 02-export-png_set_strip_error_numbers.patch
  Define PNG_ERROR_NUMBERS_SUPPORTED
  Upstream doesn't define PNG_ERROR_NUMBERS_SUPPORTED since 1.2.41. As
  a consecuence, the symbol png_set_strip_error_numbe@@PNG12_0 wasn't
  exported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Copyright (C) 1998, 1999, 2002, 2006, 2008 Greg Roelofs
3
3
# and Glenn Randers-Pehrson
4
4
# Copyright (C) 1996, 1997 Andreas Dilger
5
 
 
 
5
#
6
6
# This code is released under the libpng license.
7
7
# For conditions of distribution and use, see the disclaimer
8
8
# and license in png.h
16
16
# Library name:
17
17
LIBNAME = libpng12
18
18
PNGMAJ = 0
19
 
PNGMIN = 1.2.40
 
19
PNGMIN = 1.2.41
20
20
PNGVER = $(PNGMAJ).$(PNGMIN)
21
21
 
22
22
# Shared library names: