~racb/ubuntu/quantal/apt/by_hash

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Steve Langasek, Michael Vogt, Steve Langasek
  • Date: 2012-06-11 22:36:16 UTC
  • mfrom: (1.4.47 sid)
  • Revision ID: package-import@ubuntu.com-20120611223616-1cctfc7qrxrx4vcu
Tags: 0.9.6ubuntu1
[ Michael Vogt ]
* merged from Debian, remaining changes:
  - use ubuntu keyring and ubuntu archive keyring in apt-key
  - run update-apt-xapian-index in apt.cron
  - support apt-key net-update and verify keys against master-keyring
  - run apt-key net-update in cron.daily
  - different example sources.list
  - APT::pkgPackageManager::MaxLoopCount set to 5000
  - apport pkgfailure handling
  - ubuntu changelog download handling
  - patch for apt cross-building, see http://bugs.debian.org/666772

[ Steve Langasek ]
* Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
  removed in previous LTS.
* prepare-release: declare the packages needed as source build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>,
7
7
 Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>,
8
8
 Julian Andres Klode <jak@debian.org>
9
 
Standards-Version: 3.9.2
 
9
Standards-Version: 3.9.3
10
10
Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev,
11
11
 gettext:any (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0),
12
 
 zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml,
13
 
 po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
 
12
 zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml,
 
13
 po4a (>= 0.34-2), autotools-dev, autoconf, automake, debiandoc-sgml
 
14
Build-Depends-Indep: doxygen
14
15
Build-Conflicts: autoconf2.13, automake1.4
15
16
Vcs-Bzr: lp:~ubuntu-core-dev/apt/ubuntu
16
17
Vcs-Browser: http://code.launchpad.net/apt/ubuntu
17
18
 
18
19
Package: apt
19
20
Architecture: any
20
 
Pre-Depends: dpkg (>= 1.15.7.2)
21
21
Depends: ubuntu-keyring, ${shlibs:Depends}, ${misc:Depends}, gnupg
22
22
Replaces: manpages-pl (<< 20060617-3~)
23
23
Conflicts: python-apt (<< 0.7.93.2~)
24
 
Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt
 
24
Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, xz-utils, python-apt
25
25
Description: commandline package manager
26
26
 This package provides commandline tools for searching and
27
27
 managing as well as querying information about packages
58
58
    http, rsh as well as an interface to add more transports like
59
59
    https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
60
60
 
61
 
Package: libapt-inst1.4
 
61
Package: libapt-inst1.5
62
62
Architecture: any
63
63
Multi-Arch: same
64
64
Pre-Depends: ${misc:Pre-Depends}
82
82
Multi-Arch: same
83
83
Priority: optional
84
84
Pre-Depends: ${misc:Pre-Depends}
85
 
Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev | zlib-dev
 
85
Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev
86
86
Section: libdevel
87
87
Description: development files for APT's libapt-pkg and libapt-inst
88
88
 This package contains the header files and libraries for
104
104
Package: apt-utils
105
105
Architecture: any
106
106
Depends: ${shlibs:Depends}, ${misc:Depends}
 
107
Suggests: xz-utils
107
108
Description: package managment related utility programs
108
109
 This package contains some less used commandline utilities related
109
110
 to package managment with APT.