[debian-edu-commits] debian-edu/ 01/01: better explain why these are workarounds and mention #825172 too
Holger Levsen
holger at layer-acht.org
Tue May 24 10:49:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu.
commit 0788772cbc90e255c93aa1bd5df1da09276008f1
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue May 24 12:48:16 2016 +0200
better explain why these are workarounds and mention #825172 too
---
Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index edfb6cc..ca4bc3c 100755
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,9 @@ dist:
rm -f $(BLEND)-tasks.desc debian/control
make -f debian/rules get-orig-source
# This sed command removes gosa-plugin-netgroups from the list of Recommends and
- # adds gosa-plugin-netgroups to Depends
- # Closes: #793667
+ # adds gosa-plugin-netgroups to Depends (# Closes: #793667)
+ # (the implementation is a workaround for the missing feature
+ # in blends-dev tracked as #825172)
sed -i -e '/^ *gosa-plugin-netgroups,$$/d' \
-e '/^Package: education-main-server/{;N;N;N;N;s/\nDepends: [^\n]*/&, gosa-plugin-netgroups,/;}' \
debian/control
@@ -17,5 +18,7 @@ dist:
# work around for: #825004
sed -i -e '/^Package: edu-all$$/,/^$$/d' debian/control
# regenerate source tarball after d/control was changed
- # (this is why this is a hack and should be implemented in blends-dev: see first line of this target…)
+ # (this is a symptom of the above being workarounds and
+ # why they should be implemented in blends-dev - also
+ # compare the following line with the second line of this target…)
make -f debian/rules get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git
More information about the debian-edu-commits
mailing list