diff -Nru gnocchi-4.3.2/debian/changelog gnocchi-4.3.2/debian/changelog --- gnocchi-4.3.2/debian/changelog 2018-11-19 19:04:10.000000000 +0000 +++ gnocchi-4.3.2/debian/changelog 2018-11-20 10:40:20.000000000 +0000 @@ -1,8 +1,14 @@ -gnocchi (4.3.2-0ubuntu1~cloud0) bionic-stein; urgency=medium +gnocchi (4.3.2-0ubuntu2~cloud0) bionic-stein; urgency=medium - * New upstream release for the Ubuntu Cloud Archive. + * New update for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Mon, 19 Nov 2018 19:04:10 +0000 + -- Openstack Ubuntu Testing Bot Tue, 20 Nov 2018 10:40:20 +0000 + +gnocchi (4.3.2-0ubuntu2) disco; urgency=medium + + * d/rules: Don't shift binary names to have python3- prefix. + + -- James Page Tue, 20 Nov 2018 09:31:15 +0000 gnocchi (4.3.2-0ubuntu1) disco; urgency=medium diff -Nru gnocchi-4.3.2/debian/rules gnocchi-4.3.2/debian/rules --- gnocchi-4.3.2/debian/rules 2018-11-19 17:34:23.000000000 +0000 +++ gnocchi-4.3.2/debian/rules 2018-11-20 09:31:15.000000000 +0000 @@ -21,13 +21,6 @@ /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_postrm gnocchi-common.postrm pkgos-merge-templates gnocchi-api gnocchi endpoint pkgos-merge-templates gnocchi-common gnocchi db ksat - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-api $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-api - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-change-sack-size $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-change-sack-size - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-config-generator $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-config-generator - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-injector $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-injector - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-metricd $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-metricd - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-statsd $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-statsd - mv $(CURDIR)/debian/python3-gnocchi/usr/bin/gnocchi-upgrade $(CURDIR)/debian/python3-gnocchi/usr/bin/python3-gnocchi-upgrade # NOTE(jamespage): # Skip any test execution as all tests are functional tests in gnocchi @@ -47,11 +40,3 @@ override_dh_python3: dh_python3 --shebang=/usr/bin/python3 - -# Commands not to run -override_dh_installcatalogs: -override_dh_installemacsen override_dh_installifupdown: -override_dh_installinfo override_dh_installmenu override_dh_installmime: -override_dh_installmodules override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm: -override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal: -override_dh_installgsettings: