diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:50:43 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:50:43 +0200 |
| commit | 577e8cf1c62f86b0f157fce010f78007f63a83ce (patch) | |
| tree | a61a7e0f3cb5b56d898d117f0cbbbac27dff58f1 | |
| parent | 4d535a8144544f63d8f9888cb92347ce7ac35c76 (diff) | |
| download | python-apt-577e8cf1c62f86b0f157fce010f78007f63a83ce.tar.gz | |
debian/control: Set Standards-Version to 3.9.4
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2bf4852d..650ed6da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ python-apt (0.9.0) UNRELEASED; urgency=low - Update to new API as well * data/templates/Ubuntu.info.in: - Add "Trusty Thar" + * debian/control: + - Set Standards-Version to 3.9.4 [ Jeremy Bicha ] * data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961) diff --git a/debian/control b/debian/control index ea80e940..55837ac5 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.9.3 +Standards-Version: 3.9.4 XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Build-Depends: apt (>= 0.9.6), |
