diff -Nru mate-menus-1.18.0/debian/changelog mate-menus-1.18.0/debian/changelog --- mate-menus-1.18.0/debian/changelog 2017-03-16 08:29:58.000000000 +0000 +++ mate-menus-1.18.0/debian/changelog 2017-08-23 01:06:33.000000000 +0000 @@ -1,26 +1,49 @@ -mate-menus (1.18.0-0ubuntu1~16.04.york0) xenial; urgency=medium +mate-menus (1.18.0-2~16.04.york0) xenial; urgency=medium * No-change backport to xenial - -- Jonathon Fernyhough Thu, 16 Mar 2017 08:29:58 +0000 + -- Jonathon Fernyhough Wed, 23 Aug 2017 02:06:33 +0100 -mate-menus (1.18.0-0ubuntu1) zesty; urgency=medium +mate-menus (1.18.0-2) unstable; urgency=medium - * New upstream release. + * debian/control: + + White-space fix. + + Drop P: libmate-menu2 -> libmatemenu, libmate-menu-dev -> libmatemenu-dev. + (Closes: #868213). - -- Martin Wimpress Mon, 13 Mar 2017 18:12:38 +0000 + -- Mike Gabriel Tue, 22 Aug 2017 21:23:11 +0200 -mate-menus (1.17.0-0ubuntu2) zesty; urgency=medium +mate-menus (1.18.0-1) unstable; urgency=medium - * debian/rules: Enable dh_girespository helper. + [ Martin Wimpress ] + * debian/control: Dependencies updated for MATE 1.17. + * debian/control: Dependencies updated for MATE 1.18. - -- Martin Wimpress Thu, 19 Jan 2017 21:37:51 +0000 + [ Aron Xu ] + * New upstream release. -mate-menus (1.17.0-0ubuntu1) zesty; urgency=medium + [ Vangelis Mouhtsis ] + * debian/compat: + + Update compat version. + * debian/control: + + Bump debhelper version to (>= 10.3~). + * debian/rules: + + Add new block for override_dh_missing. + * debian/control: + + Bump Standards-Version: to 4.0.0. No changes needed. + + [ Mike Gabriel ] + * debian/rules: + + Disable autoreconf, handled by autogen.sh. - * New upstream release. + -- Mike Gabriel Tue, 25 Jul 2017 10:34:55 +0200 + +mate-menus (1.16.0-2) unstable; urgency=medium + + [ Martin Wimpress ] + * debian/rules: Enable dh_girespository helper. - -- Martin Wimpress Thu, 12 Jan 2017 15:03:52 +0000 + -- Mike Gabriel Tue, 24 Jan 2017 20:24:02 +0100 mate-menus (1.16.0-1) unstable; urgency=medium diff -Nru mate-menus-1.18.0/debian/compat mate-menus-1.18.0/debian/compat --- mate-menus-1.18.0/debian/compat 2017-03-13 17:52:03.000000000 +0000 +++ mate-menus-1.18.0/debian/compat 2017-07-25 08:34:13.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru mate-menus-1.18.0/debian/control mate-menus-1.18.0/debian/control --- mate-menus-1.18.0/debian/control 2017-03-13 18:22:15.000000000 +0000 +++ mate-menus-1.18.0/debian/control 2017-08-01 22:51:03.000000000 +0000 @@ -6,7 +6,7 @@ Stefano Karapetsas , Mike Gabriel , Vangelis Mouhtsis , -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10.3~), dh-python, dpkg-dev (>= 1.16.1.1), gobject-introspection, @@ -15,7 +15,7 @@ libglib2.0-dev, mate-common (>= 1.18), python-all-dev (>= 2.7), -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/mate-menus.git Vcs-Git: https://anonscm.debian.org/git/pkg-mate/mate-menus.git @@ -45,7 +45,6 @@ mate-menus (<= 1.0.2-1), Replaces: libmatemenu, mate-menus (<= 1.0.2-1), -Provides: libmatemenu, Description: implementation of the freedesktop menu specification for MATE (library) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: @@ -64,7 +63,6 @@ ${shlibs:Depends}, Breaks: libmatemenu-dev, Replaces: libmatemenu-dev, -Provides: libmatemenu-dev, Description: implementation of the freedesktop menu specification for MATE (development files) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: @@ -97,4 +95,4 @@ The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org. . - This package contains the Python bindings. \ No newline at end of file + This package contains the Python bindings. diff -Nru mate-menus-1.18.0/debian/rules mate-menus-1.18.0/debian/rules --- mate-menus-1.18.0/debian/rules 2017-03-13 17:52:03.000000000 +0000 +++ mate-menus-1.18.0/debian/rules 2017-07-25 10:22:40.000000000 +0000 @@ -12,7 +12,10 @@ include /usr/share/dpkg/buildflags.mk %: - dh $@ $(DHFLAGS) --with python2,gir + dh $@ $(DHFLAGS) --with python2,gir --without autoreconf + +override_dh_missing: + dh_missing --fail-missing override_dh_auto_configure: # upstream tarball is without configure. autogen.sh will create it @@ -25,7 +28,7 @@ rm -f debian/tmp/usr/lib/*/*.a rm -f debian/tmp/usr/lib/*/*/*.la rm -f debian/tmp/usr/lib/*/*/*.a - dh_install --fail-missing + dh_install override_dh_strip: dh_strip -p libmate-menu2 --dbgsym-migration='libmate-menu2-dbg (<< 1.14.0-2~)'