Hi, would the following do the trick: diff --git a/debian/changelog b/debian/changelog index a8c564aa0..54ad7ab6f 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 <jpu...@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 762a0b247..9e0a12fa9 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 ? I must admit I don't get why you want to move things around like this... Cheers, JP