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

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


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

js pushed a commit to annotated tag debian/0.88.0-3
in repository sugar-base.

commit b07aca27e39ce3238c7ac47fa10185dbcadeff32
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 12 16:46:43 2010 +0200

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

diff --git a/debian/rules b/debian/rules
index 803722a..6db8d54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,14 +53,14 @@ CDBS_BUILD_DEPENDS += , python-gtk2-dev, python-gobject-dev (>= 2) | python-gtk2
 # Needed (always/often/seldom) at runtime
 #  * python-gobject versioning needed for GIO bindings
 #  * ipython beautifies tracebacks in logs
-CDBS_DEPENDS = python-gobject (>= 2.15.0), python-decorator
-CDBS_RECOMMENDS = sugar-$(pkgbranch)
-CDBS_SUGGESTS = ipython
+CDBS_DEPENDS_DEFAULT = python-gobject (>= 2.15.0), python-decorator
+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