[Python-modules-commits] [genshi] 01/01: * Genshi only supports binary extension for python3 3.3 and before (Closes: #810108) - Make python3-genshi arc:all - Drop python3-all-dev build-depends

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jun 29 18:38:39 UTC 2017


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

kitterman pushed a commit to branch master
in repository genshi.

commit 96f2167b1c2024eecfd4d7ef461f25418e000653
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jun 29 14:36:52 2017 -0400

    * Genshi only supports binary extension for python3 3.3 and before (Closes:
      #810108)
      - Make python3-genshi arc:all
      - Drop python3-all-dev build-depends
---
 debian/changelog | 13 +++++++++++--
 debian/control   |  6 +++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4528ce0..426b817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-genshi (0.7-6) UNRELEASED; urgency=medium
+genshi (0.7-6) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:37:42 +0200
+  [ Scott Kitterman ]
+  * Genshi only supports binary extension for python3 3.3 and before (Closes:
+    #810108)
+    - Make python3-genshi arc:all
+    - Drop python3-all-dev build-depends
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 29 Jun 2017 14:21:48 -0400
 
 genshi (0.7-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index e437c09..e7fa2c1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8),
                dh-python,
                python-all-dev (>= 2.6.6-3~),
                python-setuptools (>= 0.6b3),
-               python3-all-dev,
+               python3-all,
                python3-setuptools
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
@@ -30,8 +30,8 @@ Description: Python XML-based template engine - Python 2.x
  This is the Python 2 version.
 
 Package: python3-genshi
-Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: doc-base, python-genshi-doc, python3-pkg-resources
 Description: Python XML-based template engine - Python 3.x
  Genshi  is  a Python  library  that  provides  an integrated  set  of

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



More information about the Python-modules-commits mailing list