summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 84938005..b7617f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
* python/generic.cc:
- Fix a memory leak when using old attribute names.
+ * debian/control:
+ - Change priority to standard, keep -doc and -dev on optional.
-- Julian Andres Klode <jak@debian.org> Mon, 15 Mar 2010 17:04:49 +0100
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}