[Python-modules-commits] [python-gitdb] 01/01: * Change binaries to arch:all and drop -dev build-depends as they are not needed - package is pure Python, no compiled content

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jun 29 23:04:54 UTC 2017


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

kitterman pushed a commit to branch master
in repository python-gitdb.

commit 625b3e529437bee4bfe3328cbef6f4ae63ce77c3
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jun 29 19:04:43 2017 -0400

    * Change binaries to arch:all and drop -dev build-depends as they are not
      needed - package is pure Python, no compiled content
---
 debian/changelog | 8 ++++++++
 debian/control   | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d5e6df..a72c66f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-gitdb (2.0.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Change binaries to arch:all and drop -dev build-depends as they are not
+    needed - package is pure Python, no compiled content
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 29 Jun 2017 19:00:09 -0400
+
 python-gitdb (2.0.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index e496dfe..a4c0924 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 10)
 	,dh-python
-	,python-all-dev
-	,python3-all-dev
+	,python-all
+	,python3-all
 	,python-setuptools
 	,python3-setuptools
 	,git
@@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gitd
 Testsuite: autopkgtest-pkg-python
 
 Package: python-gitdb
-Architecture: any
+Architecture: all
 Depends: python-smmap (>> 2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Description: pure-Python git object database (Python 2)
@@ -34,7 +34,7 @@ Description: pure-Python git object database (Python 2)
  This package contains the Python 2.x module.
 
 Package: python3-gitdb
-Architecture: any
+Architecture: all
 Depends: python3-smmap (>> 2), ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python3:Provides}
 Description: pure-Python git object database (Python 3)

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



More information about the Python-modules-commits mailing list