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

Bug#766472: unblock: debian-edu/1.808



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 lower the transition time of debian-edu to 5 days, it's currently at 4. 
Compared to the version in jessie it changes a recommends for education-
desktop-mate from kdm to lightdm and fixes a typo in a test.

I've checked the debdiff between the version in jessie and sid and it's also 
attached.

We're asking for this to expose this change to our test(er)s earlier, and they 
most only test jessie.

Thanks for your work!


cheers,
	Holger
diff -Nru debian-edu-1.806/debian/changelog debian-edu-1.808/debian/changelog
--- debian-edu-1.806/debian/changelog	2014-10-10 12:19:01.000000000 +0000
+++ debian-edu-1.808/debian/changelog	2014-10-18 19:14:03.000000000 +0000
@@ -1,3 +1,21 @@
+debian-edu (1.808) unstable; urgency=low
+
+  [ Wolfgang Schweer ]
+  * tasks/desktop-mate: Replace kdm with lightdm to avoid pulling in the
+    whole KDE plasma desktop (#765624).
+
+ -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Oct 2014 21:14:02 +0200
+
+debian-edu (1.807) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Fix typo in test-metapkgs test suite.
+
+  [ Holger Levsen ]
+  * debian/control: use https for Alioth cgit URL.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Thu, 16 Oct 2014 07:28:31 +0200
+
 debian-edu (1.806) unstable; urgency=high
 
   * Fix typo in tasks/networked-common and make sure killer is listed as
diff -Nru debian-edu-1.806/debian/control debian-edu-1.808/debian/control
--- debian-edu-1.806/debian/control	2014-10-10 12:17:57.000000000 +0000
+++ debian-edu-1.808/debian/control	2014-10-18 19:13:21.000000000 +0000
@@ -16,7 +16,7 @@
 Standards-Version: 3.9.6
 XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/debian-edu/debian-edu.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/debian-edu.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-edu/debian-edu.git
 Homepage: http://www.skolelinux.org
 
 XS-Comment: This is a specific package which contains a tasksel helper. It doesn't make sense to put it in tasks.
@@ -363,7 +363,6 @@
 Recommends: education-common,
  gimp,
  inkscape,
- kdm,
  libreoffice-base,
  libreoffice-calc,
  libreoffice-draw,
@@ -372,6 +371,7 @@
  libreoffice-java-common,
  libreoffice-math,
  libreoffice-writer,
+ lightdm,
  mate-desktop-environment,
  mate-desktop-environment-extras,
  mate-media-pulse,
@@ -766,6 +766,7 @@
  build-essential,
  bwbasic,
  ddd,
+ drpython,
  education-menus,
  fp-compiler,
  fp-docs,
@@ -792,7 +793,6 @@
  subversion,
  umbrello
 Suggests: bluefish,
- drpython,
  eclipse,
  fp-units-i386,
  gambas2,
diff -Nru debian-edu-1.806/debian/control.stub debian-edu-1.808/debian/control.stub
--- debian-edu-1.806/debian/control.stub	2014-09-28 19:22:22.000000000 +0000
+++ debian-edu-1.808/debian/control.stub	2014-10-16 05:29:40.000000000 +0000
@@ -15,7 +15,7 @@
 Standards-Version: 3.9.6
 XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/debian-edu/debian-edu.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/debian-edu.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-edu/debian-edu.git
 Homepage: http://www.skolelinux.org
 
 XS-Comment: This is a specific package which contains a tasksel helper. It doesn't make sense to put it in tasks.
diff -Nru debian-edu-1.806/debian/tests/test-metapkgs debian-edu-1.808/debian/tests/test-metapkgs
--- debian-edu-1.806/debian/tests/test-metapkgs	2014-10-07 08:51:08.000000000 +0000
+++ debian-edu-1.808/debian/tests/test-metapkgs	2014-10-11 18:29:26.000000000 +0000
@@ -36,8 +36,8 @@
 
     # The bless script is recently part of the debian-edu-config package.
     if [ -x /usr/share/debian-edu-config/tools/debian-edu-bless ] ; then
-	cp /usr/share/debian-edu-config/tools/debian-edu-bless
-	$target/root/.
+	cp /usr/share/debian-edu-config/tools/debian-edu-bless \
+	    $target/root/.
     else
 	apt-get source debian-edu-config 2>&1
 	cp debian-edu-config-*/share/debian-edu-config/tools/debian-edu-bless \
diff -Nru debian-edu-1.806/debian-edu-tasks.desc debian-edu-1.808/debian-edu-tasks.desc
--- debian-edu-1.806/debian-edu-tasks.desc	2014-10-10 12:17:53.000000000 +0000
+++ debian-edu-1.808/debian-edu-tasks.desc	2014-10-18 19:13:17.000000000 +0000
@@ -487,7 +487,7 @@
  readahead-fedora
  bash-completion
  command-not-found
- kdm
+ lightdm
  mate-desktop-environment
  mate-desktop-environment-extras
  mate-settings-daemon-pulse
diff -Nru debian-edu-1.806/tasks/desktop-mate debian-edu-1.808/tasks/desktop-mate
--- debian-edu-1.806/tasks/desktop-mate	2014-09-28 19:24:49.000000000 +0000
+++ debian-edu-1.808/tasks/desktop-mate	2014-10-17 20:13:17.000000000 +0000
@@ -12,7 +12,7 @@
 Responsible: Mike Gabriel
 NeedConfig:  no
 
-Depends:      kdm | x-display-manager, \
+Depends:      lightdm | x-display-manager, \
               mate-desktop-environment, mate-desktop-environment-extras, \
               mate-settings-daemon-pulse, mate-media-pulse, \
               gimp, inkscape, gnochm, gstreamer0.10-ffmpeg, \

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


Reply to: