Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear release team, Do I understand correctly the blurb in your recent announcement that packages may be unblocked not only for "real" RC bugs, but also for ones with priority "important", but only until December 5th? If this is so, then may I have a pre-approval for the unblocking of the wmanager package for a targeted fix for an important bug, one of Guillem Jover's "obsolete full path to update-alternatives" ones? wmanager (0.2.1-12) unstable; urgency=medium * Do not use the obsolete and incorrect full path to update-alternatives in wmanagerrc-update. Closes: #769966 Thanks, Guillem Jover <guil...@debian.org> -- Peter Pentchev <r...@ringlet.net> Thu, 27 Nov 2014 10:52:01 +0200 Full debdiff attached. unblock wmanager/0.2.1-12 G'luck, Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUdulJAAoJEGUe77AlJ98TAnAP/jKz+xrS6uob+l4vROJyl50+ WaMDW1X2OCBdOprtU6vGCeBBkihdyrjc/KL7rlIfmitqNEVBNDRrzWaW6z98zxan mAcLZJ+j+EE7DqRgs7GDvs7NccPTz4qHuCPjrm2D9RerW59RIMmpX/WZJE/3M6Wn PVeiMpytI0Z047/GMvwY6yKNOj0NyxgOWkhJ3VMo97Fxw1QetJ8pYg4TLy8VNgW1 +qv+jj6BQa2h8NS20v0nRu3crKNFBVu//KPnsYNIjtoD8FlNzAGffevLwEdnAtzn e58eUpDqVCjvcychGj52hVKouhOZZqOvCXyH6AdPY6Ywa8k6wasj+c9mTMGKj71A /KZImrDTsjJOPl1TNCsEOOc4cQvDq3/+BuBRisFv8if4eUIP7pcZVmGOZbMb76BY hkvYoP9zNu8LRrxZ9QKv82ncu7IASKQOV6SlqbJNuWMzim2FMTkrK/Egr2g12oqf hFYnJl17PO6Src76lGkA/oYGegswgq0GyihDDEVFZhpPJDSV2cRBZVb+XpUnN4uA dvUVgA1LSzLKXALmTxz4C0h3JxWLjRx2ivmuitTf1OkrL/ggUSGgKVYK9a+MNXit LTKctXWNsuCnOK0VSLL/tvENSSr/L4fADW1C4oN940efDuFzpLYoqtjwqT8MOoLF Eui5mHoGyCCvjEGa1VnX =FEts -----END PGP SIGNATURE----- -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru wmanager-0.2.1/debian/changelog wmanager-0.2.1/debian/changelog --- wmanager-0.2.1/debian/changelog 2014-11-27 10:43:13.000000000 +0200 +++ wmanager-0.2.1/debian/changelog 2014-11-27 10:52:04.000000000 +0200 @@ -1,3 +1,11 @@ +wmanager (0.2.1-12) unstable; urgency=medium + + * Do not use the obsolete and incorrect full path to update-alternatives + in wmanagerrc-update. Closes: #769966 + Thanks, Guillem Jover <guil...@debian.org> + + -- Peter Pentchev <r...@ringlet.net> Thu, 27 Nov 2014 10:52:01 +0200 + wmanager (0.2.1-11) unstable; urgency=low * Update the copyright file to the latest DEP 5 candidate format. diff -Nru wmanager-0.2.1/debian/wmanagerrc-update wmanager-0.2.1/debian/wmanagerrc-update --- wmanager-0.2.1/debian/wmanagerrc-update 2014-11-27 10:43:13.000000000 +0200 +++ wmanager-0.2.1/debian/wmanagerrc-update 2014-11-27 10:48:04.000000000 +0200 @@ -20,8 +20,7 @@ { cat "$HOME/.wmanagerrc.user" 2>/dev/null || true - [ ! -x /usr/sbin/update-alternatives ] || - /usr/sbin/update-alternatives --query x-window-manager \ + update-alternatives --query x-window-manager \ |perl -ne ' m{^Alternative:\s+([/\w.+-]+)$} and $alt = $1; m{^Priority:\s+(\d+)$} and push @{$p{$1}}, $alt;