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

Bug#777091: marked as done (unblock: debian-edu/1.811)



Your message dated Sun, 8 Feb 2015 22:41:54 +0100
with message-id <20150208214154.GM31969@ugent.be>
and subject line Re: Bug#777091: unblock: debian-edu/1.811
has caused the Debian Bug report #777091,
regarding unblock: debian-edu/1.811
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.)


-- 
777091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777091
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
x-debbugs-cc: debian-edu@lists.debian.org

Dear release team,

This is an pre-upload unblock approval request for debian-edu fixing 
an important bug (which sadly wasn't filed. It breaks the by default enabled 
installion of all other systems in the Debian Edu network via PXE, which we 
heavily advertize) with a trivial change, though it needed two uploads because 
I didnt look carefully enough...

debian-edu (1.811) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * Adjust debian-installer-8-netboot-* package names.

 -- Holger Levsen <holger@debian.org>  Tue, 03 Feb 2015 13:12:30 +0100

debian-edu (1.810) unstable; urgency=low

  [ Petter Reinholdtsen ]
  * In main-server, add 8.0 netboot installer debs as an alternative to
    the 7.0 packages listed currently.

 -- Holger Levsen <holger@debian.org>  Fri, 30 Jan 2015 01:52:08 +0100


$ debdiff debian-edu_1.809.dsc debian-edu_1.811.dsc | diffstat
 debian-edu-tasks.desc |    5 -----
 debian/changelog      |   15 +++++++++++++++
 debian/control        |   12 +++++++-----
 tasks/main-server     |    4 ++--
 4 files changed, 24 insertions(+), 12 deletions(-)

See attached.

The debian-edu-tasks.desc change is just an artifact of our build system, as 
is the promotion of the bluefish package from suggests to recommends, because:

[2014-12-07] bluefish 2.2.6-2 MIGRATED to testing (Britney)
[2014-11-30] Accepted 2.2.6-2 in unstable (medium) (Daniel Leidert)
[2014-09-29] bluefish REMOVED from testing (Britney)

So when debian-edu 1.809 was build, bluefish wasnt in testing and thus that. 
(Personally I'm not really that fond of this behaviour, though I do see the 
benefits.)

;tl;dr; the relevant diff is:

 Depends:     isc-dhcp-server-ldap, pxelinux, syslinux-common, \
-             debian-installer-7.0-netboot-i386, \
-             debian-installer-7.0-netboot-amd64, \
+             debian-installer-8-netboot-i386 | debian-installer-7.0-netboot-
i386, \
+             debian-installer-8-netboot-amd64 | debian-installer-7.0-netboot-
amd64, \


Thanks for your work on Jessie!

cheers,
	Holger
diff -Nru debian-edu-1.809/debian/changelog debian-edu-1.811/debian/changelog
--- debian-edu-1.809/debian/changelog	2014-10-24 14:56:46.000000000 +0200
+++ debian-edu-1.811/debian/changelog	2015-02-03 13:12:44.000000000 +0100
@@ -1,3 +1,18 @@
+debian-edu (1.811) unstable; urgency=medium
+
+  [ Wolfgang Schweer ]
+  * Adjust debian-installer-8-netboot-* package names.
+
+ -- Holger Levsen <holger@debian.org>  Tue, 03 Feb 2015 13:12:30 +0100
+
+debian-edu (1.810) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * In main-server, add 8.0 netboot installer debs as an alternative to
+    the 7.0 packages listed currently.
+
+ -- Holger Levsen <holger@debian.org>  Fri, 30 Jan 2015 01:52:08 +0100
+
 debian-edu (1.809) unstable; urgency=medium
 
   [ Holger Levsen ]
diff -Nru debian-edu-1.809/debian/control debian-edu-1.811/debian/control
--- debian-edu-1.809/debian/control	2014-10-24 14:51:17.000000000 +0200
+++ debian-edu-1.811/debian/control	2015-02-03 13:20:49.000000000 +0100
@@ -763,6 +763,7 @@
 Architecture: any
 Depends: education-tasks (= ${binary:Version})
 Recommends: autoconf,
