ofpbuf: Fix trivial spelling typo.
[cascardo/ovs.git] / debian / automake.mk
index ae82168..de2350c 100644 (file)
@@ -7,21 +7,10 @@ EXTRA_DIST += \
        debian/copyright.in \
        debian/dkms.conf.in \
        debian/dirs \
-       debian/openvswitch-brcompat.install \
-       debian/openvswitch-brcompat.manpages \
-       debian/openvswitch-brcompat.postinst \
-       debian/openvswitch-brcompat.postrm \
        debian/openvswitch-common.dirs \
        debian/openvswitch-common.docs \
        debian/openvswitch-common.install \
        debian/openvswitch-common.manpages \
-       debian/openvswitch-controller.README.Debian \
-       debian/openvswitch-controller.default \
-       debian/openvswitch-controller.dirs \
-       debian/openvswitch-controller.init \
-       debian/openvswitch-controller.install \
-       debian/openvswitch-controller.manpages \
-       debian/openvswitch-controller.postinst \
        debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in \
        debian/openvswitch-datapath-dkms.postinst \
        debian/openvswitch-datapath-dkms.prerm \
@@ -48,8 +37,36 @@ EXTRA_DIST += \
        debian/openvswitch-test.dirs \
        debian/openvswitch-test.install \
        debian/openvswitch-test.manpages \
-       debian/ovsdbmonitor.install \
-       debian/ovsdbmonitor.manpages \
+       debian/openvswitch-testcontroller.README.Debian \
+       debian/openvswitch-testcontroller.default \
+       debian/openvswitch-testcontroller.dirs \
+       debian/openvswitch-testcontroller.init \
+       debian/openvswitch-testcontroller.install \
+       debian/openvswitch-testcontroller.manpages \
+       debian/openvswitch-testcontroller.postinst \
+       debian/openvswitch-testcontroller.postrm \
+       debian/openvswitch-vtep.default \
+       debian/openvswitch-vtep.dirs \
+       debian/openvswitch-vtep.init \
+       debian/openvswitch-vtep.install \
+       debian/openvswitch-vtep.manpages \
+       debian/ovn-central.dirs \
+       debian/ovn-central.init \
+       debian/ovn-central.install \
+       debian/ovn-central.manpages \
+       debian/ovn-central.postinst \
+       debian/ovn-central.postrm \
+       debian/ovn-central.template \
+       debian/ovn-common.install \
+       debian/ovn-common.manpages \
+    debian/ovn-docker.install \
+       debian/ovn-host.dirs \
+       debian/ovn-host.init \
+       debian/ovn-host.install \
+       debian/ovn-host.manpages \
+       debian/ovn-host.postinst \
+       debian/ovn-host.postrm \
+       debian/ovn-host.template \
        debian/ovs-monitor-ipsec \
        debian/python-openvswitch.dirs \
        debian/python-openvswitch.install \
@@ -58,6 +75,9 @@ EXTRA_DIST += \
        debian/ifupdown.sh \
        debian/source/format
 
+FLAKE8_PYFILES += \
+       debian/ovs-monitor-ipsec
+
 check-debian-changelog-version:
        @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`;                \
        if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
@@ -71,6 +91,7 @@ ALL_LOCAL += check-debian-changelog-version
 DIST_HOOKS += check-debian-changelog-version
 
 $(srcdir)/debian/copyright: AUTHORS debian/copyright.in
+       $(AM_V_GEN) \
        { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in;   \
          sed '1,/^$$/d' $(srcdir)/AUTHORS |                               \
                sed -n -e '/^$$/q' -e 's/^/  /p';                          \