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-rootwrap (>= 1.6.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.rootwrap (>= 1.6.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.5.1),
python-paste,
Depends:
adduser,
python-neutron (= ${source:Version}),
- python-neutron-fwaas,
+# python-neutron-fwaas,
${misc:Depends},
${python:Depends}
Breaks:
keepalived,
neutron-common (= ${source:Version}),
neutron-metadata-agent (= ${source:Version}),
- python-neutron-fwaas,
+# python-neutron-fwaas,
radvd,
${misc:Depends},
${python: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-rootwrap (>= 1.6.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.rootwrap (>= 1.6.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
python-paste,
python-pastedeploy (>= 1.5.0),
python-pbr (>= 0.10),
-quantum_server quantum-server
-quantum_common quantum-common
+neutron_server neutron-server
+neutron_common neutron-common
setuptools-git
-oslo.context python-oslo-context
-oslo.concurrency python-oslo-concurrency
-oslo.config python-oslo-config
-oslo.messaging python-oslo-messaging
-oslo.vmware python-oslo-vmware
-oslo.utils python-oslo-utils
-oslo.serialization python-oslo-serialization
-oslo.db python-oslo-db
-oslo.i18n python-oslo-i18n
-oslo.utils python-oslo-utils
-oslo.rootwrap python-oslo-rootwrap
-oslo.log python-oslo-log
-oslo.middleware python-oslo-middleware
override_dh_auto_clean:
dh_clean
-get-orig-source:
- uscan --verbose --force-download --rename --destdir=../build-area
-
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
- # Unpatch quantum configuration to fixup tests which conflict
- # with a core_plugin being set.
- patch -p1 -R < debian/patches/fix-neutron-configuration.patch
- # Set a reasonable level of concurrency
- ./run_tests.sh -N -P --concurrency=4
- # Patch configuration file after testing
- patch -p1 < debian/patches/fix-neutron-configuration.patch
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ # Unpatch quantum configuration to fixup tests which conflict
+ # with a core_plugin being set.
+ patch -p1 -R < debian/patches/fix-neutron-configuration.patch
+ # Set a reasonable level of concurrency
+ ./run_tests.sh -N -P --concurrency=4
+ # Patch configuration file after testing
+ patch -p1 < debian/patches/fix-neutron-configuration.patch
endif
+