summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-10-05 05:01:59 +0200
committerGuillem Jover <guillem@debian.org>2019-11-26 02:42:44 +0100
commit7100870cbd2e90f994f3e812bd12e85b814a1af5 (patch)
tree01b8ef63e5ad9a89488b2614616a515c067b3f44 /debian
parent6115b4d35c8c927e42e4d51c82d023a5049c3c6c (diff)
downloaddpkg-7100870cbd2e90f994f3e812bd12e85b814a1af5.tar.gz
man: Move template symbol documentation into new deb-src-symbols(5)
Having the template symbols file format described in the dpkg-gensymbols has been a continuous source of confusion for users, and makes discovering it more difficult. Move it to its own man page, and link to it from the various relevant man pages.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a2ade4b79..f6f70357e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
- man: Globally adjust left and disable hyphenation.
- man: Split dselect(1) --color from --colour option items.
- man: Describe the SONAME formats supported in deb-shlibs(5).
+ - man: Move template symbol documentation into new deb-src-symbols(5).
* Code internals:
- Dpkg::Source::Package: Refactor original tarball handling.
- perl: Use File::Copy instead of spawning mv/cp commands.