diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-11-29 18:44:29 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-11-29 18:44:29 +0000 |
commit | 1f2eaff8862f2d0a1869438c99af7f254837925c (patch) | |
tree | 00400ad1f68eabb007cd660bb9ec65816a71948a /debian/rules | |
parent | dd99a2329cca669bc1b21493a6242b3ada2038a5 (diff) | |
download | ntp-1f2eaff8862f2d0a1869438c99af7f254837925c.tar.gz |
Explicitly disable building ntpsnmpd and remove man page (closes:
#608542; see also #622819)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@342 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8f4cd32..5a3d079 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ endif --disable-debugging --sysconfdir=/var/lib/ntp \ --with-sntp=no \ --with-lineeditlibs=edit \ + --without-ntpsnmpd \ --disable-local-libopts \ --enable-ntp-signd \ --disable-dependency-tracking @@ -66,8 +67,8 @@ install: build-stamp install -D -m 0644 debian/ntp.conf debian/ntp/etc/ntp.conf - # remove upstream man pages, which are currently not as nice as ours - rm $(addprefix debian/ntp/usr/share/man/man1/,ntpd.1 ntpdc.1 ntp-keygen.1 ntpq.1) + # remove upstream man pages, which are currently not as nice as ours / ntpsnmpd we don't want + rm $(addprefix debian/ntp/usr/share/man/man1/,ntpd.1 ntpdc.1 ntp-keygen.1 ntpq.1 ntpsnmpd.1) dh_movefiles --sourcedir=debian/ntp |