+openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
+
+ * New upstream snapshot
+ * Fix module package to not have build cruft
+ * Use --disable-kernel-module option except for module sources
+ * Attempt to build modules correctly, although still not in right place
+ * Pretend we build for alpha. This is mostly not a fiction, although I
+ don't really know that much more than the kernel module and afsd
+ work. The pointer cast warnings are frightening.
+
+ -- Sam Hartman <hartmans@debian.org> Wed, 11 Jul 2001 11:41:22 -0400
+
openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
* New upstream snapshot. Support AFSDB records and many other
* Fix patch introduced in -2 to be consistent with what is sent upstream.
* openafs-modules-source depends on debhelper
- -- Sam Hartman <hartmansdebian.org> Wed, 4 Jul 2001 03:52:37 -0400
+ -- Sam Hartman <hartmans@debian.org> Wed, 4 Jul 2001 03:52:37 -0400
openafs (1.0.4-2) unstable; urgency=low
Section: non-us/main
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 2.2.20), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex
+Build-Depends: debhelper (>= 2.2.20), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex, autoconf, automake
Standards-Version: 3.5.0
Package: openafs-client
-Architecture: i386 powerpc sparc
+Architecture: i386 powerpc sparc alpha
Depends: ${shlibs:Depends}, debconf, host|dnsutils, openafs-modules-source|openafs-modules
Conflicts: arla
Description: The AFS distributed filesystem- client support
Package: openafs-kpasswd
Priority: extra
-Architecture: i386 powerpc sparc
+Architecture: i386 powerpc sparc alpha
Depends: ${shlibs:Depends}, openafs-client (= ${Source-Version})
Conflicts: krb5-user, heimdal-clients
Description: The AFS distributed filesystem- old password changing
not install this package for new cells or for cells using Kerberos5.
Package: openafs-fileserver
-Architecture: i386 powerpc sparc
+Architecture: i386 powerpc sparc alpha
Depends: ${shlibs:Depends}, debconf, openafs-client (= ${Source-Version})
Recommends: ntp
Description: The AFS distributed filesystem- file server
installed on any machine that will export files into AFS.
Package: openafs-dbserver
-Architecture: i386 powerpc sparc
+Architecture: i386 powerpc sparc alpha
Depends: ${shlibs:Depends}, debconf, openafs-fileserver (= ${Source-Version}), openafs-client (= ${Source-Version}), perl5
Conflicts: openafs-ptutil
Replaces: openafs-ptutil
protection servers.
Package: libopenafs-dev
-Architecture: i386 powerpc sparc
+Architecture: i386 powerpc sparc alpha
Priority: extra
Description: The AFS distributed filesystem- development libraries
AFS is a distributed filesystem allowing cross-platform sharing of
control, authentication, backup and administrative management.
.
This package provides source to the AFS kernel modules.
+
dh_testdir
-ln -s @sys/dest dest
-ln -s $(SYS_NAME) @sys
- sh configure --with-afs-sysname=$(SYS_NAME)
+ sh regen.sh
+ sh configure --with-afs-sysname=$(SYS_NAME) --disable-kernel-module
install -d $(SYS_NAME)/dest/root.client/usr/vice/etc
install -d dest/root.server/usr/afs/bin
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) -ki clean
+ -$(MAKE) -ki distclean
-rm -rf obj dest $(SYS_NAME) @sys Makefile debian/openafs-client.init
-rm -f config.status config.cache
dh_md5sums
dh_builddeb
-binary: binary-arch binary-indep
+binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
############################Module package support
-ln -s @sys/dest dest
-ln -s $(SYS_NAME) @sys
sh configure --with-afs-sysname=$(SYS_NAME) --with-linux-kernel-headers=$(KSRC)
- $(MAKE) libafs "COMPILE_PART1=cd src; cd" "COMPILE_PART2=; $(MAKE) install SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_PART3=; $(MAKE) test SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_CLEAN=; $(MAKE) clean SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" SYS_NAME=${SYS_NAME}
+ $(MAKE) libafs "COMPILE_PART1=cd src; cd" "COMPILE_PART2=; $(MAKE) install SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=`pwd`/src SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_PART3=; $(MAKE) test SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=`pwd`/src SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_CLEAN=; $(MAKE) clean SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=`pwd`/src SRCDIR=`pwd`/${SYS_NAME}/dest/" SYS_NAME=${SYS_NAME}
touch build-modules-stamp
binary-modules: build-modules