From 7df4be59851989329646fb6eefff8ae36721156e Mon Sep 17 00:00:00 2001 From: Anibal Monsalve Salazar Date: Sat, 4 Apr 2009 15:29:57 +1100 Subject: [PATCH] Imported Debian patch 1.1.5-2 --- debian/changelog | 8 ++++++ debian/control | 4 +-- debian/copyright | 43 +++++++++++++++++++++++++++++++++ debian/nfs-common.postrm | 2 ++ debian/nfs-common.prerm | 2 ++ debian/nfs-kernel-server.postrm | 2 ++ debian/nfs-kernel-server.prerm | 2 ++ 7 files changed, 61 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 27271f4..fa6dd01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nfs-utils (1:1.1.5-2) unstable; urgency=low + + * Standards version is 3.8.1 + * Set -x in nfs-{common,server}.{pre,post}rm scripts + * Add copyright notices + + -- Anibal Monsalve Salazar Sat, 04 Apr 2009 15:29:57 +1100 + nfs-utils (1:1.1.5-1) experimental; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 7062153..e6e855c 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Priority: standard Section: net Maintainer: Anibal Monsalve Salazar Uploaders: Steinar H. Gunderson , Daniel Baumann -Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev (>= 0.1-1), librpcsecgss-dev (>= 0.16-1), libblkid-dev, libkeyutils-dev, pkg-config, quilt (>= 0.40), libldap2-dev -Standards-Version: 3.8.0.1 +Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev, librpcsecgss-dev (>= 0.17), libblkid-dev, libkeyutils-dev, pkg-config, quilt (>= 0.40), libldap2-dev +Standards-Version: 3.8.1 Homepage: http://nfs.sourceforge.net/ Package: nfs-kernel-server diff --git a/debian/copyright b/debian/copyright index b011200..e4617c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,3 +9,46 @@ 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. + +Copyright 1990,1991 by the Massachusetts Institute of Technology. +Copyright 1993 Rick Sladkey +Copyright 1994 by OpenVision Technologies, Inc. +Copyright (C) 1984 Sun Microsystems, Inc. +Copyright (c) 1985, 1990 by Sun Microsystems, Inc. +Copyright (C) 1986 Sun Microsystems, Inc. +Copyright (C) 1987, Sun Microsytsems, Inc. +Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. +Copyright (C) 1993 Rick Sladkey +Copyright (C) 1995, 1996, 1997 Olaf Kirch +Copyright (C) 1995, 1997-1999, 2002 Jeffrey A. Uphoff +Copyright (C) 1995-1997, 1999 Jeffrey A. Uphoff +Copyright (C) 1995, 1997-1999 Jeffrey A. Uphoff +Copyright (C) 1995-1999, 2002, 2005 Jeffrey A. Uphoff +Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. +Copyright (C) 1995-2005 Olaf Kirch +Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. All rights reserved. +Copyright (c) 1998, 1999, 2001 Niklas Hallqvist. All rights reserved. +Copyright (c) 1998 Todd C. Miller +Copyright (c) 2000, 2001, 2002 HÃ¥kan Olsson. All rights reserved. +Copyright (c) 2000, 2003 HÃ¥kan Olsson. All rights reserved. +Copyright (c) 2000-2004 The Regents of the University of Michigan. +Copyright (c) 2000 Dug Song . +Copyright (c) 2001 Andy Adamson . +Copyright (c) 2002 J. Bruce Fields . +Copyright (c) 2002 Marius Aamodt Eriksen . +Copyright (C) 2002 Trond Myklebust +Copyright (C) 2003 J. Bruce Fields +Copyright (C) 2003 Neil Brown +Copyright (C) 2004-2006 Olaf Kirch +Copyright (c) 2004-2006 The Regents of the University of Michigan. +Copyright (c) 2004 Andy Adamson . +Copyright (c) 2004 Bruce Fields +Copyright (c) 2004 Kevin Coffman +Copyright (C) 2004 Olaf Kirch +Copyright (c) 2004, Paul Clements, SteelEye Technology +Copyright (C) 2005, Chuck Lever +Copyright (C) 2006 Amit Gud +Copyright (c) 2006 Silicon Graphics, Inc. +Copyright (C) 2007 Chuck Lever +Copyright (C) 2007 Oracle. All rights reserved. +Copyright (C) 2008 Oracle Corporation. All rights reserved. diff --git a/debian/nfs-common.postrm b/debian/nfs-common.postrm index aeb9848..1f8f1eb 100644 --- a/debian/nfs-common.postrm +++ b/debian/nfs-common.postrm @@ -1,5 +1,7 @@ #!/bin/sh +set -e + #DEBHELPER# case "$1" in diff --git a/debian/nfs-common.prerm b/debian/nfs-common.prerm index c3c15ba..08e0ca9 100644 --- a/debian/nfs-common.prerm +++ b/debian/nfs-common.prerm @@ -1,5 +1,7 @@ #!/bin/sh +set -e + #DEBHELPER# case "$1" in diff --git a/debian/nfs-kernel-server.postrm b/debian/nfs-kernel-server.postrm index 4a79162..12049b8 100644 --- a/debian/nfs-kernel-server.postrm +++ b/debian/nfs-kernel-server.postrm @@ -1,5 +1,7 @@ #!/bin/sh +set -e + #DEBHELPER# case "$1" in diff --git a/debian/nfs-kernel-server.prerm b/debian/nfs-kernel-server.prerm index 80878e6..b5a6eed 100644 --- a/debian/nfs-kernel-server.prerm +++ b/debian/nfs-kernel-server.prerm @@ -1,5 +1,7 @@ #!/bin/sh +set -e + #DEBHELPER# case "$1" in -- 2.39.2