diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-30 12:35:39 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-30 12:35:39 -0400 |
commit | 60f1a9227f1e22a33480c54db28db5816b6e6428 (patch) | |
tree | 0497a94ebda927eb0ace48e52eb4bf04178549e8 | |
parent | 4c6b43ea856d8923b8797b2974524d0e51dbcf07 (diff) |
add debian/dirs to make sure that /var/lib/leap_mx is created (#3622)
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/dirs | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0e06742..93427c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +leap-mx (0.3.1.4) unstable; urgency=low + + * add debian/dirs to make sure that /var/lib/leap_mx is created (#3622) + + -- Micah Anderson <micah@debian.org> Fri, 30 Aug 2013 12:34:50 -0400 + leap-mx (0.3.1.3) unstable; urgency=low * Pull in fix to couchdb saving diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..eb81abe --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +var/lib/leap_mx |