[debian-edu-commits] debian-edu/ 01/04: Hack in gosa-plugin-netgroups as Depends (workaround for #793667)
Andreas Tille
tille at debian.org
Tue May 24 10:06:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository debian-edu.
commit 790b24ed7bccc0569b0f7c36fc6d24a136951404
Author: Andreas Tille <tille at debian.org>
Date: Tue May 24 08:30:31 2016 +0200
Hack in gosa-plugin-netgroups as Depends (workaround for #793667)
---
Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Makefile b/Makefile
index 62935ca..996e987 100755
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,11 @@
#!/usr/bin/make -f
include /usr/share/blends-dev/Makefile
+
+dist:
+ rm -f $(BLEND)-tasks.desc debian/control
+ make -f debian/rules get-orig-source
+ sed -i -e '/^ *gosa-plugin-netgroups,$$/d' \
+ -e '/^Package: education-main-server/{;N;N;N;N;s/\nDepends: [^\n]*/&, gosa-plugin-netgroups,/;}' \
+ debian/control
+
--
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