]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian/rules: package in a more debhelper way
authorKefu Chai <kchai@redhat.com>
Fri, 20 May 2016 15:45:20 +0000 (23:45 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Jun 2016 08:12:24 +0000 (16:12 +0800)
commit457ddea9c8b0f000476798e99ee0aaeb003402c9
treedacaa21de906aae090200a6b7cae8d1a825ac00c
parent3d5fa5e470497942aeb839639d7fcb4e5180b568
debian/rules: package in a more debhelper way

this helps to keep the build rule simpler, and easier to customize

* -j$(NUMJOBS) is taken care of by 'dh --parallel'
* use 'autoreconf' dh add-on to autoconf cleanup
* add dh-autoreconf to Build-Depends
* bump debhelper compatibility level to 8, as jewel's supported
  debian based distro is jessie (with debhelper 9.20150101),
  ubuntu trusty (with debhelper 9.20131227ubuntu1)

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/compat
debian/control
debian/rules