]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update for 1.2.10-1 debian/1.2.10-1
authorSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2003 23:16:50 +0000 (23:16 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2003 23:16:50 +0000 (23:16 +0000)
Makefile.in
debian/changelog
debian/rules

index e82caa40b9f971aad63dbf6535dc4a845f5d13cc..6082a665f5068d6044c31eccb74a825fb28124aa 100644 (file)
@@ -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
index 5ab4b8cfbf304814d2c710134ebdddcaa2c0cfb9..826e47dc4e7febcac0889a60c03bc7a2f3566257 100644 (file)
@@ -1,8 +1,15 @@
 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
 
index f18355fe6c75c6b82a6a348b9a862d6d44cbe3f3..2be8eb9a17089f72784a9476ca9203a0115e61e3 100755 (executable)
@@ -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