diff -Nru rhythmbox-plugin-alternative-toolbar-0.16.3/debian/changelog rhythmbox-plugin-alternative-toolbar-0.16.3/debian/changelog --- rhythmbox-plugin-alternative-toolbar-0.16.3/debian/changelog 2016-01-18 20:01:03.000000000 +0000 +++ rhythmbox-plugin-alternative-toolbar-0.16.3/debian/changelog 2016-01-18 20:36:41.000000000 +0000 @@ -1,3 +1,9 @@ +rhythmbox-plugin-alternative-toolbar (0.16.3-1ubuntu3) trusty; urgency=medium + + * rename postinstall postinst and fix lintian errors + + -- fossfreedom Mon, 18 Jan 2016 20:35:52 +0000 + rhythmbox-plugin-alternative-toolbar (0.16.3-1ubuntu2) trusty; urgency=medium * New upstream release. (Closes: #811263) @@ -7,10 +13,12 @@ - add GIT ChangeLog (v0.15.0 to v0.16.3) * Packaging changes: - byte-compilation on install to speed up plugin load - - python3-gi build-dependency to resolve build failure on some Debian derivatives - - build dependency versions updated to target Jessie and similar Debian derivatives + - python3-gi build-dependency to resolve build failure on some + Debian derivatives + - build dependency versions updated to target Jessie and similar + Debian derivatives - -- fossfreedom Sun, 17 Jan 2016 10:57:33 +0000 + -- fossfreedom Mon, 18 Jan 2016 20:00:33 +0000 rhythmbox-plugin-alternative-toolbar (0.16.3-1ubuntu1) trusty; urgency=medium diff -Nru rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinst rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinst --- rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinst 1970-01-01 00:00:00.000000000 +0000 +++ rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinst 2016-01-18 20:30:43.000000000 +0000 @@ -0,0 +1,5 @@ +#DEBHELPER# + +python3 -m compileall /usr/lib/rhythmbox/plugins/alternative-toolbar/ > /dev/null 2>&1 + +exit 0 diff -Nru rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinstall rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinstall --- rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinstall 2016-01-18 19:58:12.000000000 +0000 +++ rhythmbox-plugin-alternative-toolbar-0.16.3/debian/postinstall 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -#DEBHELPER# - -python3 -m compileall /usr/lib/rhythmbox/plugins/alternative-toolbar/ > /dev/null 2>&1 - -exit 0