[Python-modules-commits] [python-spur] 01/01: Corrected ITP number python-paramiko is a dependency
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat May 2 10:50:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository python-spur.
commit 0f647818549bde1a05cdcc6ea4fb545d01e9b9d9
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat May 2 12:49:44 2015 +0200
Corrected ITP number
python-paramiko is a dependency
---
debian/changelog | 2 +-
debian/control | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 06cc82c..a3c8ba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
python-spur (0.3.13-1) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (Closes: #784026)
-- Ruben Undheim <ruben.undheim at gmail.com> Sat, 02 May 2015 12:15:15 +0200
diff --git a/debian/control b/debian/control
index 6257f7e..d6d3809 100644
--- a/debian/control
+++ b/debian/control
@@ -18,12 +18,12 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-spur.git
Package: python-spur
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-paramiko
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: python3-spur
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-paramiko
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-spur.git
More information about the Python-modules-commits
mailing list