From 8c6856695f2cd31b96b72ee4412c36f72a333e0c Mon Sep 17 00:00:00 2001 From: neilbrown Date: Sun, 26 Mar 2006 23:50:03 +0000 Subject: [PATCH] Update debian package information. --- ChangeLog | 3 +++ debian/changelog | 7 +++++++ debian/rules | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29fce5f..baf12d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-03-27 Kevin Coffman + Update debian package information. + 2006-03-27 Kevin Coffman Install /var/lib/nfs files using DESTDIR and add rpcsec headers to distribution diff --git a/debian/changelog b/debian/changelog index 9128b99..0102d2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nfs-utils (1:1.0.8-rc1-1) unstable; urgency=low + + * new "upstream" + * update debian/rules for upstream switch to autotools + + -- J. Bruce Fields Tue, 20 Dec 2005 13:58:34 -0500 + nfs-utils (1:1.0.7-2) unstable; urgency=low * Orphaning package. diff --git a/debian/rules b/debian/rules index 74fec5f..a8e6885 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ binary-arch: build dh_installdirs dh_install # Add here commands to install the files into debian/tmp - $(MAKE) install_prefix='$(DEBTMP)' install + $(MAKE) DESTDIR='$(DEBTMP)' install dh_movefiles # Fixups Start Here # cd debian && \ -- 2.39.2