Use rust.manpages

This commit is contained in:
Sylvestre Ledru 2015-01-21 13:16:28 +01:00
parent a517db80df
commit 5294c94c0b
3 changed files with 4 additions and 2 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ rust (1.0.0~0alpha-0.1) unstable; urgency=low
* Force the verbose mode during the build
* Add a TODO list
* Enable the testsuite
* Use rust.manpages
-- Jordan Justen <jordan.l.justen@intel.com> Mon, 12 Jan 2015 00:35:31 -0800

2
debian/rules vendored
View File

@ -71,9 +71,7 @@ override_dh_auto_install:
dh_auto_install
dh_link $(RUST_PREFIX)/bin/rustc usr/bin/rustc-$(DEBIAN_RUST_VERSION)
dh_link usr/bin/rustc-$(DEBIAN_RUST_VERSION) usr/bin/rustc
dh_link usr/share/man/man1/rustc.1 usr/share/man/man1/rustc-$(DEBIAN_RUST_VERSION).1
dh_link $(RUST_PREFIX)/bin/rustdoc usr/bin/rustdoc-$(DEBIAN_RUST_VERSION)
dh_link usr/bin/rustdoc-$(DEBIAN_RUST_VERSION) usr/bin/rustdoc
dh_link usr/share/man/man1/rustdoc.1 usr/share/man/man1/rustdoc-$(DEBIAN_RUST_VERSION).1
dh_link $(RUST_PREFIX)/bin/rust-gdb usr/bin/rust-gdb-$(DEBIAN_RUST_VERSION)
dh_link usr/bin/rust-gdb-$(DEBIAN_RUST_VERSION) usr/bin/rust-gdb

3
debian/rust.manpages vendored Normal file
View File

@ -0,0 +1,3 @@
debian/tmp/usr/share/man/man1/rustc.1
debian/tmp/usr/share/man/man1/rustdoc.1