Your message dated Sun, 26 Feb 2017 20:54:17 +0100 with message-id <20170226195415.GA20238@ugent.be> and subject line Re: unblock: debian-edu/1.920 has caused the Debian Bug report #856221, regarding unblock: debian-edu/1.920 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.) -- 856221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856221 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: debian-edu/1.920
- From: Holger Levsen <holger@debian.org>
- Date: Sun, 26 Feb 2017 19:14:28 +0100
- Message-id: <[🔎] 20170226181428.GA25750@layer-acht.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock x-debbugs-cc: debian-edu@lists.debian.org Hi, Please unblock package debian-edu, it fixes an important bug, #854519: "debian-edu: tasks/ltsp-server should depend on ltsp-server instead of ltsp-server-standalone" as installing the latter breaks quite a lot of things and expectations. (See the bug report for details.) (There are two more changes in this diff which are also desired by Debian Edu and which only affect Debian Edu…) $ debdifff debian-edu_1.918.dsc debian-edu_1.920.dsc | diffstat debian-edu-tasks.desc | 12 ++++++------ debian/changelog | 20 ++++++++++++++++++++ debian/control | 6 +++--- tasks.ctl | 2 ++ tasks/chemistry | 2 +- tasks/ltsp-server | 2 +- 6 files changed, 33 insertions(+), 11 deletions(-) unblock debian-edu/1.920 diff -Nru debian-edu-1.918/debian/changelog debian-edu-1.920/debian/changelog --- debian-edu-1.918/debian/changelog 2017-01-17 21:49:23.000000000 +0100 +++ debian-edu-1.920/debian/changelog 2017-02-17 17:13:31.000000000 +0100 @@ -1,3 +1,23 @@ +debian-edu (1.920) unstable; urgency=medium + + [ Wolfgang Schweer ] + * tasks/ltsp-server: Replace ltsp-server-standalone with ltsp-server. + The additional Depends are unneeded and make mate-session the default one, + if 'desktop=kde' is used. In this case mate-desktop-environment is pulled + in despite the fact that plasma-workspace provides x-session-manager (via + /usr/bin/startkde). This happens because plasma-workspace doesn't + list it in 'Provides:'; see #853885. (Closes: #854519). + + -- Holger Levsen <holger@debian.org> Fri, 17 Feb 2017 17:13:31 +0100 + +debian-edu (1.919) unstable; urgency=medium + + * Add avogadro to tasks/chemistry and drop ghemical from it. + * Add education-desktop-mate and education-desktop-xfce with medium priority + to tasks.ctl. + + -- Holger Levsen <holger@debian.org> Tue, 31 Jan 2017 12:02:44 +0100 + debian-edu (1.918) unstable; urgency=medium [ Wolfgang Schweer ] diff -Nru debian-edu-1.918/debian/control debian-edu-1.920/debian/control --- debian-edu-1.918/debian/control 2017-01-17 21:49:23.000000000 +0100 +++ debian-edu-1.920/debian/control 2017-02-17 17:12:53.000000000 +0100 @@ -72,12 +72,12 @@ Section: metapackages Architecture: any Depends: education-tasks (= ${source:Version}), ${misc:Depends} -Recommends: chemtool, +Recommends: avogadro, + chemtool, easychem, education-menus, gchempaint, gdis, - ghemical, gperiodic, kalzium, pymol, @@ -1100,7 +1100,7 @@ iptables, isc-dhcp-server-ldap, ltsp-docs, - ltsp-server-standalone, + ltsp-server, ltspfs, nagios-nrpe-server, nagios-plugins-standard, diff -Nru debian-edu-1.918/debian-edu-tasks.desc debian-edu-1.920/debian-edu-tasks.desc --- debian-edu-1.918/debian-edu-tasks.desc 2017-01-17 21:49:23.000000000 +0100 +++ debian-edu-1.920/debian-edu-tasks.desc 2017-02-17 17:12:49.000000000 +0100 @@ -615,10 +615,10 @@ kstars education-menus education-chemistry + avogadro easychem gchempaint gdis - ghemical pymol viewmol gperiodic @@ -1225,7 +1225,7 @@ isc-dhcp-server-ldap atftpd tftp-hpa - ltsp-server-standalone + ltsp-server ltspfs ltsp-docs rdiff-backup @@ -1459,10 +1459,10 @@ kstars education-menus education-chemistry + avogadro easychem gchempaint gdis - ghemical pymol viewmol gperiodic @@ -2198,10 +2198,10 @@ kstars education-menus education-chemistry + avogadro easychem gchempaint gdis - ghemical pymol viewmol gperiodic @@ -2504,10 +2504,10 @@ kstars education-menus education-chemistry + avogadro easychem gchempaint gdis - ghemical pymol viewmol gperiodic @@ -2849,10 +2849,10 @@ kstars education-menus education-chemistry + avogadro easychem gchempaint gdis - ghemical pymol viewmol gperiodic diff -Nru debian-edu-1.918/tasks/chemistry debian-edu-1.920/tasks/chemistry --- debian-edu-1.918/tasks/chemistry 2016-11-11 13:58:14.000000000 +0100 +++ debian-edu-1.920/tasks/chemistry 2017-01-24 14:31:06.000000000 +0100 @@ -6,7 +6,7 @@ This metapackage depends on various applications that can be used to teach chemistry. -Depends: easychem, gchempaint, gdis, ghemical, pymol, \ +Depends: avogadro, easychem, gchempaint, gdis, pymol, \ viewmol, gperiodic, chemtool, kalzium Recommends: education-menus Suggests: rasmol diff -Nru debian-edu-1.918/tasks/ltsp-server debian-edu-1.920/tasks/ltsp-server --- debian-edu-1.918/tasks/ltsp-server 2017-01-07 13:36:49.000000000 +0100 +++ debian-edu-1.920/tasks/ltsp-server 2017-02-17 17:12:17.000000000 +0100 @@ -25,7 +25,7 @@ Responsible: Ragnar WislÞff Needconfig: yes -Depends: ltsp-server-standalone, ltspfs +Depends: ltsp-server, ltspfs Why: Debian package based LTSP server for diskless and thin clients. Responsible: Petter Reinholdtsen NeedConfig: yes diff -Nru debian-edu-1.918/tasks.ctl debian-edu-1.920/tasks.ctl --- debian-edu-1.918/tasks.ctl 2017-01-07 13:36:49.000000000 +0100 +++ debian-edu-1.920/tasks.ctl 2017-01-24 15:07:32.000000000 +0100 @@ -50,5 +50,7 @@ priority-med:education-misc priority-med:education-music priority-med:education-physics +priority-med:education-desktop-mate priority-med:education-desktop-gnome priority-med:education-desktop-lxde +priority-med:education-desktop-xfce -- cheers, HolgerAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: Holger Levsen <holger@layer-acht.org>
- Cc: Ivo De Decker <ivodd@debian.org>, 856221-done@bugs.debian.org, kibi@debian.org
- Subject: Re: unblock: debian-edu/1.920
- From: Ivo De Decker <ivodd@debian.org>
- Date: Sun, 26 Feb 2017 20:54:17 +0100
- Message-id: <20170226195415.GA20238@ugent.be>
- In-reply-to: <[🔎] 20170226192208.GA28179@layer-acht.org>
- References: <[🔎] 20170226181428.GA25750@layer-acht.org> <[🔎] 20170226184432.GA19806@ugent.be> <[🔎] 20170226192208.GA28179@layer-acht.org>
Hi, On Sun, Feb 26, 2017 at 07:22:08PM +0000, Holger Levsen wrote: > On Sun, Feb 26, 2017 at 07:44:34PM +0100, Ivo De Decker wrote: > > Control: tags -1 confirmed d-i > > > > On Sun, Feb 26, 2017 at 07:14:28PM +0100, Holger Levsen wrote: > > > Please unblock package debian-edu, it fixes an important bug, #854519: > > > > Unblocked. This also need a d-i ack for the unblock-udeb. > > nope, this is about src:debian-edu which has no udebs. Ah, my mistake. 'hint grep' does substring matches... So there is nothing more to do here, closing the bug. Cheers, Ivo
--- End Message ---