dh-linktree 0.4 source package in Ubuntu
Changelog
dh-linktree (0.4) unstable; urgency=low * Replace "—" with ":" in POD to avoid build failure due to undeclared UTF8 usage. Closes: #724048, #724139 * Update Standards-Version to 3.9.4. * Bump debhelper compat level to 9. -- Raphaël Hertzog <email address hidden> Mon, 23 Sep 2013 09:12: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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel | |
Trusty | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-linktree_0.4.dsc | 1.6 KiB | 49ac69f83aa0ffe884ec6c9874204517cd1cbd33a326ab62840f3148dab38692 |
dh-linktree_0.4.tar.gz | 5.8 KiB | d885eb6e8a8fa8650bfd685d9f12e2b5b21216035b4cb94f0a2a86edfb8442dd |
Available diffs
- diff from 0.3 to 0.4 (914 bytes)
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.