[pkg-ntp-maintainers] [pkg-ntp] 01/03: install sntp(1) manpage into sntp binary package

Bernhard Schmidt berni at moszumanska.debian.org
Thu Jun 1 14:15:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch experimental
in repository pkg-ntp.

commit 83fd9dd2bab2a453eb5d311bacd7913be897c9d7
Author: Bernhard Schmidt <berni at debian.org>
Date:   Thu Jun 1 15:30:06 2017 +0200

    install sntp(1) manpage into sntp binary package
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index a74d850..b3140e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,10 @@ override_dh_install:
 
 	dh_install --fail-missing
 
+	# move sntp manpage to sntp binary package
+	mkdir -p debian/sntp/usr/share/man/man1/
+	mv debian/ntp/usr/share/man/man1/sntp.1 debian/sntp/usr/share/man/man1/
+
 	rm -f debian/ntp-doc/usr/share/doc/ntp-doc/html/hints/solaris*
 
 override_dh_installinit:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ntp/pkg-ntp.git



More information about the pkg-ntp-maintainers mailing list