diff --git a/packages/debian/changelog b/packages/debian/changelog index b754d26..e5f5861 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -9,13 +9,13 @@ libentity0 (1.1.9) unstable; urgency=medium * Update to the deployment process - -- Dan Tue, 11 May 2021 22:23:02 +0100 + -- Dan Tue, 11 May 2021 22:23:02 +0100 libentity0 (1.1.8) unstable; urgency=medium * Switch to using earthly for the builds - -- Dan Wed, 05 May 2021 15:41:23 +0100 + -- Dan Wed, 05 May 2021 15:41:23 +0100 libentity0 (1.1.7) unstable; urgency=medium @@ -46,13 +46,13 @@ libentity0 (1.1.3) unstable; urgency=medium * Fix issue with std::stod handling very small doubles. - -- Dan Wed, 01 May 2019 10:51:40 +0100 + -- Dan Wed, 01 May 2019 10:51:40 +0100 libentity0 (1.1.2) unstable; urgency=medium * Fixed issue with default values in objects and arrays. - -- Dan Sat, 07 Jul 2018 06:32:41 +0100 + -- Dan Sat, 07 Jul 2018 06:32:41 +0100 libentity0 (1.1.1) unstable; urgency=medium diff --git a/packages/debian/control b/packages/debian/control index ce01778..d5d65ee 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -8,5 +8,5 @@ Package: libentity-dev Section: libdevel Architecture: all Description: Development headers for libentity - Provides a C++11 libray for directly serialising/deserialising + Provides a C++11 library for directly serialising/deserialising classes or structs to formats such as JSON. diff --git a/packages/update b/packages/update index 28d60ee..41ad1f1 100755 --- a/packages/update +++ b/packages/update @@ -6,4 +6,4 @@ VERSION[2]=`expr ${VERSION[2]} + 1` echo "${VERSION[*]}" > version -dch -v "${VERSION[*]}" --distribution=unstable +dch -Mv "${VERSION[*]}" --distribution=unstable