[Python-modules-commits] [python-bcrypt] 04/10: deb/control: build binaries for linux-any
Daniel Stender
stender at moszumanska.debian.org
Thu Jul 20 17:51:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository python-bcrypt.
commit 6df1c15955942a0b3360463c1e16a960cfae02b1
Author: Daniel Stender <stender at debian.org>
Date: Thu Jul 20 19:14:38 2017 +0200
deb/control: build binaries for linux-any
---
debian/changelog | 4 +++-
debian/control | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6916f75..dd98a53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ python-bcrypt (3.1.3-1) UNRELEASED; urgency=medium
* New upstream release.
* drop git-dpm regime (remove deb/.git-dpm, add deb/gbp.conf).
+ * deb/control:
+ + build binaries for linux-any (Closes: #834062).
- -- Daniel Stender <stender at debian.org> Thu, 20 Jul 2017 18:53:48 +0200
+ -- Daniel Stender <stender at debian.org> Thu, 20 Jul 2017 19:12:58 +0200
python-bcrypt (3.1.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 0d1876f..018e02f 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-bcrypt.gi
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bcrypt.git
Package: python-bcrypt
-Architecture: any
+Architecture: linux-any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: password hashing library for Python
bcrypt is a Python module which provides a password hashing method based on
@@ -34,7 +34,7 @@ Description: password hashing library for Python
This package provides the bcrypt Python module for Python 2.x.
Package: python3-bcrypt
-Architecture: any
+Architecture: linux-any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: password hashing library for Python 3
bcrypt is a Python module which provides a password hashing method based on
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bcrypt.git
More information about the Python-modules-commits
mailing list