From: Sam Hartman Date: Mon, 5 Feb 2001 18:24:41 +0000 (+0000) Subject: Changes for 1.0.2-2 X-Git-Tag: debian/1.0.2-2~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5eace17bf5f4d4bb117fbac000a429d34daca78b;p=packages%2Fo%2Fopenafs.git Changes for 1.0.2-2 --- diff --git a/debian/changelog b/debian/changelog index ac528fbb9..a00e00f6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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 Mon, 5 Feb 2001 13:23:51 -0500 + openafs (1.0.2-1) unstable; urgency=low * Add support for ppc and sparc, closes: #80835 diff --git a/debian/control b/debian/control index 2a79fd644..47fc4094e 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: openafs Section: non-us/main Priority: optional +Architecture: powerpc i386 sparc Maintainer: Sam Hartman -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 @@ -49,6 +50,7 @@ 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 diff --git a/debian/openafs-client.config b/debian/openafs-client.config index 7bf23d03d..c22a976e7 100644 --- a/debian/openafs-client.config +++ b/debian/openafs-client.config @@ -3,8 +3,13 @@ . /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 diff --git a/debian/openafs-client.dirs b/debian/openafs-client.dirs index 2df263703..ed9b8e136 100644 --- a/debian/openafs-client.dirs +++ b/debian/openafs-client.dirs @@ -1,3 +1,4 @@ var/cache/openafs etc/openafs etc/init.d +usr/share/openafs \ No newline at end of file diff --git a/debian/openafs-client.examples b/debian/openafs-client.examples deleted file mode 100644 index 15256f113..000000000 --- a/debian/openafs-client.examples +++ /dev/null @@ -1 +0,0 @@ -debian/CellServDB diff --git a/debian/openafs-client.postinst b/debian/openafs-client.postinst index 7bffd1e66..65c0237d2 100644 --- a/debian/openafs-client.postinst +++ b/debian/openafs-client.postinst @@ -25,7 +25,7 @@ case "$1" in 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 : diff --git a/debian/rules b/debian/rules index aea08ec1f..3838a5c17 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,7 @@ install: build 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