shlibafsrpc: rx rxkad des
case ${SYS_NAME} in \
- amd64_linux24) \
+ *linux*) \
echo Skipping shlibafsprc for amd64_linux24 ;; \
-# alpha_dux*|sgi_*|sun*_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
-# ${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
+ alpha_dux*|sgi_*|sun*_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
+ ${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
*) \
echo Not building shared libafsrpc for ${SYS_NAME} ;; \
esac
shlibafsauthent: ubik auth kauth shlibafsrpc
case ${SYS_NAME} in \
- amd64_linux24) \
+ *linux*) \
echo Skipping shlibafsauthent for amd64_linux24 ;; \
-# alpha_dux*|sgi_*|sun*_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
-# ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
+ alpha_dux*|sgi_*|sun*_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
+ ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
*) \
echo Not building shared libafsrpc for ${SYS_NAME} ;; \
esac
openafs (1.2.10-1) unstable; urgency=low
* New upstream version
-
- -- Sam Hartman <hartmans@debian.org> Wed, 30 Jul 2003 14:20:20 -0400
+ * net/*.h included properly by kernel module, Closes: #204642
+ * Don't build libafsrpc or libafsauthent, as we can't exactly use them
+ because they contain non-pic code, Closes: #203456
+ * I think I finally build the PAM module on hppa, Closes: #179679
+ * Decnet includes should work now because of the change of the net
+ symlink, Closes: #204486
+ * Escape $ in debian/rules, Closes: #204185
+
+ -- Sam Hartman <hartmans@debian.org> Sun, 24 Aug 2003 18:03:21 -0400
openafs (1.2.9-3) unstable; urgency=low
export DH_OPTIONS
# The AFS sysname is determined by a script
-KVERS=`perl -e '$_ = <>; $_ =~ m/"(.+)"/; print "$1\n";' < $(KSRC)/include/linux/version.h`
+KVERS=`perl -e '$$_ = <>; $$_ =~ m/"(.+)"/; print "$$1\n";' < $(KSRC)/include/linux/version.h`
SYS_NAME=$(shell KVERS=$(KVERS) sh debian/sysname)
package=openafs
srcpkg = openafs-modules-source
dh_suidregister
dh_installdeb
# dh_makeshlibs
-# dh_perl
+# dh_perlc
dh_shlibdeps
dh_gencontrol
dh_md5sums