[Python-modules-commits] [python-aptly] 03/03: Version 0.12.4-1

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Mon Dec 11 16:24:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

fpytloun-guest pushed a commit to branch master
in repository python-aptly.

commit cd70e5cee8a2fcc2d5597cc1da4e73337d9688ca
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Mon Dec 11 17:13:53 2017 +0100

    Version 0.12.4-1
---
 debian/changelog |  7 +++++++
 debian/control   | 13 +++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e23788..5fc4b49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-aptly (0.12.4-1) unstable; urgency=medium
+
+  * New upstream release
+  * Bump standards version to 4.1.2 (no changes)
+
+ -- Filip Pytloun <filip at pytloun.cz>  Mon, 11 Dec 2017 17:13:36 +0100
+
 python-aptly (0.10-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 95bbbf1..415ab4f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,13 @@ Build-Depends: debhelper (>= 10),
                python-setuptools,
                python3-all,
                python3-setuptools
-Build-Depends-Indep: python-requests,
+Build-Depends-Indep: python-apt,
+                     python-requests,
                      python-yaml,
+                     python3-apt,
                      python3-requests,
                      python3-yaml
-Standards-Version: 4.0.0
+Standards-Version: 4.1.2
 Testsuite: autopkgtest-pkg-python
 Homepage: https://github.com/tcpcloud/python-aptly
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aptly.git/
@@ -22,7 +24,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aptly.git
 
 Package: python-aptly
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: python-apt, ${misc:Depends}, ${python:Depends}
 Suggests: aptly-publisher
 Description: Aptly REST API client and useful tooling - Python 2.7
  Module which provides access to Aptly instance from Python programming
@@ -32,7 +34,10 @@ Description: Aptly REST API client and useful tooling - Python 2.7
 
 Package: python3-aptly
 Architecture: all
-Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
+Depends: python3-apt,
+         python3-pkg-resources,
+         ${misc:Depends},
+         ${python3:Depends}
 Suggests: aptly-publisher
 Description: Aptly REST API client and useful tooling - Python 3.x
  Module which provides access to Aptly instance from Python programming

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aptly.git



More information about the Python-modules-commits mailing list