]> git.proxmox.com Git - mirror_ovs.git/blobdiff - debian/automake.mk
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / debian / automake.mk
index daaf327fee52d0afb217de6bfcb0f2cd5d5f6ef3..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 \
@@ -50,26 +52,8 @@ EXTRA_DIST += \
        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 \
+       debian/python3-openvswitch.dirs \
+       debian/python3-openvswitch.install \
        debian/rules \
        debian/rules.modules \
        debian/ifupdown.sh \
@@ -87,12 +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