[med-svn] [python-cobra] 02/05: Change architecture from all to any
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Jun 13 19:33:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-cobra.
commit 5ce0d650c2eef17443309c29a029a5684be614ca
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Jun 13 03:13:16 2015 -0700
Change architecture from all to any
---
debian/control | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index eebd991..6fb756c 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,9 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-cobra.git
Package: python-cobra
-Architecture: all
-Depends: ${misc:Depends},
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
${python:Depends}
Recommends: libglpk36
Description: constraint-based modeling of biological networks (Python 2)
@@ -39,8 +40,9 @@ Description: constraint-based modeling of biological networks (Python 2)
This package provides the Python 2 module.
Package: python3-cobra
-Architecture: all
-Depends: ${misc:Depends},
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
${python3:Depends}
Recommends: libglpk36
Description: constraint-based modeling of biological networks (Python 3)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git
More information about the debian-med-commit
mailing list