[Pkg-sugar-commit] [sugar-toolkit] 16/118: Use deferred ( = instead of := ) for non-build dependencies.

Jonas Smedegaard dr at jones.dk
Thu Apr 16 18:49:34 UTC 2015


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

js pushed a commit to annotated tag debian/0.84.10-1
in repository sugar-toolkit.

commit c868dc1e4e4538802a54dd102ee2ff4924f7218d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 29 21:08:10 2009 +0200

    Use deferred ( = instead of := ) for non-build dependencies.
---
 debian/rules | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 89436d6..1af4a9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,15 +54,15 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libglib2.0-dev, python-gtk2-dev, li
 
 # Needed (always/often/seldom) at runtime
 #  * zip, git and subversion are used in .xo format packaging routines
-CDBS_DEPENDS := python-gtk2, python-dbus, python-gobject, python-cairo, python-telepathy, python-cjson, python-sugar-$(pkgbranch), python-hippocanvas, python-gconf | python-gnome2 (<= 2.22.3-2)
-CDBS_DEPENDS := $(CDBS_DEPENDS), python-rsvg | python-gnome2-desktop (>= 2.16), python-rsvg | python-gnome2-desktop (<= 2.24.0-1), python-rsvg | python-gnome2-desktop (>= 2.22.0-2) | librsvg2-common
-CDBS_RECOMMENDS := sugar-$(pkgbranch), python-carquinyol-$(pkgbranch), sugar-presence-service-$(pkgbranch), sugar-journal-activity (>= $(pkgbranch)), ttf-dejavu-core, unzip
-CDBS_SUGGESTS := git-core, subversion, ttf-dejavu-extra
+CDBS_DEPENDS = python-gtk2, python-dbus, python-gobject, python-cairo, python-telepathy, python-cjson, python-sugar-$(pkgbranch), python-hippocanvas, python-gconf | python-gnome2 (<= 2.22.3-2)
+CDBS_DEPENDS += , python-rsvg | python-gnome2-desktop (>= 2.16), python-rsvg | python-gnome2-desktop (<= 2.24.0-1), python-rsvg | python-gnome2-desktop (>= 2.22.0-2) | librsvg2-common
+CDBS_RECOMMENDS = sugar-$(pkgbranch), python-carquinyol-$(pkgbranch), sugar-presence-service-$(pkgbranch), sugar-journal-activity (>= $(pkgbranch)), ttf-dejavu-core, unzip
+CDBS_SUGGESTS = git-core, subversion, ttf-dejavu-extra
 
 # Ensure only one variant is installed at a time (Debian Policy 7.6.2)
-CDBS_PROVIDES := $(pkgbase)
-CDBS_CONFLICTS := $(pkgbase)
-CDBS_REPLACES := $(pkgbase)
+CDBS_PROVIDES = $(pkgbase)
+CDBS_CONFLICTS = $(pkgbase)
+CDBS_REPLACES = $(pkgbase)
 
 # Needed for our packaging
 CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), chrpath

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



More information about the pkg-sugar-commit mailing list