]> git.proxmox.com Git - mirror_ovs.git/blobdiff - debian/automake.mk
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / debian / automake.mk
index 948a619e727c08008a0536f13991ef53bc348648..37b1a243390c1bc02dfc42e6ec7bb588bafb30e1 100644 (file)
@@ -7,6 +7,8 @@ EXTRA_DIST += \
        debian/copyright.in \
        debian/dkms.conf.in \
        debian/dirs \
+       debian/libopenvswitch.install \
+       debian/libopenvswitch-dev.install \
        debian/openvswitch-common.dirs \
        debian/openvswitch-common.docs \
        debian/openvswitch-common.install \
@@ -37,14 +39,21 @@ EXTRA_DIST += \
        debian/openvswitch-test.dirs \
        debian/openvswitch-test.install \
        debian/openvswitch-test.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/ovs-monitor-ipsec \
-       debian/python-openvswitch.dirs \
-       debian/python-openvswitch.install \
+       debian/python3-openvswitch.dirs \
+       debian/python3-openvswitch.install \
        debian/rules \
        debian/rules.modules \
        debian/ifupdown.sh \
@@ -62,11 +71,12 @@ check-debian-changelog-version:
 ALL_LOCAL += check-debian-changelog-version
 DIST_HOOKS += check-debian-changelog-version
 
-$(srcdir)/debian/copyright: AUTHORS debian/copyright.in
+$(srcdir)/debian/copyright: AUTHORS.rst debian/copyright.in
+       $(AM_V_GEN) \
        { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in;   \
-         sed '1,/^$$/d' $(srcdir)/AUTHORS |                               \
+         sed '34,/^$$/d' $(srcdir)/AUTHORS.rst |                          \
                sed -n -e '/^$$/q' -e 's/^/  /p';                          \
-         sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in;           \
+         sed -e '34,/%AUTHORS%/d' $(srcdir)/debian/copyright.in;          \
        } > $@
 
-DISTCLEANFILES += debian/copyright
+CLEANFILES += debian/copyright