]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Now packaging Juno RC2.
authorThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 04:54:34 +0000 (12:54 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 04:54:34 +0000 (12:54 +0800)
Rewritten-From: ca4d6c079db34df4be655c3b5c242268d3f7aee2

trusty/debian/changelog
trusty/debian/control
trusty/debian/rules

index 0e7af969bf8c900a5723cfda24e5556c0e51d01e..866fda9cbbdbc1db699af477c67fad4befec3a94 100644 (file)
@@ -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.
index ebe0f2ca0dc423e1e32238563b8275217975784c..2f89c0e4a7295d3c9936991d1cc5092b151ec5e9 100644 (file)
@@ -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),
index 41b4ee4f3abb31f668a52b3484d60abdf9b10a51..41dd3859ce9a015eee18f0cadf0f3bb40e1a2413 100755 (executable)
@@ -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 \