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