dh-linktree 0.3 source package in Ubuntu

Changelog

dh-linktree (0.3) unstable; urgency=low


  * Use File::Spec->canonpath() to standardize the paths given on input.
    Closes: #673048
  * Greatly expand the explanations in the manual page to cover:
    - the main use case
    - the rationale behind the usage of symlink trees
    - the type of dependencies which are generated
    - the most common failure
  * Update Standards-Version to 3.9.3 (no change).

 -- Raphaël Hertzog <email address hidden>  Fri, 08 Jun 2012 09:44:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dh-linktree_0.3.dsc 1.6 KiB 967ed28dc9f2d05e2fed580f0499a286c8ac3d2aea36590e9a5a53ea84e4727f
dh-linktree_0.3.tar.gz 5.7 KiB 17f712c2df5dd782d15d976d939997cc05d871a351045bff648b08c202acad3a

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
 unconditionnaly 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.