Source: cairo-dock-plug-ins Version: 3.4.0-1.3 Followup-For: Bug #808502 Dear Maintainer,
Apologies, my fix in 3.4.0-1.3 was incomplete. Attached going to DELAYED/5. -- System Information: Debian Release: jessie/sid APT prefers wily-updates APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), (100, 'wily-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-22-generic (SMP w/12 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru cairo-dock-plug-ins-3.4.0/debian/changelog cairo-dock-plug-ins-3.4.0/debian/changelog --- cairo-dock-plug-ins-3.4.0/debian/changelog 2015-12-21 09:51:42.000000000 +0000 +++ cairo-dock-plug-ins-3.4.0/debian/changelog 2015-12-22 18:13:54.000000000 +0000 @@ -1,3 +1,12 @@ +cairo-dock-plug-ins (3.4.0-1.4) unstable; urgency=medium + + * Non-maintainer upload. + * The architectures list is in two places? Of course it is. Make the + rule conditional upon the existence of a file only installed if + on a Mono platform, so it only needs maintaining in one place. + + -- Jo Shields <direct...@apebox.org> Tue, 22 Dec 2015 18:12:32 +0000 + cairo-dock-plug-ins (3.4.0-1.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru cairo-dock-plug-ins-3.4.0/debian/rules cairo-dock-plug-ins-3.4.0/debian/rules --- cairo-dock-plug-ins-3.4.0/debian/rules 2014-10-23 06:26:55.000000000 +0100 +++ cairo-dock-plug-ins-3.4.0/debian/rules 2015-12-22 18:12:22.000000000 +0000 @@ -17,11 +17,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk -CLI_ARCH=zamd64z zarmelz zi386z zkfreebsd-i386z \ - zkfreebsd-amd64z zpowerpcz zs390xz - common-binary-predeb-arch:: -ifneq (,$(findstring z$(DEB_HOST_ARCH)z, $(CLI_ARCH))) - dh_clifixperms - dh_clideps -d -endif + if [ -e /usr/share/mono/mono-archs.make ] ; then \ + dh_clifixperms ; \ + dh_clideps -d ; \ + fi