]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix python-oslo-* dependency names and remove override_dh_auto_test 17/7217/4
authorDenis Egorenko <degorenko@mirantis.com>
Mon, 1 Jun 2015 12:42:52 +0000 (15:42 +0300)
committerdtrishkin <dtrishkin@mirantis.com>
Tue, 2 Jun 2015 16:23:43 +0000 (19:23 +0300)
 * Replace python-oslo-* with python-oslo.*
 * Comment out override_dh_auto_test

Related-Bug: #1459494

Change-Id: Id3af56298fcaa82faa0beeafb4d3a22774aba884

trusty/debian/changelog
trusty/debian/control
trusty/debian/pydist-overrides [deleted file]
trusty/debian/rules

index 8e455e7f09d24f890c18fe56c5158aebaecb1ef8..11af4153bc2a15efbb92f58908bf699d1eb45b4e 100644 (file)
@@ -1,3 +1,10 @@
+heat (2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium
+
+ * Fix python-oslo-* naming scheme (LP: #1459494)
+ * Remove override_dh_auto_test
+
+ -- Denis Egorenko <degorenko@mirantis.com>  Mon, 01 Jun 2015 15:31:59 +0300
+
 heat (2015.1.0-1~u14.04+mos1) mos7.0; urgency=medium
 
   * Update version to 2015.1.0 according to current Kilo tag
index 8c1c51692ea4f653a62a80f677aac771463b24ee..00f46da98959998be584ea671188ae7d2f51c54a 100644 (file)
@@ -37,16 +37,16 @@ Build-Depends-Indep:
  python-netaddr (>= 0.7.12),
  python-neutronclient (>= 1:2.3.11),
  python-novaclient (>= 1:2.22.0),
- python-oslo-concurrency (>= 1.8.0),
- python-oslo-config (>= 1:1.9.3),
- python-oslo-context (>= 0.2.0),
- python-oslo-db (>= 1.7.0),
- python-oslo-i18n (>= 1.5.0),
- python-oslo-log (>= 1.0.0),
- python-oslo-messaging (>= 1.8.0),
- python-oslo-middleware (>= 1.0.0),
- python-oslo-serialization (>= 1.4.0),
- python-oslo-utils (>= 1.4.0),
+ python-oslo.concurrency (>= 1.8.0),
+ python-oslo.config (>= 1:1.9.3),
+ python-oslo.context (>= 0.2.0),
+ python-oslo.db (>= 1.7.0),
+ python-oslo.i18n (>= 1.5.0),
+ python-oslo.log (>= 1.0.0),
+ python-oslo.messaging (>= 1.8.0),
+ python-oslo.middleware (>= 1.0.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
  python-oslosphinx (>= 2.5.0),
  python-oslotest (>= 1.5.1),
  python-osprofiler (>= 0.3.0),
@@ -141,17 +141,17 @@ Depends:
  python-netaddr (>= 0.7.12),
  python-neutronclient (>= 1:2.3.11),
  python-novaclient (>= 1:2.22.0),
- python-oslo-concurrency (>= 1.8.0),
- python-oslo-config (>= 1:1.9.3),
- python-oslo-context (>= 0.2.0),
- python-oslo-db (>= 1.7.0),
- python-oslo-i18n (>= 1.5.0),
- python-oslo-log (>= 1.0.0),
- python-oslo-messaging (>= 1.8.0),
- python-oslo-middleware (>= 1.0.0),
- python-oslo-serialization (>= 1.4.0),
- python-oslo-utils (>= 1.4.0),
- python-oslo-versionedobjects (>= 0.1.1),
+ python-oslo.concurrency (>= 1.8.0),
+ python-oslo.config (>= 1:1.9.3),
+ python-oslo.context (>= 0.2.0),
+ python-oslo.db (>= 1.7.0),
+ python-oslo.i18n (>= 1.5.0),
+ python-oslo.log (>= 1.0.0),
+ python-oslo.messaging (>= 1.8.0),
+ python-oslo.middleware (>= 1.0.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
+ python-oslo.versionedobjects (>= 0.1.1),
  python-oslosphinx (>= 2.5.0),
  python-osprofiler (>= 0.3.0),
  python-paste,
diff --git a/trusty/debian/pydist-overrides b/trusty/debian/pydist-overrides
deleted file mode 100644 (file)
index 15eb1f2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-oslo.rootwrap python-oslo-rootwrap
-oslo.vmware python-oslo-vmware
-oslo.concurrency python-oslo-concurrency
-oslo.config python-oslo-config
-oslo.context python-oslo-context
-oslo.log python-oslo-log
-oslo.i18n python-oslo-i18n
-oslo.versionedobjects python-oslo-versionedobjects
-oslo.db python-oslo-db
-oslo.serialization python-oslo-serialization
-oslo.middleware python-oslo-middleware
-oslo.utils python-oslo-utils
-oslo.messaging python-oslo-messaging
index 135b978eb2b6149fb0a1b2eb9dce44348204faf0..3c78887170cd5f7599f9c37a6c6b480aeec337d4 100755 (executable)
@@ -7,15 +7,15 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 %:
        dh $@ --buildsystem=python_distutils --with python2,systemd
 
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-override_dh_auto_test:
-       rm -rf .testrepository
-       testr init && \
-       set -e && \
-       TEMP_REZ=`mktemp -t` && \
-       testr run --subunit '^(?!heat_integrationtests)' | tee $$TEMP_REZ | subunit2pyunit; \
-       rm -f $$TEMP_REZ
-endif
+#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
+#override_dh_auto_test:
+#      rm -rf .testrepository
+#      testr init && \
+#      set -e && \
+#      TEMP_REZ=`mktemp -t` && \
+#      testr run --subunit '^(?!heat_integrationtests)' | tee $$TEMP_REZ | subunit2pyunit; \
+#      rm -f $$TEMP_REZ
+#endif
 
 override_dh_clean:
        dh_clean