From 6ec246a02e7c1009d6056c9e6bc364d99b51bbe7 Mon Sep 17 00:00:00 2001 From: Julien Puydt <jpuydt@debian.org> Date: Mon, 12 Aug 2019 09:11:30 +0200 Subject: [PATCH] Move tslib to /usr/share (Closes: #933077) --- debian/changelog | 6 ++++++ debian/links | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a8c564aa07..54ad7ab6fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +node-typescript (3.5.3-3) UNRELEASED; urgency=medium + + * Move tslib to /usr/share (Closes: #933077). + + -- Julien Puydt <jpuydt@debian.org> Mon, 12 Aug 2019 09:10:30 +0200 + node-typescript (3.5.3-2) unstable; urgency=medium * Correct d/copyright (following upstream #11469). diff --git a/debian/links b/debian/links index 762a0b2474..9e0a12fa9c 100644 --- a/debian/links +++ b/debian/links @@ -1,2 +1,2 @@ usr/lib/nodejs/typescript/bin/tsc usr/bin/tsc -usr/lib/nodejs/typescript/lib usr/lib/nodejs/tslib +usr/lib/nodejs/typescript/lib usr/share/nodejs/tslib -- GitLab