[debian-edu-commits] debian-edu/ 02/03: Add ${misc:Depends} to binary packages depends in control.stub, thanks lintian.
Holger Levsen
holger at layer-acht.org
Thu Oct 27 12:31:05 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 28e98247e6496c003749cd05527708f20ee32b9b
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 27 14:21:26 2016 +0200
Add ${misc:Depends} to binary packages depends in control.stub, thanks lintian.
---
debian/changelog | 7 +++++++
debian/control | 6 ++++--
debian/control.stub | 6 ++++--
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f3af98..373ad4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu (1.914) UNRELEASED; urgency=medium
+
+ * Add ${misc:Depends} to binary packages depends in control.stub, thanks
+ lintian.
+
+ -- Holger Levsen <holger at debian.org> Thu, 27 Oct 2016 14:20:33 +0200
+
debian-edu (1.913) unstable; urgency=medium
* debian/rules: override dh commands defined in /usr/share/blends-dev/rules
diff --git a/debian/control b/debian/control
index eb05d4b..0f43aad 100644
--- a/debian/control
+++ b/debian/control
@@ -21,14 +21,16 @@ XS-Comment: This is a specific package which contains a tasksel helper. It doesn
Package: education-tasks
Architecture: all
Multi-Arch: foreign
-Depends: tasksel (>= 3.23)
+Depends: tasksel (>= 3.23),
+ ${misc:Depends}
Description: Debian Edu tasks for tasksel
This package provides Debian Edu tasks in tasksel.
XS-Comment: This is a specific package which reorganizes the menu. It doesn't make sense to put in tasks.
Package: education-menus
Architecture: any
-Depends: desktop-profiles
+Depends: desktop-profiles,
+ ${misc:Depends}
Description: Debian Edu menu reorganization
A package to reorganizate menu branches in order to get a structure
easy to use for teachers and students.
diff --git a/debian/control.stub b/debian/control.stub
index 6df51e5..39300fa 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -20,14 +20,16 @@ XS-Comment: This is a specific package which contains a tasksel helper. It doesn
Package: education-tasks
Architecture: all
Multi-Arch: foreign
-Depends: tasksel (>= 3.23)
+Depends: tasksel (>= 3.23),
+ ${misc:Depends}
Description: Debian Edu tasks for tasksel
This package provides Debian Edu tasks in tasksel.
XS-Comment: This is a specific package which reorganizes the menu. It doesn't make sense to put in tasks.
Package: education-menus
Architecture: any
-Depends: desktop-profiles
+Depends: desktop-profiles,
+ ${misc:Depends}
Description: Debian Edu menu reorganization
A package to reorganizate menu branches in order to get a structure
easy to use for teachers and students.
--
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