[Python-modules-commits] [stepic] 09/10: Fixed depends and section for transitional package
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Jan 6 08:22:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch debian/master
in repository stepic.
commit 72fddc8053efd4d49124166cc6973ef12d25fe4f
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Jan 6 03:15:41 2018 -0500
Fixed depends and section for transitional package
---
debian/changelog | 2 +-
debian/control | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 145d2e3..522710f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-stepic (0.3-6) UNRELEASED; urgency=medium
+stepic (0.3-6) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
diff --git a/debian/control b/debian/control
index cea1863..0114a84 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/stepic.git
Package: python-stepic
Architecture: all
-Depends: ${misc:Depends}, stepic
+Depends: ${misc:Depends}, python3-stepic
+Section: oldlibs
Description: Python Steganography in Images
A Python module and command line tool for hiding arbitrary data within
images by slightly modifying the colors. These modifications are generally
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/stepic.git
More information about the Python-modules-commits
mailing list