~takluyver/unattended-upgrades/py3

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Barry Warsaw
  • Date: 2012-06-19 20:19:36 UTC
  • mfrom: (277.1.5 unattended-upgrades)
  • Revision ID: barry@python.org-20120619201936-vrpi8yxbbxzdr6qg
Merge Thomas's branch: Port to Python 3
- Additional fixes by Barry

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
5
5
Build-Depends: debhelper (>= 7.0.50~), po-debconf, lsb-release
6
 
Build-Depends-Indep: python (>= 2.6.6-3~), python-distutils-extra
7
 
Standards-Version: 3.8.3
 
6
Build-Depends-Indep: python3, python3-distutils-extra
 
7
Standards-Version: 3.9.3
8
8
Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/unattended-upgrades/ubuntu/
9
9
 
10
10
Package: unattended-upgrades
11
11
Architecture: all
12
 
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, python, 
13
 
 python-apt (>= 0.7.90), apt-utils, apt, ucf, lsb-release, 
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, python3, 
 
13
 python3-apt (>= 0.7.90), apt-utils, apt, ucf, lsb-release,
14
14
 lsb-base (>= 3.2-14)
15
15
Suggests: bsd-mailx
16
16
Description: automatic installation of security upgrades