diff options
author | Laszlo Boszormenyi <gcs@debian.hu> | 2012-02-26 20:45:52 -0800 |
---|---|---|
committer | Sage Weil <sage.weil@dreamhost.com> | 2012-02-26 20:45:52 -0800 |
commit | 0d8b5756e187a21321609acd0e277b4a5e76d47a (patch) | |
tree | adbceb0370db5063f0bafc6a4ade36fcf885d1cd | |
parent | 3ad6ccb4a636186695da9391474dc4a06d42f9f6 (diff) | |
download | ceph-0d8b5756e187a21321609acd0e277b4a5e76d47a.tar.gz |
debian: build-{indep,arch}
Signed-off-by: Laszlo Boszormenyi <gcs@debian.hu>
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 0bc594a6f36..e1f6e62d853 100755 --- a/debian/rules +++ b/debian/rules @@ -42,20 +42,23 @@ ifeq ($(shell grep -c -E '^Build-Depends:(.*,)?[[:space:]]*libgoogle-perftools-d extraopts += --without-tcmalloc endif - configure: configure-stamp configure-stamp: dh_testdir touch $@ +build-arch: build +build-indep: build + build: build-stamp build-stamp: configure-stamp dh_testdir ./autogen.sh ./configure --prefix=/usr --sbindir=/sbin --localstatedir=/var \ - --sysconfdir=/etc $(extraopts) $(confflags) + --sysconfdir=/etc $(extraopts) $(confflags) $(MAKE) + cp src/init-ceph debian/ceph.init cp src/init-radosgw debian/radosgw.init cp src/logrotate.conf debian/ceph.logrotate |