[Python-modules-commits] [python-setproctitle] 01/01: d/control remove gcc dep and add mutli-arch same as suggested by dedup
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Sun Sep 18 18:20:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-setproctitle.
commit a565fff10f0367fcc46f4d5ac9b29344986e50d2
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Sun Sep 18 20:20:28 2016 +0200
d/control remove gcc dep and add mutli-arch same as suggested by dedup
---
debian/control | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 12914e7..b350a4a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
Build-Depends:
debhelper (>= 9),
dh-python,
- gcc,
procps,
python-all-dbg,
python-all-dev,
@@ -25,6 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-setpr
Package: python-setproctitle
Architecture: any
+Multi-Arch: same
Depends:
${misc:Depends},
${python:Depends},
@@ -41,6 +41,7 @@ Description: Setproctitle implementation for Python 2
Package: python-setproctitle-dbg
Section: debug
Architecture: any
+Multi-Arch: same
Depends:
python-setproctitle (= ${binary:Version}),
${misc:Depends},
@@ -53,6 +54,7 @@ Description: Setproctitle implementation for Python 2 (debug)
Package: python3-setproctitle
Architecture: any
+Multi-Arch: same
Depends:
${misc:Depends},
${python3:Depends},
@@ -71,6 +73,7 @@ Description: Setproctitle implementation for Python 3
Package: python3-setproctitle-dbg
Section: debug
Architecture: any
+Multi-Arch: same
Depends:
python3-setproctitle (= ${binary:Version}),
${misc:Depends},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-setproctitle.git
More information about the Python-modules-commits
mailing list