Skip to content
Snippets Groups Projects
Commit 9aae32a4 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Debian: fix couple critical packaging bugs

* Bug#842086: tarantool-dev: removal of tarantool-dev makes files disappear
  from tarantool-lts-dev
* Bug#842073: tarantool-common: unowned symlink after purge
* Lintian warning about debian/compact version
parent cdf16ed4
No related branches found
No related tags found
No related merge requests found
tarantool (1.7.2.135.gcdf16ed-1) unstable; urgency=medium
* Fix unowned symlink on example.lua after purge. Closes: #842073.
* Add conflict on tarantool-lts-dev. Closes: #842086.
* Bump debhelper compact version as suggested by lintian.
-- Roman Tsisyk <roman@tarantool.org> Wed, 26 Oct 2016 14:12:52 +0300
tarantool (1.7.2.29.g2ad1af9-1) unstable; urgency=medium
* Drop conflicts with tarantool-lts and tarantool-common-lts.
......
8
9
......@@ -27,6 +27,8 @@ Package: tarantool-common
Architecture: all
Priority: optional
Conflicts: tarantool-common (<< 1.5.3),
tarantool-lts-common,
tarantool-lts-dev,
tarantool-lts-modules,
tarantool-lts-client,
tarantool-lts-postgresql-module,
......@@ -59,6 +61,7 @@ Conflicts: tarantool-lts-common,
tarantool-lts-modules,
tarantool-lts-postgresql-module,
tarantool-lts-mysql-module,
tarantool-lts-dev,
tarantool-lts-client,
tarantool-dbg (<< 1.5.2),
tarantool-common (<< 1.6~),
......@@ -94,6 +97,7 @@ Conflicts: tarantool-lts-common,
tarantool-lts-postgresql-module,
tarantool-lts-mysql-module,
tarantool-lts-client,
tarantool-lts-dev,
tarantool-dbg (<< 1.5.2),
tarantool-common (<< 1.6~),
tarantool-client (<< 1.6~),
......
......@@ -5,6 +5,7 @@ set -e
case "$1" in
purge)
rm -fr \
/etc/tarantool \
/var/log/tarantool \
/var/run/tarantool \
/var/lib/tarantool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment