~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-09-18 13:39:36 UTC
  • mfrom: (1.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20090918133936-dj8kjtc2qz3yqj7i
Tags: 1.15.4ubuntu1
* Resynchronise with Debian (LP: #427854). Remaining changes:
  Ubuntu-specific adjustments (probably):
  - Use i686 for lpia in cputable and triplettable.
  - Hack Dpkg::Arch to return i686 for lpia.
  - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
    releases support Breaks.

  Miscellaneous bug fixes:
  - Avoid duplicate attempts to [f]close in obscure error situations which
    might conceiveably close wrong fds.
  - Revert change to stop outputting a newline after a postinst is run
    (Debian #392317).
  - Use the two-arg form of open in Dpkg::Control so that "-" can be
    passed to parse stdin as a control file (Debian #465340).

  Launchpad integration:
  - Add Launchpad-Bugs-Fixed handling in a few more places.

  Build options:
  - Point to https://wiki.ubuntu.com/DistCompilerFlags from
    dpkg-buildpackage(1).
  - Set default LDFLAGS to -Wl,-Bsymbolic-functions. (We've already taken
    this hit in Ubuntu.)
  - Implement handling of hardening-wrapper options via DEB_BUILD_OPTIONS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Homepage: http://wiki.debian.org/Teams/Dpkg
11
11
Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git
12
12
Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
13
 
Standards-Version: 3.8.1
 
13
Standards-Version: 3.8.2
14
14
Build-Depends: debhelper (>= 6.0.7), pkg-config, po4a (>= 0.33.1),
15
15
 libncursesw5-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, flex,
16
16
 libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
21
21
Essential: yes
22
22
Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), lzma
23
23
Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11)
24
 
Breaks: dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
25
24
Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
 
25
# install-info transition
 
26
# see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
 
27
Breaks: dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1),
 
28
 jed (<< 1:0.99.18+dfsg.1-13), xjed (<< 1:0.99.18+dfsg.1-13),
 
29
 konqueror (<= 4:4.2.96-1), xemacs21-support (<< 21.4.22-2),
 
30
 emacs22 (<= 22.3+1-1), emacs22-gtk (<= 22.3+1-1), emacs22-nox (<= 22.3+1-1),
 
31
 emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7),
 
32
 tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1), jed-extra (<= 2.5.3-2)
26
33
Suggests: apt
27
34
Description: Debian package management system
28
35
 This package provides the low-level infrastructure for handling the
34
41
Section: utils
35
42
Priority: optional
36
43
Architecture: all
37
 
Depends: dpkg (>= 1.14.6), perl5, perl-modules, bzip2, lzma,
 
44
Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma,
38
45
 patch (>= 2.2-1), make, binutils, libtimedate-perl
39
 
Recommends: gcc | c-compiler, build-essential, gnupg, gpgv
 
46
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
40
47
Suggests: debian-keyring, debian-maintainers
41
48
Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
42
49
Replaces: manpages-pl (<= 20051117-1)