~ubuntu-branches/ubuntu/hardy/openafs/hardy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-12-30 15:08:04 UTC
  • Revision ID: package-import@ubuntu.com-20071230150804-gux6s2v12d0h7qd0
* Apply additional upstream patches to the 2.6.24 support to fix
  builds with older kernels.  Thanks to Felix Koop for the testing.
  (Closes: #458331)
* Remove old /etc/openafs/server-local files from older versions when
  purging openafs-fileserver.
* Minor reformatting of openafs-client's postrm.
* Remove databases on purge of openafs-dbserver.
* Remove log files when purging openafs-fileserver or openafs-dbserver
  per Policy 10.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
# These variable is used only by get-orig-source, which will normally only be
48
48
# run by maintainers.
49
 
VERSION   = 1.4.5
50
 
DEBVERS   = 1.4.5.dfsg1
 
49
VERSION   = 1.4.6
 
50
DEBVERS   = 1.4.6.dfsg1
51
51
UPSTREAM  = /afs/grand.central.org/software/openafs/$(VERSION)
52
52
 
53
53
# Download the upstream source, merge in the doc tarball, and do the
80
80
            --with-afs-sysname=$(SYS_NAME) --disable-kernel-module \
81
81
            --prefix=/usr --mandir=\$${prefix}/share/man \
82
82
            --sysconfdir=/etc --libexecdir=/usr/lib \
83
 
            --localstatedir=/var/lib --enable-supergroups \
84
 
            --enable-largefile-fileserver --enable-debug --enable-lwp-debug \
85
 
            --with-krb5-conf=/usr/bin/krb5-config \
 
83
            --localstatedir=/var/lib --with-krb5-conf=/usr/bin/krb5-config \
 
84
            --enable-supergroups --enable-largefile-fileserver \
 
85
            --enable-bos-new-config \
 
86
            --enable-debug --enable-lwp-debug \
86
87
            $(DEBIAN_OPT_FLAGS) $(SYSTEM)
87
88
        chmod a+x src/libafs/make_kbuild_makefile.pl         
88
89
        touch configure-stamp