* debian/changelog: Version 0.3.1-1.
* Mention upstream source and license in copyright file.
* Add build-Depends for debhelper and libwrap0-dev.
+2001-02-26 Chip Salzenberg <chip@valinux.com>
+
+ * debian/changelog: Version 0.3.1-1.
+ * Mention upstream source and license in copyright file.
+ * Add build-Depends for debhelper and libwrap0-dev.
+
2001-02-20 Lon Hohberger <hohberger@missioncriticallinux.com>
* etc/nodist/nfs-server: Changed chkconfig line to 60 20
* configure.in (VERSION): Set to "0.3.1".
* configure: Regenerated.
- * nfs-utils.spec: Likewise.
+o * nfs-utils.spec: Likewise.
* README: Updated for 0.3.1.
+nfs-utils (1:0.3.1-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Incorporate (but not all) Bug Party changes by David LaBissoniere
+ <labiss@usit.net>:
+ > Mention upstream source and license in copyright file. (closes: #79997)
+ > Add Build-Depends for debhelper and libwrap0-dev. (closes: #84131)
+
+ -- Chip Salzenberg <chip@debian.org> Mon, 26 Feb 2001 16:51:15 -0800
+
nfs-utils (1:0.3-2) unstable; urgency=low
* Upstream:
Priority: standard
Section: net
Maintainer: Chip Salzenberg <chip@debian.org>
+Build-Depends: debhelper, libwrap0-dev
Standards-Version: 3.1.1.1
Package: nfs-kernel-server
-The copyright of this package is GPL, version 2 or later.
+This package was debianized by Chip Salzenberg <chip@debian.org> on Fri, 3 Dec 1999 20:00:00 -0800
+
+It was downloaded from http://sourceforge.net/projects/nfs/
+
+View individual source files for respective authors.
+
+
+You are free to distribute this software under the terms of
+the GNU General Public License, version 2 or later.
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file /usr/share/common-licenses/GPL.
dh_movefiles
# Fixups Start Here #
cd debian && \
- for f in rpc.lockd rpc.statd showmount; do \
- mv tmp/usr/sbin/$$f nfs-common/sbin/$$f; \
+ for f in lockd statd showmount; do \
+ mv tmp/usr/sbin/*$$f nfs-common/sbin; \
+ perl -pi -e "s#/usr(/sbin/(rpc\\.)?$$f)#\$$1#g" \
+ nfs-common/usr/share/man/man8/$$f.8; \
done; \
rm -f tmp/usr/sbin/*quota*; \
rm -f tmp/usr/share/man/man8/*quota*; \