Package: release.debian.org Severity: wishlist User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-CC: lxde-metapacka...@packages.debian.org
Hi, Please unblock lxde-metapackages/4+nmu1. It'd fix dependency problem during upgrade. debdiff between testing and unstable is below. diff -Nru lxde-metapackages-2/debian/changelog lxde-metapackages-4+nmu1/debian/changelog --- lxde-metapackages-2/debian/changelog 2012-05-18 17:08:23.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/changelog 2012-11-29 23:56:39.000000000 +0900 @@ -1,3 +1,27 @@ +lxde-metapackages (4+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * guarantee proper migration from old enviroment to wheezy + Thanks to Andreas Beckmann <deb...@abeckmann.de> for pointing this + out and patch (Closes: #694061) + + -- Hideki Yamane <henr...@debian.org> Sat, 24 Nov 2012 14:11:20 +0900 + +lxde-metapackages (4) unstable; urgency=low + + * Switching from gdm3 to lightdm. + + -- Daniel Baumann <dan...@debian.org> Fri, 10 Aug 2012 22:40:30 +0200 + +lxde-metapackages (3) unstable; urgency=low + + * Adding galculator to lxde depends (Closes: #659577). + * Readding back network-manager-gnome which apparently got lost at + some point. + * Updating GPL blurb in copyright file. + + -- Daniel Baumann <dan...@debian.org> Sat, 07 Jul 2012 19:23:15 +0200 + lxde-metapackages (2) unstable; urgency=low [ Andrew Lee (李健秋) ] diff -Nru lxde-metapackages-2/debian/control lxde-metapackages-4+nmu1/debian/control --- lxde-metapackages-2/debian/control 2012-05-11 14:14:34.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/control 2012-08-11 05:40:21.000000000 +0900 @@ -31,12 +31,12 @@ Package: lxde Architecture: all Depends: - ${misc:Depends}, gpicview, leafpad, lxappearance, + ${misc:Depends}, galculator, gpicview, leafpad, lxappearance, lxde-core, lxde-icon-theme, lxinput, lxrandr, lxsession-edit, lxshortcut, lxterminal, obconf, xarchiver Recommends: - iceweasel | www-browser, gdm3 | x-display-manager, lxmusic, menu-xdg, - lxpolkit, xserver-xorg + iceweasel | www-browser, lightdm | x-display-manager, lxmusic, menu-xdg, + network-manager-gnome, lxpolkit, xserver-xorg Suggests: lxlauncher, lxtask Description: LXDE metapackage LXDE (the Lightweight X11 Desktop Environment) is a project aimed diff -Nru lxde-metapackages-2/debian/copyright lxde-metapackages-4+nmu1/debian/copyright --- lxde-metapackages-2/debian/copyright 2012-04-28 19:05:22.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/copyright 2012-08-11 05:40:21.000000000 +0900 @@ -8,10 +8,10 @@ License: GPL-2+ License: GPL-2+ - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,8 +19,7 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + along with this program. If not, see <http://www.gnu.org/licenses/>. . The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. diff -Nru lxde-metapackages-2/debian/preinst lxde-metapackages-4+nmu1/debian/preinst --- lxde-metapackages-2/debian/preinst 1970-01-01 09:00:00.000000000 +0900 +++ lxde-metapackages-4+nmu1/debian/preinst 2012-11-29 23:52:39.000000000 +0900 @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + + test ! -L /usr/share/doc/lxde || rm /usr/share/doc/lxde + +#DEBHELPER# + -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org