Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please consider unblocking a minor follow-up fix for package mate-desktop The DH call until mate-desktop 1.16.2-1 has been missing the "--with gir" option. The proposed next upload of mate-desktop will fix that. A .debdiff has been attached. unblock mate-desktop/1.16.2-2 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru mate-desktop-1.16.2/debian/changelog mate-desktop-1.16.2/debian/changelog --- mate-desktop-1.16.2/debian/changelog 2017-04-28 22:28:53.000000000 +0200 +++ mate-desktop-1.16.2/debian/changelog 2017-06-03 16:14:34.000000000 +0200 @@ -1,3 +1,11 @@ +mate-desktop (1.16.2-2) unstable; urgency=medium + + * debian/rules: + + Add --with gir to DH options. Fixes missing dependencies in + gir1.2-mate-desktop. (Closes: #862172). + + -- Mike Gabriel <sunwea...@debian.org> Sat, 03 Jun 2017 16:14:34 +0200 + mate-desktop (1.16.2-1) unstable; urgency=medium * New upstream release. diff -Nru mate-desktop-1.16.2/debian/rules mate-desktop-1.16.2/debian/rules --- mate-desktop-1.16.2/debian/rules 2016-09-30 09:46:02.000000000 +0200 +++ mate-desktop-1.16.2/debian/rules 2017-06-03 16:12:32.000000000 +0200 @@ -7,7 +7,7 @@ include /usr/share/dpkg/buildflags.mk %: - dh $@ $(DHFLAGS) --with python2 + dh $@ $(DHFLAGS) --with gir,python2 override_dh_install: rm -f debian/tmp/usr/lib/*/*.la