[Python-modules-commits] [python-arpy] 01/02: Correct substitution variable for python3 interpreter depends (Closes: #867418)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jul 9 05:21:31 UTC 2017


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

kitterman pushed a commit to branch master
in repository python-arpy.

commit f813608c5df290d5e107e21eb261cd42cc34f8d3
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jul 9 01:20:16 2017 -0400

    Correct substitution variable for python3 interpreter depends (Closes: #867418)
---
 debian/changelog | 6 +++++-
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34b70ef..9668fa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,11 @@ python-arpy (1.1.1-3) UNRELEASED; urgency=low
   * Fixed homepage (https)
   * Fixed VCS URL (https)
 
- -- Christoph Egger <christoph at debian.org>  Sat, 06 Jul 2013 15:02:46 +0200
+  [ Scott Kitterman ]
+  * Correct substitution variable for python3 interpreter depends (Closes:
+    #867418)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 09 Jul 2017 01:18:49 -0400
 
 python-arpy (1.1.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7afc63f..5ab9f60 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Package: python3-arpy
 Architecture: all
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
 Provides: ${python:Provides}
 Description: library for accessing "ar" archives
  arpy is a library for accessing the archive files and reading the

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



More information about the Python-modules-commits mailing list