[Pkg-sugar-commit] [sugar-artwork] 02/05: Append _DEFAULT to deprecated CDBS variables in rules file.
Jonas Smedegaard
dr at jones.dk
Mon Apr 20 08:33:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.88.1-3
in repository sugar-artwork.
commit 5d1e23d8b22e4b89135160a2947d92ca10294957
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Oct 12 13:49:56 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 ca43721..366b869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,13 +45,13 @@ binary-strip/$(pkg)::
CDBS_BUILD_DEPENDS += , libgtk2.0-dev (>= 2.16), libglib2.0-dev, libcairo2-dev, python-empy, icon-slicer, icon-naming-utils (>= 0.8.2), x11-apps
# Needed (always/often) at runtime
-CDBS_DEPENDS = ttf-dejavu-core
-CDBS_RECOMMENDS = sugar-$(pkgbranch), ttf-dejavu-extra
+CDBS_DEPENDS_DEFAULT = ttf-dejavu-core
+CDBS_RECOMMENDS_DEFAULT = sugar-$(pkgbranch), 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_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-artwork.git
More information about the pkg-sugar-commit
mailing list