]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Changes for 1.0.2-2
authorSam Hartman <hartmans@debian.org>
Mon, 5 Feb 2001 18:24:41 +0000 (18:24 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 5 Feb 2001 18:24:41 +0000 (18:24 +0000)
debian/changelog
debian/control
debian/openafs-client.config
debian/openafs-client.dirs
debian/openafs-client.examples [deleted file]
debian/openafs-client.postinst
debian/rules

index ac528fbb95eeb83ddd83263f1546c8ae8296de4c..a00e00f6a7313fd8fced3a771cae248ffd48e9ff 100644 (file)
@@ -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 <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
index 2a79fd64408542dd5cdfb01d483e2cf0335e3a8f..47fc4094e54a81d9cbe239e836069201cce3976d 100644 (file)
@@ -1,9 +1,10 @@
 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
@@ -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
index 7bf23d03d797a173411113be7009240940be546b..c22a976e74d0fa0f7f849813a7a048baceab4c09 100644 (file)
@@ -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
index 2df2637033c3a961ab78c8887882ad712120beef..ed9b8e1364fdc0cecb8ac9275137d11c924bd2a2 100644 (file)
@@ -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 (file)
index 15256f1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/CellServDB
index 7bffd1e6677ec385ed903221fcd083156a726a69..65c0237d2b577e677aef1ac203fa430da83083b8 100644 (file)
@@ -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 :
index aea08ec1fb13518024bcdc1755a9738dd5e991d7..3838a5c17534156aef2d8be7cf42a8ef9770ae2f 100755 (executable)
@@ -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