[Pkg-sugar-commit] [sugar-base] 03/06: Update package relations: Build-depend on python-2-gobject-dev (with only fallback on python-gobject-dev). Depend on Python-2-gobject (with only fallback on python-gobject). Closes: Bug#802153. Thanks to Laurent Bigonville.

Jonas Smedegaard dr at jones.dk
Mon Nov 20 14:11:47 UTC 2017


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

js pushed a commit to annotated tag debian/0.98.0-7
in repository sugar-base.

commit 20cab0b69c0bccc76d07410084540d52f29191d8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Nov 20 14:37:17 2017 +0100

    Update package relations: Build-depend on python-2-gobject-dev (with only fallback on python-gobject-dev). Depend on Python-2-gobject (with only fallback on python-gobject). Closes: Bug#802153. Thanks to Laurent Bigonville.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 93cd6f3..41db20a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,13 @@ pkgbranch = $(basename $(DEB_UPSTREAM_VERSION))
 
 # Needed by upstream build process
 #    (pygtk needed by autotools but seems bogus: no linkage in binaries)
-CDBS_BUILD_DEPENDS += , python-gtk2-dev, python-gobject-dev, intltool
+CDBS_BUILD_DEPENDS +=, python-gtk2-dev, intltool
+CDBS_BUILD_DEPENDS +=, python-gobject-2-dev | python-gobject-dev
 
 # Needed (always/often/seldom) at runtime
 #  * ipython beautifies tracebacks in logs
-CDBS_DEPENDS_DEFAULT = python-gobject, python-decorator
+CDBS_DEPENDS_DEFAULT = python-decorator
+CDBS_DEPENDS_DEFAULT +=, python-2-gobject | python-gobject
 CDBS_SUGGESTS_DEFAULT = ipython
 
 # Remove .la file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-base.git



More information about the pkg-sugar-commit mailing list