diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:32:48 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:32:48 +0200 |
| commit | a3d187201040910d662bc7d469d946034f4d3d75 (patch) | |
| tree | cb3ee4242e9dd5d19cd07bc3d05b87fef1f03b8a | |
| parent | 58675fd6d67c11fde570cac02031a7eecf9916d5 (diff) | |
| download | python-apt-a3d187201040910d662bc7d469d946034f4d3d75.tar.gz | |
Set Standards-Version to 3.9.1
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5669642b..7190f63d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ python-apt (0.7.97) UNRELEASED; urgency=low - Adapt to new Python 3 handling (Closes: #593042) - Build-depend on APT >= 0.8 to get gzip compression enabled (optional, can be reverted for backports) + - Set Standards-Version to 3.9.1 [ Michael Vogt ] * python/configuration.cc: diff --git a/debian/control b/debian/control index 2d3d1b70..842f32fb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python 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 +Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, |
