~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-05 10:07:38 UTC
  • mfrom: (1.1.7) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120205100738-00s0bxx93mamy8tk
Tags: 0.41-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
export DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
22
22
 
 
23
extraopts += --with-ocf
 
24
 
23
25
ifeq ($(DEB_HOST_ARCH), armel)
24
26
  # armel supports ARMv4t or above instructions sets.
25
27
  # libatomic-ops is only usable with Ceph for ARMv6 or above.
73
75
          install-sh ltmain.sh missing
74
76
        rm -f configure Makefile.in man/Makefile.in
75
77
        cd src/ && rm -f Makefile.in acconfig.h.in gtest/aclocal.m4 \
76
 
                gtest/configure gtest/Makefile.in
 
78
                gtest/configure gtest/Makefile.in ocf/Makefile.in
77
79
        cd src/gtest/build-aux/ &&  rm -f config.guess config.h.in \
78
80
                config.sub depcomp install-sh  ltmain.sh  missing
79
81
 
105
107
        dh_installexamples
106
108
        dh_install --sourcedir=$(DESTDIR) --list-missing
107
109
        dh_installlogrotate
108
 
        dh_installinit
 
110
        dh_installinit --no-start
109
111
        dh_installman
110
112
        dh_lintian
111
113
        dh_link