[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1107163: marked as done (unblock: debian-edu/2.13.0)



Your message dated Mon, 02 Jun 2025 18:29:24 +0000
with message-id <E1uM9uW-003cBI-2M@respighi.debian.org>
and subject line unblock debian-edu
has caused the Debian Bug report #1107163,
regarding unblock: debian-edu/2.13.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1107163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107163
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: debian-edu@packages.debian.org
Control: affects -1 + src:debian-edu
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package debian-edu

[ Reason ]
This is the initial upload of the Debian Edu blends package (containing
all the Debian Edu meta packages). It has been updated based on packages
currently in Debian testing.

[ Impact ]
If not accepted, there will be no installable Debian Edu mainserver (as
GOsa² packages will not be installed by default).

[ Tests ]
Cold review (no installation tests, normally not required).

[ Risks ]
None except from Debian Edu.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
This unblock request is essential to Debian Edu being possible in trixie.

unblock debian-edu/2.13.0
diff -Nru debian-edu-2.12.17/debian/changelog debian-edu-2.13.0/debian/changelog
--- debian-edu-2.12.17/debian/changelog	2025-04-06 09:24:17.000000000 +0200
+++ debian-edu-2.13.0/debian/changelog	2025-06-02 16:46:03.000000000 +0200
@@ -1,3 +1,16 @@
+debian-edu (2.13.0) unstable; urgency=medium
+
+  * tasks/main-server: As timeserver, use ntpsec instead of old ntp.
+  * d/control: Update file via 'make dist' applying the following changes:
+      Workstations:
+      - Move arduino back to Recommends: field.
+      - Move denemo back to Recommends: field.
+      Main server:
+      - Move gosa* back to Recommends: field.
+      - Switch from ntpsec instead of ntp in Recommends: field.
+
+ -- Mike Gabriel <sunweaver@debian.org>  Mon, 02 Jun 2025 16:46:03 +0200
+
 debian-edu (2.12.17) unstable; urgency=medium
 
   * Remove myself from uploaders as discussed during FOSDEM. It was a pleasure
diff -Nru debian-edu-2.12.17/debian/control debian-edu-2.13.0/debian/control
--- debian-edu-2.12.17/debian/control	2025-04-04 17:42:07.000000000 +0200
+++ debian-edu-2.13.0/debian/control	2025-06-02 16:40:49.000000000 +0200
@@ -446,7 +446,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          education-tasks (= ${binary:Version})
-Recommends: autoconf,
+Recommends: arduino,
+            autoconf,
             bluefish,
             build-essential,
             bwbasic,
@@ -484,8 +485,7 @@
             subversion,
             thonny,
             umbrello
-Suggests: arduino,
-          squeak-vm,
+Suggests: squeak-vm,
           swi-prolog,
           swi-prolog-doc,
           tcl8.6-dev,
@@ -687,6 +687,21 @@
             education-networked,
             exim4-daemon-heavy,
             foomatic-db-compressed-ppds,
+            gosa,
+            gosa-help-de,
+            gosa-help-en,
+            gosa-help-fr,
+            gosa-help-nl,
+            gosa-plugins-dhcp-schema,
+            gosa-plugins-dns-schema,
+            gosa-plugins-ldapmanager,
+            gosa-plugins-mailaddress,
+            gosa-plugins-netgroups,
+            gosa-plugins-pwreset,
+            gosa-plugins-sudo,
+            gosa-plugins-sudo-schema,
+            gosa-plugins-systems,
+            gosa-schema,
             hp-ppd,
             hpijs-ppds,
             icinga2,
@@ -710,7 +725,7 @@
             mutt,
             nagios-nrpe-plugin,
             nfs-kernel-server,
-            ntp,
+            ntpsec,
             samba,
             samba-common-bin,
             sitesummary,
@@ -729,21 +744,6 @@
           dnswalk,
           dovecot-pop3d,
           dsh,
-          gosa,
-          gosa-help-de,
-          gosa-help-en,
-          gosa-help-fr,
-          gosa-help-nl,
-          gosa-plugins-dhcp-schema,
-          gosa-plugins-dns-schema,
-          gosa-plugins-ldapmanager,
-          gosa-plugins-mailaddress,
-          gosa-plugins-netgroups,
-          gosa-plugins-pwreset,
-          gosa-plugins-sudo,
-          gosa-plugins-sudo-schema,
-          gosa-plugins-systems,
-          gosa-schema,
           krb5-doc,
           libsasl2-modules-ldap,
           nslint,
@@ -820,6 +820,7 @@
          education-tasks (= ${binary:Version})
 Recommends: audacious,
             audacity,
+            denemo,
             education-menus,
             fluidsynth,
             hydrogen,
@@ -836,8 +837,7 @@
             terminatorx,
             timgm6mb-soundfont,
             tuxguitar
-Suggests: denemo,
-          festival,
+Suggests: festival,
           lilypond,
           musescore
 Description: Debian Edu music and sound applications
@@ -974,6 +974,7 @@
          education-tasks (= ${binary:Version})
 Recommends: education-desktop-other,
             education-networked-common,
+            gosa-desktop,
             isenkram,
             jxplorer,
             krb5-auth-dialog,
@@ -983,7 +984,6 @@
             libpam-sss,
             libsss-sudo,
             plasma-nm | cmst
-Suggests: gosa-desktop
 Description: Debian Edu roaming workstation packages
  A metapackage containing dependencies for packages required on all
  networked workstation installations in the Debian Edu Blend where the
diff -Nru debian-edu-2.12.17/tasks/main-server debian-edu-2.13.0/tasks/main-server
--- debian-edu-2.12.17/tasks/main-server	2025-04-04 17:27:40.000000000 +0200
+++ debian-edu-2.13.0/tasks/main-server	2025-06-02 16:40:25.000000000 +0200
@@ -102,7 +102,7 @@
 NeedConfig: yes - configure host groups
 
 Recommends:
- ntp,
+ ntpsec,
 NeedConfig: yes - set NTP server (client: ntp.intern, server: ntp.somewhere)
 
 Recommends:

--- End Message ---
--- Begin Message ---
Unblocked debian-edu.

--- End Message ---

Reply to: