diff -Nru libmatemixer-1.18.0/debian/changelog libmatemixer-1.18.0/debian/changelog --- libmatemixer-1.18.0/debian/changelog 2017-03-16 08:29:41.000000000 +0000 +++ libmatemixer-1.18.0/debian/changelog 2017-08-03 13:13:06.000000000 +0000 @@ -1,20 +1,34 @@ -libmatemixer (1.18.0-0ubuntu1~16.04.york0) xenial; urgency=medium +libmatemixer (1.18.0-1~16.04.york0) xenial; urgency=medium * No-change backport to xenial - -- Jonathon Fernyhough Thu, 16 Mar 2017 08:29:41 +0000 + -- Jonathon Fernyhough Thu, 03 Aug 2017 14:13:06 +0100 -libmatemixer (1.18.0-0ubuntu1) zesty; urgency=medium +libmatemixer (1.18.0-1) unstable; urgency=medium + [ Aron Xu ] * New upstream release. - -- Martin Wimpress Mon, 13 Mar 2017 18:12:37 +0000 - -libmatemixer (1.17.0-0ubuntu1) zesty; urgency=medium + [ Martin Wimpress ] + * debian/control: Dependencies updated for MATE 1.17. + * debian/control: Dependencies updated for MATE 1.18. + [ Vangelis Mouhtsis ] * New upstream release. + * debian/compat: + + Update compat version. + * debian/control: + + Bump debhelper version to (>= 10). + * debian/rules: + + Add new block for override_dh_missing. + + [ Mike Gabriel ] + * debian/control: + + Bump Standards-Version: to 4.0.0. No changes needed. + * debian/rules: + + Disable autoreconf, handled by autogen.sh. - -- Martin Wimpress Thu, 12 Jan 2017 15:03:52 +0000 + -- Mike Gabriel Sat, 08 Jul 2017 23:51:51 +0200 libmatemixer (1.16.0-2) unstable; urgency=medium diff -Nru libmatemixer-1.18.0/debian/compat libmatemixer-1.18.0/debian/compat --- libmatemixer-1.18.0/debian/compat 2017-03-13 17:49:31.000000000 +0000 +++ libmatemixer-1.18.0/debian/compat 2017-07-07 22:32:49.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libmatemixer-1.18.0/debian/control libmatemixer-1.18.0/debian/control --- libmatemixer-1.18.0/debian/control 2017-03-13 18:22:11.000000000 +0000 +++ libmatemixer-1.18.0/debian/control 2017-07-08 21:42:11.000000000 +0000 @@ -7,13 +7,13 @@ Mike Gabriel , Vangelis Mouhtsis , Martin Wimpress , -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10.3~), dpkg-dev (>= 1.16.1.1), libasound2-dev, libglib2.0-dev, libpulse-dev, mate-common (>= 1.18), -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: http://www.mate-desktop.org/ Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/libmatemixer.git Vcs-Git: https://anonscm.debian.org/git/pkg-mate/libmatemixer.git diff -Nru libmatemixer-1.18.0/debian/rules libmatemixer-1.18.0/debian/rules --- libmatemixer-1.18.0/debian/rules 2017-03-13 17:49:31.000000000 +0000 +++ libmatemixer-1.18.0/debian/rules 2017-07-08 21:51:51.000000000 +0000 @@ -9,12 +9,15 @@ include /usr/share/dpkg/buildflags.mk %: - dh $@ $(DHFLAGS) + dh $@ $(DHFLAGS) --without autoreconf + +override_dh_missing: + dh_missing --fail-missing override_dh_install: rm -rfv debian/tmp/usr/lib/*/*.la rm -rfv debian/tmp/usr/lib/*/*/*.la - dh_install --fail-missing + dh_install override_dh_auto_configure: NOCONFIGURE=1 ./autogen.sh