+ bluefish,
  build-essential,
  bwbasic,
  ddd,
@@ -792,8 +793,7 @@
  squeak-vm,
  subversion,
  umbrello
-Suggests: bluefish,
- eclipse,
+Suggests: eclipse,
  fp-units-i386,
  gambas2,
  quanta,
@@ -954,8 +954,8 @@
 Recommends: apache2,
  atftpd | tftpd-hpa,
  bind9 | pdns-backend-ldap,
- debian-installer-7.0-netboot-amd64,
- debian-installer-7.0-netboot-i386,
+ debian-installer-8-netboot-amd64,
+ debian-installer-8-netboot-i386,
  dovecot-gssapi,
  dovecot-imapd,
  education-networked,
@@ -1010,6 +1010,8 @@
  calamaris,
  debian-edu-fr-all,
  debian-edu-fr-skels,
+ debian-installer-7.0-netboot-amd64,
+ debian-installer-7.0-netboot-i386,
  dlint,
  dnswalk,
  dovecot-pop3d,
@@ -1108,7 +1110,6 @@
  education-menus,
  fluid-soundfont-gm,
  fluidsynth,
- freebirth,
  gtick,
  hydrogen,
  jackd,
@@ -1124,6 +1125,7 @@
  terminatorx
 Suggests: beast,
  festival,
+ freebirth,
  kguitar,
  lenmus,
  lilypond,
diff -Nru debian-edu-1.809/debian-edu-tasks.desc debian-edu-1.811/debian-edu-tasks.desc
--- debian-edu-1.809/debian-edu-tasks.desc	2014-10-24 14:51:08.000000000 +0200
+++ debian-edu-1.811/debian-edu-tasks.desc	2015-02-03 13:20:05.000000000 +0100
@@ -690,7 +690,6 @@
  education-music
  audacity
  terminatorx
- freebirth
  hydrogen
  denemo
  solfege
@@ -1878,7 +1877,6 @@
  education-music
  audacity
  terminatorx
- freebirth
  hydrogen
  denemo
  solfege
@@ -2186,7 +2184,6 @@
  education-music
  audacity
  terminatorx
- freebirth
  hydrogen
  denemo
  solfege
@@ -2542,7 +2539,6 @@
  education-music
  audacity
  terminatorx
- freebirth
  hydrogen
  denemo
  solfege
@@ -2879,7 +2875,6 @@
  education-music
  audacity
  terminatorx
- freebirth
  hydrogen
  denemo
  solfege
diff -Nru debian-edu-1.809/tasks/main-server debian-edu-1.811/tasks/main-server
--- debian-edu-1.809/tasks/main-server	2014-10-22 06:42:25.000000000 +0200
+++ debian-edu-1.811/tasks/main-server	2015-02-03 13:12:15.000000000 +0100
@@ -30,8 +30,8 @@
 NeedConfig:  yes - touch the corresponding bind zone file
 
 Depends:     isc-dhcp-server-ldap, pxelinux, syslinux-common, \
-             debian-installer-7.0-netboot-i386, \
-             debian-installer-7.0-netboot-amd64, \
+             debian-installer-8-netboot-i386 | debian-installer-7.0-netboot-i386, \
+             debian-installer-8-netboot-amd64 | debian-installer-7.0-netboot-amd64, \
              atftpd | tftpd-hpa
 Recommends:  memtest86+
 Why:         Automatic distribution of IP addresses to the clients,

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Hi Holger,

On Thu, Feb 05, 2015 at 01:26:38AM +0100, Holger Levsen wrote:
> This is an pre-upload unblock approval request for debian-edu

It seems it was uploaded anyway. Unblocked.

Cheers,

Ivo

--- End Message ---

Reply to: