[Python-modules-commits] [stepic] 05/10: Update depends/build-depends/rules/description for Python3 port
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Jan 6 08:21:59 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 73a7ee2e40551d5e3019b4399d93985c121da876
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Jan 6 02:02:18 2018 -0500
Update depends/build-depends/rules/description for Python3 port
---
debian/changelog | 1 +
debian/control | 11 +++++------
debian/rules | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5127e83..bc83734 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ stepic (0.3-6) UNRELEASED; urgency=medium
[ Scott Kitterman ]
* Add debian/patches/0004-Port-to-python3.patch to port stepic to python3
+ * Update depends/build-depends/rules/description for Python3 port
* Refresh patches after svn/git-dpm to gbp pq conversion
* Update obsolete python-imaging depends with python-pil (Closes: #866482)
* Bump compat/debhelper minimum version to 9
diff --git a/debian/control b/debian/control
index 1bcc6e7..61a0d45 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,17 @@ Section: python
Priority: optional
Maintainer: Scott Kitterman <scott at kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9~), python-all, quilt
+Build-Depends: debhelper (>= 9~), python3-all, quilt
Standards-Version: 4.1.3
Homepage: http://domnit.org/stepic/doc/
-X-Python-Version: >= 2.4
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/stepic.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/stepic.git
Package: python-stepic
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pil
-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
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pil
+Description: Python 3 Steganography in Images
+ A Python 3 module and command line tool for hiding arbitrary data within
+ images by slightly modifying the colors. These modifications are generally
imperceptible to humans, but are machine detectable. Works with RGB, RGBA,
or CMYK images.
diff --git a/debian/rules b/debian/rules
index e9e7d67..c98467b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2,quilt
+ dh $@ --with python3,quilt
override_dh_installchangelogs:
rm -rf $(CURDIR)/debian/python-stepic/usr/share/doc/stepic
--
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