[debian-edu-commits] debian-edu/ 03/04: Enable strong Depends: gosa-plugin-netgroups by doing some post-editing in the dist target
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 ed5e6d257446cbfe663829554eb88e7a1ac5912c
Author: Andreas Tille <tille at debian.org>
Date: Tue May 24 11:42:23 2016 +0200
Enable strong Depends: gosa-plugin-netgroups by doing some post-editing in the dist target
---
Makefile | 4 ++++
debian/README.source | 4 ++++
debian/changelog | 8 ++++++++
3 files changed, 16 insertions(+)
diff --git a/Makefile b/Makefile
index 996e987..cd5eb90 100755
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,12 @@
include /usr/share/blends-dev/Makefile
dist:
+ # this is the original dist target from blends-dev Makefile
rm -f $(BLEND)-tasks.desc debian/control
make -f debian/rules get-orig-source
+ # This removes gosa-plugin-netgroups from the list of Recommends and
+ # adds gosa-plugin-netgroups to Depends
+ # Closes: #793667
sed -i -e '/^ *gosa-plugin-netgroups,$$/d' \
-e '/^Package: education-main-server/{;N;N;N;N;s/\nDepends: [^\n]*/&, gosa-plugin-netgroups,/;}' \
debian/control
diff --git a/debian/README.source b/debian/README.source
index 6dc3b2a..b24d4f4 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -46,6 +46,10 @@ cdd-doc package which is also available online under
http://blends.alioth.debian.org/blends/ap-DevelDescription.en.html#s-svn
+Remark: The original blends-dev dist target was overriden in Makefile
+to enable a strong Depends: gosa-plugin-netgroups in the debian/control
+file.
+
How to add packages to the tasks
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 62e76f0..8ea5803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu (1.901) UNRELEASED; urgency=medium
+
+ * Enable strong Depends: gosa-plugin-netgroups by doing some post-editing
+ in the dist target
+ Closes: #793667
+
+ -- Andreas Tille <tille at debian.org> Tue, 24 May 2016 11:41:23 +0200
+
debian-edu (1.900) unstable; urgency=medium
[ Mike Gabriel ]
--
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