Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package mate-notification-daemon This upload fixes RC bug #769419 (FHS violation). unblock mate-notification-daemon/1.8.1-2 -- 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-notification-daemon-1.8.1/debian/changelog mate-notification-daemon-1.8.1/debian/changelog --- mate-notification-daemon-1.8.1/debian/changelog 2014-10-23 13:20:37.000000000 +0200 +++ mate-notification-daemon-1.8.1/debian/changelog 2014-12-12 11:23:18.000000000 +0100 @@ -1,3 +1,11 @@ +mate-notification-daemon (1.8.1-2) unstable; urgency=medium + + * debian/rules: + - Install mate-notification-daemon executable to non-multi-arch + libexecdir. (Closes: #769419). + + -- Mike Gabriel <sunwea...@debian.org> Fri, 12 Dec 2014 11:13:40 +0100 + mate-notification-daemon (1.8.1-1) unstable; urgency=medium [ Vangelis Mouhtsis ] diff -Nru mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install --- mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install 2014-05-02 10:19:18.000000000 +0200 +++ mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install 2014-12-12 11:15:56.000000000 +0100 @@ -7,5 +7,5 @@ usr/share/locale/ usr/share/man/ usr/bin/mate-notification-properties -usr/lib/*/mate-notification-daemon/mate-notification-daemon +usr/lib/mate-notification-daemon/mate-notification-daemon usr/lib/*/mate-notification-daemon/engines/*.so diff -Nru mate-notification-daemon-1.8.1/debian/rules mate-notification-daemon-1.8.1/debian/rules --- mate-notification-daemon-1.8.1/debian/rules 2014-10-23 13:14:59.000000000 +0200 +++ mate-notification-daemon-1.8.1/debian/rules 2014-12-12 11:11:10.000000000 +0100 @@ -17,7 +17,7 @@ NOCONFIGURE=1 ./autogen.sh dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ - --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-notification-daemon/ + --libexecdir=/usr/lib/mate-notification-daemon/ override_dh_strip: dh_strip --dbg-package=mate-notification-daemon-dbg