+openafs (1.0.2-2) unstable; urgency=low
+
+ * Provide openafs-ptutil in hope that apt will deal better with upgrade,
+ closes: #84303
+ * Make thiscell default to dnsdomainname so things don't break quite as
+ bad if you don't enter it, closes: #81149
+ * Include source architecture line, Closes: #84530
+ * Rebuild with new debhelper to fix dh_installinit not shutting down on
+ removal (Thanks Joey) (now requires debhelper 2.2.20)
+ * Move CellServDB to /usr/share/openafs so we comply with policy 3.5
+
+ -- Sam Hartman <hartmans@debian.org> Mon, 5 Feb 2001 13:23:51 -0500
+
openafs (1.0.2-1) unstable; urgency=low
* Add support for ppc and sparc, closes: #80835
Source: openafs
Section: non-us/main
Priority: optional
+Architecture: powerpc i386 sparc
Maintainer: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 2.1.16), libncurses5-dev, libpam0g-dev, bison, docbook-to-man
-Standards-Version: 3.1.1
+Build-Depends: debhelper (>= 2.2.20), libncurses5-dev, libpam0g-dev, bison, docbook-to-man
+Standards-Version: 3.5.0
Package: openafs-client
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}, debconf, openafs-fileserver (= ${Source-Version}), openafs-client (= ${Source-Version}), perl5
Conflicts: openafs-ptutil
Replaces: openafs-ptutil
+Provides: openafs-ptutil
Description: The AFS distributed filesystem- database server
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
. /usr/share/debconf/confmodule ||exit
db_version 2.0
+db_get openafs-client/thiscell || true
+if [ "x$RET" = "x" ] ; then
+ db_setopenafs-client/thiscell `dnsdomainname | tr 'A-Z' 'a-z'`
+ fi
+
db_input medium openafs-client/thiscell ||true
-db_input high openafs-client/cachesize ||true
+db_inputcritical openafs-client/cachesize ||true
db_go
test -f /etc/openafs/afs.conf &&. /etc/openafs/afs.conf
if [ "x$AFS_CLIENT" != "x" ] ; then
var/cache/openafs
etc/openafs
etc/init.d
+usr/share/openafs
\ No newline at end of file
+++ /dev/null
-debian/CellServDB
THISCELL=$RET
if test -f /etc/openafs/CellServDB; then :
- else cp /usr/share/doc/openafs-client/examples/CellServDB \
+ else cp /usr/share/openafs/CellServDB \
/etc/openafs
fi
if grep -q -F $RET /etc/openafs/CellServDB ; then :
done
# Add here commands to install the package into debian/tmp.
cat debian/filelist |sh debian/movefiles
+ cp debian/CellServDB debian/openafs-client/usr/share/openafs
cp dest/root.client/usr/vice/etc/afs.rc debian/openafs-client.init
cp dest/root.client/usr/vice/etc/afs.conf debian/openafs-client/etc/openafs/afs.conf
install -m 755 -o root -g root debian/afs-rootvol debian/openafs-dbserver/usr/sbin