+openafs (1.0.4-1) unstable; urgency=low
+
+ * New upstream version, closes: #92776
+ * Allow openafs-client to depend on openafs-modules-source not just
+ openafs-modules. This allows us to be installable on testing even
+ without binary modules which may become a necessity given the current
+ kernel image mess.
+ * implement target for modules_clean, closes: #95049
+
+ -- Sam Hartman <hartmans@debian.org> Tue, 24 Apr 2001 14:56:57 -0400
+
openafs (1.0.3-2) unstable; urgency=low
* Fix direntry type to be DT_UNKNOWN not DT_DIR on Linux (contributed upstream)
Package: openafs-client
Architecture: i386 powerpc sparc
-Depends: ${shlibs:Depends}, debconf, host|dnsutils, openafs-modules
+Depends: ${shlibs:Depends}, debconf, host|dnsutils, openafs-modules-source|openafs-modules
Conflicts: arla
Description: The AFS distributed filesystem- client support
AFS is a distributed filesystem allowing cross-platform sharing of
-dist_config: configure
+kdist_config: configure
-dist_clean: clean
+kdist_clean: clean
############################ source stuff #################################
binary-source:
${INSTALL} afs.rc.hpux10 ${DESTDIR}root.client/usr/vice/etc/dkload/afs.rc ;;\
*linux* ) \
${INSTALLex} -f afs.rc.linux ${DESTDIR}root.client/usr/vice/etc/afs.rc; \
- ${INSTALL} afs.conf.linux ${DESTDIR}root.client/usr/vice/etc/afs.conf ;; \
+ ${INSTALL} -f afs.conf.linux ${DESTDIR}root.client/usr/vice/etc/afs.conf ;; \
ppc_darwin*) \
mkdir -p ${DESTDIR}root.client/usr/vice/etc/afs.kext/Contents/MacOS ;\
${INSTALL} -f afs.ppc_darwin.plist ${DESTDIR}root.client/usr/vice/etc/afs.kext/Contents/Info.plist ; \
echo MP Build Complete
$(DEST_LIBAFS): $(LIBAFS)
- ${INSTALL} -d $(@D)
${INSTALL} $? $@
$(DEST_LIBAFS_MP): $(LIBAFS_MP)