From: Sam Hartman Date: Sun, 24 Aug 2003 23:16:50 +0000 (+0000) Subject: Update for 1.2.10-1 X-Git-Tag: debian/1.2.10-1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c6af6c7fa9d1f4a505dc44cb3cd19ffbb4dd9475;p=packages%2Fo%2Fopenafs.git Update for 1.2.10-1 --- diff --git a/Makefile.in b/Makefile.in index e82caa40b..6082a665f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -468,20 +468,20 @@ libafsauthent: ubik auth kauth libafsrpc 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 diff --git a/debian/changelog b/debian/changelog index 5ab4b8cfb..826e47dc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ openafs (1.2.10-1) unstable; urgency=low * New upstream version - - -- Sam Hartman 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 Sun, 24 Aug 2003 18:03:21 -0400 openafs (1.2.9-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f18355fe6..2be8eb9a1 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export DH_COMPAT=2 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 @@ -159,7 +159,7 @@ binary-arch: build install dh_suidregister dh_installdeb # dh_makeshlibs -# dh_perl +# dh_perlc dh_shlibdeps dh_gencontrol dh_md5sums