summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-26 23:50:03 +0000
committerneilbrown <neilbrown>2006-03-26 23:50:03 +0000
commit8c6856695f2cd31b96b72ee4412c36f72a333e0c (patch)
tree417f2819fc6f46cd60c9456ae4e4c72e1b90e294 /debian
parent4d2c12bf6a2ed8c7c782d676a6552f54301409d9 (diff)
downloadnfs-utils-8c6856695f2cd31b96b72ee4412c36f72a333e0c.tar.gz
nfs-utils-8c6856695f2cd31b96b72ee4412c36f72a333e0c.tar.xz
nfs-utils-8c6856695f2cd31b96b72ee4412c36f72a333e0c.zip
Update debian package information.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
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 <bfields@fieldses.org> 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 && \