From: Thomas Goirand Date: Sun, 12 Oct 2014 04:54:34 +0000 (+0800) Subject: Now packaging Juno RC2. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f5cbdae8cfc5beca6bac5172b66c9b458ad1e163;p=openstack-build%2Fhorizon-build.git Now packaging Juno RC2. Rewritten-From: ca4d6c079db34df4be655c3b5c242268d3f7aee2 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 0e7af96..866fda9 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,5 +1,8 @@ -horizon (2014.2~rc1-2) experimental; urgency=medium +horizon (2014.2~rc2-1) experimental; urgency=medium + * New upstream release. + * New debian/compile-messages to build the .mo files which were removed + upstream. * Mangling upstream rc and beta versions in watch file. * Fixed bootstrap-datepicker (build-)depends. * Adds Remove_selenium_dependency_when_not_using_selenium_tests.patch. diff --git a/trusty/debian/control b/trusty/debian/control index ebe0f2c..2f89c0e 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 9), python-pbr (>= 0.6), python-setuptools, python-sphinx -Build-Depends-Indep: python-ceilometerclient (>= 1.0.6), +Build-Depends-Indep: gettext, + python-ceilometerclient (>= 1.0.6), python-cinderclient (>= 1:1.1.0), python-cloudfiles, python-compressor (>= 1.4), diff --git a/trusty/debian/rules b/trusty/debian/rules index 41b4ee4..41dd385 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -9,8 +9,8 @@ export OSLO_PACKAGE_VERSION=$(VERSION) dh $@ --with python2 override_dh_auto_install: - #chmod +x debian/compile-messages - #$(CURDIR)/debian/compile-messages + chmod +x debian/compile-messages + $(CURDIR)/debian/compile-messages set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install \