~jr/ubuntu/oneiric/apt/bzr-get-rename

« back to all changes in this revision

Viewing changes to ftparchive/makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
include ../buildlib/defaults.mak
7
7
 
8
8
# The apt-ftparchive program
9
 
ifdef DB2LIB
 
9
ifdef BDBLIB
10
10
PROGRAM=apt-ftparchive
11
 
SLIBS = -lapt-pkg -lapt-inst $(DB2LIB)
 
11
SLIBS = -lapt-pkg -lapt-inst $(BDBLIB)
12
12
LIB_MAKES = apt-pkg/makefile apt-inst/makefile
13
13
SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
14
14
         multicompress.cc
17
17
PROGRAM=apt-ftparchive
18
18
MESSAGE="Must have db2 to build apt-ftparchive"
19
19
include $(FAIL_H)
20
 
endif # ifdef DB2LIB
 
20
endif # ifdef BDBLIB