From 6a91b06a94ed3e58d5c40f474685943692df63c2 Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Mon, 20 Jul 2015 10:34:42 +1000 Subject: [PATCH] Link rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages These scripts don't do anything more than wrap {gdb,lldb} - and should support all the same command line flags, etc. --- debian/changelog | 5 ++++- debian/rust-gdb.links | 1 + debian/rust-lldb.links | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 debian/rust-gdb.links create mode 100644 debian/rust-lldb.links diff --git a/debian/changelog b/debian/changelog index b379b63efc..83cb227302 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ rustc (1.1.0+dfsg1-2) UNRELEASED; urgency=low [ Angus Lees ] * Replace remote Rust logo with local file in HTML docs. + * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages. + Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't + exist yet (#792908). - -- Angus Lees Mon, 20 Jul 2015 00:13:02 +1000 + -- Angus Lees Mon, 20 Jul 2015 11:15:44 +1000 rustc (1.1.0+dfsg1-1) unstable; urgency=low diff --git a/debian/rust-gdb.links b/debian/rust-gdb.links new file mode 100644 index 0000000000..51b82a4b7c --- /dev/null +++ b/debian/rust-gdb.links @@ -0,0 +1 @@ +usr/share/man/man1/gdb.1.gz usr/share/man/man1/rust-gdb.1.gz diff --git a/debian/rust-lldb.links b/debian/rust-lldb.links new file mode 100644 index 0000000000..7be2d796e3 --- /dev/null +++ b/debian/rust-lldb.links @@ -0,0 +1 @@ +usr/share/man/man1/lldb.1.gz usr/share/man/man1/rust-lldb.1.gz -- 2.39.5