diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-20 23:06:09 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-20 23:06:09 +0100 |
| commit | 95112f12cea6ec54aaa8b5e372ee158a300f8967 (patch) | |
| tree | d6ad3abb3d1b2919a0fd6163b2e4521cf33bc69a /debian/control | |
| parent | 29353cf54289f80eaa5923a1c73a36fb0bf3abb9 (diff) | |
| download | python-apt-95112f12cea6ec54aaa8b5e372ee158a300f8967.tar.gz | |
debian/control: Change priority to standard, keep -doc and -dev on optional.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3785e5d5..a3decb78 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: python-apt Section: python -Priority: optional +Priority: standard Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.4 @@ -42,6 +42,7 @@ Description: Python interface to libapt-pkg the sources.list configuration on the repository and the distro level. Package: python-apt-doc +Priority: optional Architecture: all Section: doc Depends: libjs-jquery, ${misc:Depends} @@ -69,6 +70,7 @@ Description: Python interface to libapt-pkg (debug extension) This package contains the extension built for the Python debug interpreter. Package: python-apt-dev +Priority: optional Architecture: all Depends: python-apt (>= ${source:Version}), libapt-pkg-dev (>= 0.7.10), ${misc:Depends} |
