]> git.proxmox.com Git - mirror_ovs.git/blame - debian/automake.mk
doc: Don't format emails as code
[mirror_ovs.git] / debian / automake.mk
CommitLineData
064af421
BP
1EXTRA_DIST += \
2 debian/changelog \
064af421
BP
3 debian/compat \
4 debian/control \
5 debian/control.modules.in \
6 debian/copyright \
82e95919 7 debian/copyright.in \
49c57a8f 8 debian/dkms.conf.in \
064af421 9 debian/dirs \
064af421 10 debian/openvswitch-common.dirs \
c483d489 11 debian/openvswitch-common.docs \
064af421
BP
12 debian/openvswitch-common.install \
13 debian/openvswitch-common.manpages \
064af421 14 debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in \
49c57a8f
CS
15 debian/openvswitch-datapath-dkms.postinst \
16 debian/openvswitch-datapath-dkms.prerm \
064af421
BP
17 debian/openvswitch-datapath-source.README.Debian \
18 debian/openvswitch-datapath-source.copyright \
19 debian/openvswitch-datapath-source.dirs \
20 debian/openvswitch-datapath-source.install \
4886d4d2 21 debian/openvswitch-dev.install \
14bd2d51 22 debian/openvswitch-pki.dirs \
064af421 23 debian/openvswitch-pki.postinst \
e8b95166 24 debian/openvswitch-pki.postrm \
064af421
BP
25 debian/openvswitch-switch.README.Debian \
26 debian/openvswitch-switch.dirs \
27 debian/openvswitch-switch.init \
28 debian/openvswitch-switch.install \
29 debian/openvswitch-switch.logrotate \
30 debian/openvswitch-switch.manpages \
31 debian/openvswitch-switch.postinst \
32 debian/openvswitch-switch.postrm \
33 debian/openvswitch-switch.template \
86b87c92 34 debian/openvswitch-switch.links \
0be6140a
AA
35 debian/openvswitch-test.dirs \
36 debian/openvswitch-test.install \
37 debian/openvswitch-test.manpages \
0bc1b46a
BP
38 debian/openvswitch-testcontroller.README.Debian \
39 debian/openvswitch-testcontroller.default \
40 debian/openvswitch-testcontroller.dirs \
41 debian/openvswitch-testcontroller.init \
42 debian/openvswitch-testcontroller.install \
43 debian/openvswitch-testcontroller.manpages \
44 debian/openvswitch-testcontroller.postinst \
45 debian/openvswitch-testcontroller.postrm \
2d6934b4
JP
46 debian/openvswitch-vtep.default \
47 debian/openvswitch-vtep.dirs \
48 debian/openvswitch-vtep.init \
49 debian/openvswitch-vtep.install \
50 debian/openvswitch-vtep.manpages \
86d9ab04
GS
51 debian/ovn-central.dirs \
52 debian/ovn-central.init \
53 debian/ovn-central.install \
54 debian/ovn-central.manpages \
55 debian/ovn-central.postinst \
56 debian/ovn-central.postrm \
57 debian/ovn-central.template \
f4a4ce58
RM
58 debian/ovn-controller-vtep.init \
59 debian/ovn-controller-vtep.install \
60 debian/ovn-controller-vtep.manpages \
5f00df7d
GS
61 debian/ovn-common.install \
62 debian/ovn-common.manpages \
c0a3597b
BS
63 debian/ovn-common.postinst \
64 debian/ovn-common.postrm \
f4a4ce58 65 debian/ovn-docker.install \
5629723d
GS
66 debian/ovn-host.dirs \
67 debian/ovn-host.init \
68 debian/ovn-host.install \
69 debian/ovn-host.manpages \
70 debian/ovn-host.postinst \
71 debian/ovn-host.postrm \
72 debian/ovn-host.template \
1d273d6d
SL
73 debian/python-openvswitch.dirs \
74 debian/python-openvswitch.install \
3a2eca8d 75 debian/rules \
dc2882fa 76 debian/rules.modules \
86b87c92 77 debian/ifupdown.sh \
dc2882fa 78 debian/source/format
208d496f 79
c92647a4 80check-debian-changelog-version:
59405f31
BP
81 @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
82 if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
83 then \
84 :; \
85 else \
86 echo "Update debian/changelog to mention version $(VERSION)"; \
87 exit 1; \
c92647a4
BP
88 fi
89ALL_LOCAL += check-debian-changelog-version
90DIST_HOOKS += check-debian-changelog-version
82e95919
BP
91
92$(srcdir)/debian/copyright: AUTHORS debian/copyright.in
ef44aa50 93 $(AM_V_GEN) \
82e95919
BP
94 { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
95 sed '1,/^$$/d' $(srcdir)/AUTHORS | \
96 sed -n -e '/^$$/q' -e 's/^/ /p'; \
97 sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
98 } > $@
99
100DISTCLEANFILES += debian/copyright