~ubuntu-branches/ubuntu/vivid/gnupg/vivid

« back to all changes in this revision

Viewing changes to bzlib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-12-04 22:26:16 UTC
  • mfrom: (1.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20121204222616-cr0fow26geq90l3y
Tags: 1.4.12-6ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.
  - Remove the Win32 build.
  - Update config.guess/config.sub for aarch64.
* Dropped patches:
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
    (No longer seems to be necessary.)
* Simplify removal of Win32 build, to make this easier to merge in future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ------------------------------------------------------------------
 
2
# This file is part of bzip2/libbzip2, a program and library for
 
3
# lossless, block-sorting data compression.
 
4
#
 
5
# bzip2/libbzip2 version 1.0.6 of 6 September 2010
 
6
# Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org>
 
7
#
 
8
# Please read the WARNING, DISCLAIMER and PATENTS sections in the
 
9
# README file.
 
10
#
 
11
# This program is released under the terms of the license contained
 
12
# in the file LICENSE.
 
13
# ------------------------------------------------------------------
 
14
#
 
15
# Modified by g10 Code on 2010-09-23.
 
16
# Changed to automake by g10 Code on 2012-01-13.
 
17
 
 
18
EXTRA_DIST = README README.1st CHANGES LICENSE
 
19
 
 
20
noinst_LIBRARIES = libbz2.a
 
21
 
 
22
libbz2_a_SOURCES = blocksort.c huffman.c crctable.c randtable.c \
 
23
                   compress.c decompress.c bzlib.c bzlib.h bzlib_private.h