[Pkg-sugar-commit] [sugar-etoys-activity] 01/03: Tidy rules file: Reorganize internal variables.

Jonas Smedegaard dr at jones.dk
Sun May 31 14:58:37 UTC 2015


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

js pushed a commit to branch master
in repository sugar-etoys-activity.

commit 0c66e2fa2379d092421f8af63fdf56ffbff9944a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 22 16:07:23 2015 +0200

    Tidy rules file: Reorganize internal variables.
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 80b1967..d5ed076 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,10 @@ DEB_UPSTREAM_TARBALL_MD5 = 44673a6624aa695e661b799d2a92b522
 # Override Sugar toolkit to use
 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
 
-CDBS_DEPENDS_$(pkg) = etoys, python
-
 # Suppress unneeded auto-resolved build-dependency on python-dev
 CDBS_BUILD_DEPENDS_class_python-sugar_python = python
+
+# Needed (always) at runtime
+depends = etoys, python
+
+CDBS_DEPENDS_$(pkg) = $(depends)

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



More information about the pkg-sugar-commit mailing list