dh-linktree 0.6 source package in Ubuntu

Changelog

dh-linktree (0.6) unstable; urgency=medium

  * Bump Standards-Version to 4.1.3.
  * Switch to debhelper compat level 11.
  * Move git repository to salsa.debian.org.

 -- Raphaël Hertzog <email address hidden>  Tue, 06 Feb 2018 10:47:13 +0100

Upload details

Uploaded by:
Raphaël Hertzog
Uploaded to:
Sid
Original maintainer:
Raphaël Hertzog
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-linktree_0.6.dsc 1.2 KiB f0ef25f86bd5f12a4d81d43a04ea2ed3914e7e34699f8f4fe55837724c95fc2e
dh-linktree_0.6.tar.xz 5.8 KiB 264604060e3f73295bf9a56e0e2e5a96f45e1e49bf95e132fc050250eb73eec1

Available diffs

No changes file available.

Binary packages built by this source

dh-linktree: Create symlink trees within a Debian package

 Many developers bundle PHP or JavaScript libraries in the software that
 they provide. The Debian packager must then replace those "embedded copies"
 with symlinks to the packaged copy of those files. This operation is not
 without risks. A version mismatch can be the source of bugs that are hard to
 track.
 .
 dh_linktree is a tool that can assist you in this task. It can either
 unconditionally install a symlink tree of a given directory at the place
 of your choice, or it can only replace existing files with symlinks, or it
 can only replace existing identical files with symlinks.