Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package mate-panel This upload fixes RC bug #769422 (FHS violation). I just realized... Unfortunately, some of my previous unblock requests of today contained attachments ending with .dsc. Those files are actually ..debdiff files, I simply copy+pasted the wrong file extension. I hope that is not too much of a problem!!! unblock mate-panel/1.8.1+dfsg1-3 -- System Information: Debian Release: jessie/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 'testing-proposed-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru mate-panel-1.8.1+dfsg1/debian/changelog mate-panel-1.8.1+dfsg1/debian/changelog --- mate-panel-1.8.1+dfsg1/debian/changelog 2014-10-23 12:43:35.000000000 +0200 +++ mate-panel-1.8.1+dfsg1/debian/changelog 2014-12-12 11:33:43.000000000 +0100 @@ -1,3 +1,11 @@ +mate-panel (1.8.1+dfsg1-3) unstable; urgency=medium + + * debian/rules: + - Install MATE panel applet executables to non-multi-arch libexecdir. + (Closes: #769422). + + -- Mike Gabriel <sunwea...@debian.org> Fri, 12 Dec 2014 11:33:42 +0100 + mate-panel (1.8.1+dfsg1-2) unstable; urgency=medium * debian/patches: diff -Nru mate-panel-1.8.1+dfsg1/debian/mate-panel.install mate-panel-1.8.1+dfsg1/debian/mate-panel.install --- mate-panel-1.8.1+dfsg1/debian/mate-panel.install 2014-02-14 21:56:49.000000000 +0100 +++ mate-panel-1.8.1+dfsg1/debian/mate-panel.install 2014-12-12 11:33:35.000000000 +0100 @@ -1,8 +1,8 @@ usr/bin/ -usr/lib/*/mate-panel/clock-applet -usr/lib/*/mate-panel/fish-applet -usr/lib/*/mate-panel/notification-area-applet -usr/lib/*/mate-panel/wnck-applet +usr/lib/mate-panel/clock-applet +usr/lib/mate-panel/fish-applet +usr/lib/mate-panel/notification-area-applet +usr/lib/mate-panel/wnck-applet usr/share/applications/ usr/share/dbus-1/ usr/share/glib-2.0/ diff -Nru mate-panel-1.8.1+dfsg1/debian/rules mate-panel-1.8.1+dfsg1/debian/rules --- mate-panel-1.8.1+dfsg1/debian/rules 2014-10-23 12:28:21.000000000 +0200 +++ mate-panel-1.8.1+dfsg1/debian/rules 2014-12-12 11:31:55.000000000 +0100 @@ -25,7 +25,7 @@ dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ --localstatedir=/var \ - --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-panel \ + --libexecdir=/usr/lib/mate-panel \ --disable-scrollkeeper \ --disable-static \ --enable-introspection \