diff -Nru ceilometer-2014.1~b3/debian/changelog ceilometer-2014.1~b3/debian/changelog --- ceilometer-2014.1~b3/debian/changelog 2014-03-06 19:44:32.000000000 +0000 +++ ceilometer-2014.1~b3/debian/changelog 2014-03-13 16:52:09.000000000 +0000 @@ -1,3 +1,10 @@ +ceilometer (2014.1~b3-0ubuntu2) trusty; urgency=medium + + * d/p/default-dbconnection-sqlite.patch: Fix default sqlite connection URL. + * d/control: Fixup typo in notification agent description (LP: #1267127). + + -- James Page Thu, 13 Mar 2014 16:51:52 +0000 + ceilometer (2014.1~b3-0ubuntu1) trusty; urgency=medium * New upstream release. diff -Nru ceilometer-2014.1~b3/debian/control ceilometer-2014.1~b3/debian/control --- ceilometer-2014.1~b3/debian/control 2014-03-06 19:44:32.000000000 +0000 +++ ceilometer-2014.1~b3/debian/control 2014-03-13 16:52:09.000000000 +0000 @@ -210,7 +210,7 @@ . (A ceilometer is an instrument that measures cloud coverage.) . - This package contains the notificaiton agent. + This package contains the notificaton agent. Package: ceilometer-alarm-evaluator Architecture: all diff -Nru ceilometer-2014.1~b3/debian/patches/default-dbconnection-sqlite.patch ceilometer-2014.1~b3/debian/patches/default-dbconnection-sqlite.patch --- ceilometer-2014.1~b3/debian/patches/default-dbconnection-sqlite.patch 2014-03-06 19:44:32.000000000 +0000 +++ ceilometer-2014.1~b3/debian/patches/default-dbconnection-sqlite.patch 2014-03-13 16:52:09.000000000 +0000 @@ -34,7 +34,7 @@ # Deprecated group/name - [DATABASE]/sql_connection # Deprecated group/name - [sql]/connection -#connection=sqlite:////ceilometer/openstack/common/db/$sqlite_db -+connection=sqlite:sqlite:////var/lib/ceilometer/$sqlite_db ++connection=sqlite:////var/lib/ceilometer/$sqlite_db + # The SQLAlchemy connection string used to connect to the