Skip to content

Commit

Permalink
Package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed Sep 14, 2022
1 parent 03721d4 commit daed756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ libentity0 (1.1.9) unstable; urgency=medium

* Update to the deployment process

-- Dan <dan@dodeca> Tue, 11 May 2021 22:23:02 +0100
-- Dan <dan@emergent-design.co.uk> Tue, 11 May 2021 22:23:02 +0100

libentity0 (1.1.8) unstable; urgency=medium

* Switch to using earthly for the builds

-- Dan <dan@dodeca> Wed, 05 May 2021 15:41:23 +0100
-- Dan <dan@emergent-design.co.uk> Wed, 05 May 2021 15:41:23 +0100

libentity0 (1.1.7) unstable; urgency=medium

Expand Down Expand Up @@ -46,13 +46,13 @@ libentity0 (1.1.3) unstable; urgency=medium

* Fix issue with std::stod handling very small doubles.

-- Dan <dan@kryten> Wed, 01 May 2019 10:51:40 +0100
-- Dan <dan@emergent-design.co.uk> 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 <dan@kryten> Sat, 07 Jul 2018 06:32:41 +0100
-- Dan <dan@emergent-design.co.uk> Sat, 07 Jul 2018 06:32:41 +0100

libentity0 (1.1.1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion packages/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/update
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ VERSION[2]=`expr ${VERSION[2]} + 1`

echo "${VERSION[*]}" > version

dch -v "${VERSION[*]}" --distribution=unstable
dch -Mv "${VERSION[*]}" --distribution=unstable

0 comments on commit daed756

Please sign in to comment.