[debian-edu-commits] debian-edu/ 05/31: tasks/video: New task for video processing in class.

Mike Gabriel sunweaver at debian.org
Mon Aug 21 14:28:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu.

commit 60324214a2e8abcd1f1a5c896ef2a4c15814c5be
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Aug 13 21:49:11 2017 -0400

    tasks/video: New task for video processing in class.
---
 debian/.gitignore                           |  8 ++++----
 debian/changelog                            |  1 +
 debian/education-services.lintian-overrides |  2 --
 tasks/video                                 | 15 +++++++++++++++
 4 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore
index 7c63b18..0227660 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -93,10 +93,6 @@ education-physics.postinst
 education-physics.prerm
 education-physics.substvars
 education-physics/
-education-services.postinst
-education-services.prerm
-education-services.substvars
-education-services/
 education-standalone.postinst
 education-standalone.prerm
 education-standalone.substvars
@@ -111,6 +107,10 @@ education-thin-client.postinst
 education-thin-client.prerm
 education-thin-client.substvars
 education-thin-client/
+education-video.postinst
+education-video.prerm
+education-video.substvars
+education-video/
 education-workstation.postinst
 education-workstation.prerm
 education-workstation.substvars
diff --git a/debian/changelog b/debian/changelog
index 36417fd..0a693fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,6 +80,7 @@ debian-edu (1.925) UNRELEASED; urgency=medium
     anymore.
   * tasks/desktop-xfce: Move lightdm to separate block. Avoid xdm. Add
     NeedConfig: field as we need to do artwork tweaking.
+  * tasks/video: New task for video processing in class.
 
   [ Holger Levsen ]
   * Add sources.list.buster and make sources.list.UNRELEASED symlink point to
diff --git a/debian/education-services.lintian-overrides b/debian/education-services.lintian-overrides
deleted file mode 100644
index 9d16fc0..0000000
--- a/debian/education-services.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-education-services binary: maintainer-script-empty postrm
-education-services binary: maintainer-script-empty preinst
diff --git a/tasks/video b/tasks/video
new file mode 100644
index 0000000..821af52
--- /dev/null
+++ b/tasks/video
@@ -0,0 +1,15 @@
+Task: Video
+Section: metapackages
+Leaf: false
+Architecture: any
+Description: Debian Edu video applications
+ This metapackage depends on various applications that can be used to
+ process videos in class.
+
+Recommends:
+ kdenlive,
+
+Recommends:
+ gstreamer1.0-plugins-bad,
+ gstreamer1.0-plugins-good,
+ gstreamer1.0-plugins-ugly,

-- 
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