[Pkg-sugar-commit] [sugar] 01/03: Fix add comma in Fructose lists, and drop unused Honey list.
Jonas Smedegaard
dr at jones.dk
Sat Jun 27 16:11:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar.
commit a932725a36b558fed331aa7c946f73e17e1d8446
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jun 26 10:51:21 2015 -0500
Fix add comma in Fructose lists, and drop unused Honey list.
Conflicts (resolved manually):
debian/rules
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 35f9f49..f0a39af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,9 +68,8 @@ fructose = chat browse read calculate log write terminal pippy etoys
fructose += imageviewer jukebox turtleart
# Core activities not in Debian main
fructose-relax = read etoys turtleart imageviewer
-pkg-fructose = $(patsubst %,sugar-%-activity,$(filter-out $(fructose-relax),$(fructose)))
-pkg-fructose-relaxed = $(patsubst %,sugar-%-activity,$(fructose-relax))
-pkg-honey = $(patsubst %,sugar-%-activity,$(honey))
+pkg-fructose = $(patsubst %,$(comma) sugar-%-activity,$(filter-out $(fructose-relax),$(fructose)))
+pkg-fructose-relaxed = $(patsubst %,$(comma) sugar-%-activity,$(fructose-relax))
# Needed (always/often/sometimes) at runtime
# * Glucose (at least current branch)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar.git
More information about the pkg-sugar-commit
mailing list