[debian-edu-commits] debian-edu/ 07/31: tasks/development: Rework task completely, de-promote everything under Depends: to Recommends:. Add various useful IDEs, sqlite3, etc. Possibly needs reconsideration.

Mike Gabriel sunweaver at debian.org
Mon Aug 21 14:28:31 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 271ba09387773cac690769d1af8961e54d23747b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Aug 13 22:01:41 2017 -0400

    tasks/development: Rework task completely, de-promote everything under Depends: to Recommends:. Add various useful IDEs, sqlite3, etc. Possibly needs reconsideration.
---
 debian/changelog  |  3 +++
 tasks/development | 48 ++++++++++++++++++++++++++++++++++++------------
 2 files changed, 39 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba76fa4..2d77b5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -82,6 +82,9 @@ debian-edu (1.925) UNRELEASED; urgency=medium
     NeedConfig: field as we need to do artwork tweaking.
   * tasks/video: New task for video processing in class.
   * tasks/{mathematics,physics}: Add matplotlib and jupyter-notebook.
+  * tasks/development: Rework task completely, de-promote everything under
+    Depends: to Recommends:. Add various useful IDEs, sqlite3, etc. Possibly
+    needs reconsideration.
 
   [ Holger Levsen ]
   * Add sources.list.buster and make sources.list.UNRELEASED symlink point to
diff --git a/tasks/development b/tasks/development
index e479135..64d89c3 100644
--- a/tasks/development
+++ b/tasks/development
@@ -11,7 +11,7 @@ Description: Debian Edu software development related educational applications
 Recommends:
  education-menus,
 
-Depends:
+Recommends:
  fp-compiler,
  fp-ide,
  fp-units-base,
@@ -28,10 +28,10 @@ Depends:
  fp-units-rtl,
  fp-units-fv,
 
-Depends:
+Recommends:
  lazarus,
 
-Depends:
+Recommends:
  gambas2,
 
 Suggests:
@@ -40,13 +40,13 @@ Remark: Eclipse is a really powerful development environment and schould not be
  missing in this list, but it might be some overkill for students and thus it
  is only "Suggested".
 
-Depends:
+Recommends:
  bwbasic,
 
-Depends:
+Recommends:
  kturtle,
 
-Depends:
+Recommends:
  kommander,
 
 Suggests:
@@ -57,28 +57,52 @@ Suggests:
  swi-prolog,
  swi-prolog-doc,
 
-Depends:
+Recommends:
  squeak-vm,
 
-Depends:
- python,
+Recommends:
+ python3,
+ idle3,
+
 Recommends:
  drpython,
  gvrng,
  python-easygui,
 
-Depends:
+Recommends:
  umbrello,
 
 Recommends:
  bluefish,
 
-Depends:
+Recommends:
  kdevelop,
 
-Depends:
+Recommends:
  build-essential,
  autoconf,
  subversion,
  ddd,
 
+Recommends:
+ eclipse,
+ eclipse-cdt,
+
+Recommends:
+ codeblocks,
+
+Recommends:
+ arduino,
+
+Recommends:
+ anjuta,
+
+Recommends:
+ geany,
+
+Recommends:
+ sqlite3,
+
+Recommends:
+ python3-tk,
+ python3-qt5,

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