~ubuntu-branches/ubuntu/jaunty/openafs/jaunty-proposed-201103250305

« back to all changes in this revision

Viewing changes to debian/dkms.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2009-03-27 08:08:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090327080849-q475dcvne6hphxp6
Tags: 1.4.8.dfsg1-3
* Apply upstream CVS deltas:
  - STABLE14-cbr-free-what-you-alloc-20090325: dequeue items in the same
    way they were allocated.
  - STABLE14-shutdown-vcache-avoid-null-deref-20090324: avoid oops on
    shutdown.  (LP: #333197)
  - STABLE14-uphys-invalidate-returns-void-20081130: fix apparent Ubik
    synchronization errors due to incorrect use of a void return value.
* Update package sections for the new archive organization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AUTOINSTALL=yes
10
10
 
11
11
MAKE[0]="./configure --with-linux-kernel-headers=${kernel_source_dir}
12
 
    && make only_libafs
 
12
    && make
13
13
    && mv src/libafs/MODLOAD-*/openafs.ko ."
14
 
CLEAN="rm -f openafs.ko && make distclean"
 
14
CLEAN="rm -f openafs.ko && make -C src/libafs clean"