[Pkg-sugar-commit] [sugar-base] 02/13: Set non-build dependencies using recursively-expanded variables (=, not :=) in debian/rules.
Jonas Smedegaard
dr at jones.dk
Fri Apr 17 07:41:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.84.1-3
in repository sugar-base.
commit 74ccedfb1a2b7a482e139955b08702abbe1734e6
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Sep 10 20:10:36 2009 +0200
Set non-build dependencies using recursively-expanded variables (=, not :=) in debian/rules.
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index a7f509b..f46c3f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,13 +58,13 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-gtk2-dev, python-gobject-dev
# Needed (often/seldom) at runtime
# * ipython beautifies tracebacks in logs
-CDBS_RECOMMENDS := sugar-$(pkgbranch)
-CDBS_SUGGESTS := ipython
+CDBS_RECOMMENDS = sugar-$(pkgbranch)
+CDBS_SUGGESTS = ipython
# 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-base.git
More information about the pkg-sugar-commit
mailing list