[Python-modules-commits] [stepic] 07/10: Rename binary to python3-stepic

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 fc15e8cc2e6ad926e5faee6861f4334656581920
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Jan 6 03:00:39 2018 -0500

    Rename binary to python3-stepic
---
 debian/changelog                     |  3 ++-
 debian/control                       | 13 +++++++++++++
 debian/{docs => python3-stepic.docs} |  0
 debian/python3-stepic.install        |  1 +
 debian/rules                         |  4 ++--
 5 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7a3592..145d2e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,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
+  * Rename binary to python3-stepic
   * 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
@@ -14,7 +15,7 @@ stepic (0.3-6) UNRELEASED; urgency=medium
   * Bump standards-version to 4.1.3 without further change
   * Add build-depends on dh-python
 
- -- Scott Kitterman <scott at kitterman.com>  Sat, 06 Jan 2018 02:02:39 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 06 Jan 2018 02:38:09 -0500
 
 stepic (0.3-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1ffa28d..cea1863 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,19 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/stepic.git
 
 Package: python-stepic
 Architecture: all
+Depends: ${misc:Depends}, stepic
+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
+ imperceptible to humans, but are machine detectable.  Works with RGB, RGBA,
+ or CMYK images.
+ .
+ This is a transitional package and may be safely removed
+
+Package: python3-stepic
+Architecture: all
+Breaks: python-stepic (<< 0.3-6~)
+Replaces: python-stepic (<< 0.3-6~)
 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
diff --git a/debian/docs b/debian/python3-stepic.docs
similarity index 100%
rename from debian/docs
rename to debian/python3-stepic.docs
diff --git a/debian/python3-stepic.install b/debian/python3-stepic.install
new file mode 100644
index 0000000..dd95e40
--- /dev/null
+++ b/debian/python3-stepic.install
@@ -0,0 +1 @@
+debian/tmp/*
diff --git a/debian/rules b/debian/rules
index c98467b..91bf40f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python3,quilt
+	dh $@ --with python3,quilt --buildsystem=pybuild
 
 override_dh_installchangelogs:
-	rm -rf $(CURDIR)/debian/python-stepic/usr/share/doc/stepic
+	rm -rf $(CURDIR)/debian/python3-stepic/usr/share/doc/stepic
 	dh_installchangelogs
 
 override_dh_clean:

-- 
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