X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Frules;h=3b2f83c00ec0ede133981f480ab57c545c298716;hb=5d6cba3f1651e62c4eb7f6fb6b5f1df91b147e80;hp=90ec76b417ef7a4ed3af308f793998aeacf3e775;hpb=ae14e5615135f13b8598ee678770759493866715;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/rules b/trusty/debian/rules index 90ec76b..3b2f83c 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -2,6 +2,8 @@ #export DH_VERBOSE=1 +include /usr/share/openstack-pkg-tools/pkgos.make + %: dh $@ --with python2 @@ -43,15 +45,3 @@ regen-manifest-patch: git ls-files --no-empty-directory --exclude-standard nova | grep -v '.py$$' | sed -n 's/.*/include &/gp' >> MANIFEST.in quilt refresh quilt pop -a - -get-vcs-source: - git remote add upstream git://github.com/openstack/$(DEBPKGNAME).git || true - git fetch upstream - if [ ! -f ../$(DEBPKGNAME)_$(VERSION).orig.tar.xz ] ; then \ - git archive --prefix=$(DEBPKGNAME)-$(VERSION)/ $(VERSION) | xz >../$(DEBPKGNAME)_$(VERSION).orig.tar.xz ; \ - fi - if ! git checkout master ; then \ - echo "No upstream branch: checking out" ; \ - git checkout -b master upstream/master ; \ - fi - git checkout debian/experimental