]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
new upstream test debian/1.0.90.20010704.snapshot-1
authorSam Hartman <hartmans@debian.org>
Thu, 5 Jul 2001 08:05:11 +0000 (08:05 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 5 Jul 2001 08:05:11 +0000 (08:05 +0000)
debian/changelog
debian/rules

index 3b42747fc82920feb343eda1e698f65794a139c0..0eb2f908ad11d16b1dcb947f91078fdaf1d01da3 100644 (file)
@@ -1,3 +1,11 @@
+openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
+
+  * New upstream snapshot.  Support AFSDB records and many other
+    features.  Not at all stable yet.  This is packaged so I and others
+    can try it out.
+
+ -- Sam Hartman <hartmans@debian.org>  Thu,  5 Jul 2001 04:04:20 -0400
+
 openafs (1.0.4-3) unstable; urgency=medium
 
   * Fix patch introduced in -2 to be consistent with what is sent upstream.
index 63b6e137c57c5920d9e2b8824061e4f68ce2708d..7029a2a568cb3637a86b4e12d60ca3596e183756 100755 (executable)
@@ -38,7 +38,7 @@ configure-stamp:
        -ln -s @sys/dest dest
        -ln -s $(SYS_NAME) @sys
        sh configure --with-afs-sysname=$(SYS_NAME)
-       install -d dest/root.client/usr/vice/etc
+       install -d $(SYS_NAME)/dest/root.client/usr/vice/etc
        install -d dest/root.server/usr/afs/bin
 
        touch configure-stamp
@@ -58,10 +58,11 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       -rm -rf obj dest $(SYS_NAME) @sys Makefile debian/openafs-client.init
        # Add here commands to clean up after the build process.
-       $(MAKE) -ki clean
-       -rm -f config.*
+       -$(MAKE) -ki clean
+       -rm -rf obj dest $(SYS_NAME) @sys Makefile debian/openafs-client.init
+       -rm -f config.status config.cache
+
 
 
        dh_clean
@@ -223,7 +224,7 @@ build-modules-stamp:
        -ln -s @sys/dest dest
        -ln -s $(SYS_NAME) @sys
        sh configure --with-afs-sysname=$(SYS_NAME) --with-linux-kernel-headers=$(KSRC)
-       $(MAKE) libafs
+       $(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}
        touch build-modules-stamp
 
 binary-modules: build-modules