From 95112f12cea6ec54aaa8b5e372ee158a300f8967 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 20 Mar 2010 23:06:09 +0100 Subject: debian/control: Change priority to standard, keep -doc and -dev on optional. --- debian/changelog | 2 ++ debian/control | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 Uploaders: Michael Vogt , Julian Andres Klode 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} -- cgit v1.2.3