]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed python installation.
authorThomas Goirand <thomas@goirand.fr>
Tue, 30 Jul 2013 08:10:02 +0000 (16:10 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 30 Jul 2013 08:10:02 +0000 (16:10 +0800)
Rewritten-From: 740848e1f873b5276b93feaa607d43730e68e14f

xenial/debian/rules

index f834bba3e9793d0bac185a035750c4ba563d22f7..29686f0399eac60264866dc3db1524ff84b95a54 100755 (executable)
@@ -9,13 +9,13 @@ export OSLO_PACKAGE_VERSION=$(VERSION)
 %:
        dh $@ --with python2
 
-override_dh_auto_install:
-       dh_auto_install
-       find . -type d -name tests | xargs rm -fr
-       for i in neutron/db/migration/alembic_migrations/versions/*.py ; do \
-               install -D -m 0664 $$i debian/tmp/usr/lib/python2.6/dist-packages/$$i ; \
-               install -D -m 0664 $$i debian/tmp/usr/lib/python2.7/dist-packages/$$i ; \
-       done
+#override_dh_auto_install:
+#      dh_auto_install
+#      find . -type d -name tests | xargs rm -fr
+#      for i in neutron/db/migration/alembic_migrations/versions/*.py ; do \
+#              install -D -m 0664 $$i debian/tmp/usr/lib/python2.6/dist-packages/$$i ; \
+#              install -D -m 0664 $$i debian/tmp/usr/lib/python2.7/dist-packages/$$i ; \
+#      done
 
 override_dh_install:
        dh_install --fail-missing -X/usr/etc -X/usr/bin