[Pkg-sugar-commit] [sugar-base] 04/06: Append _DEFAULT to deprecated CDBS variables in rules file.

Jonas Smedegaard dr at jones.dk
Fri Apr 17 07:41:30 UTC 2015


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

js pushed a commit to annotated tag debian/0.84.2-2
in repository sugar-base.

commit 051ed5177214452803b8befaaf1f47a581112e83
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 12 15:57:42 2010 +0200

    Append _DEFAULT to deprecated CDBS variables in rules file.
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index a0a3082..ef19178 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,13 +51,13 @@ CDBS_BUILD_DEPENDS += , python-gtk2-dev, python-gobject-dev (>= 2) | python-gtk2
 
 # Needed (often/seldom) at runtime
 #  * ipython beautifies tracebacks in logs
-CDBS_RECOMMENDS = sugar-$(pkgbranch)
-CDBS_SUGGESTS = ipython
+CDBS_RECOMMENDS_DEFAULT = sugar-$(pkgbranch)
+CDBS_SUGGESTS_DEFAULT = 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_DEFAULT = $(pkgbase)
+CDBS_CONFLICTS_DEFAULT = $(pkgbase)
+CDBS_REPLACES_DEFAULT = $(pkgbase)
 
 # Needed for our packaging
 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