]> git.proxmox.com Git - mirror_ovs.git/blob - debian/automake.mk
datapath: Include linux/completion.h
[mirror_ovs.git] / debian / automake.mk
1 EXTRA_DIST += \
2 debian/changelog \
3 debian/compat \
4 debian/control \
5 debian/control.modules.in \
6 debian/copyright \
7 debian/copyright.in \
8 debian/dkms.conf.in \
9 debian/dirs \
10 debian/openvswitch-brcompat.install \
11 debian/openvswitch-brcompat.manpages \
12 debian/openvswitch-brcompat.postinst \
13 debian/openvswitch-brcompat.postrm \
14 debian/openvswitch-common.dirs \
15 debian/openvswitch-common.install \
16 debian/openvswitch-common.manpages \
17 debian/openvswitch-controller.README.Debian \
18 debian/openvswitch-controller.default \
19 debian/openvswitch-controller.dirs \
20 debian/openvswitch-controller.init \
21 debian/openvswitch-controller.install \
22 debian/openvswitch-controller.manpages \
23 debian/openvswitch-controller.postinst \
24 debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in \
25 debian/openvswitch-datapath-dkms.postinst \
26 debian/openvswitch-datapath-dkms.prerm \
27 debian/openvswitch-datapath-source.README.Debian \
28 debian/openvswitch-datapath-source.copyright \
29 debian/openvswitch-datapath-source.dirs \
30 debian/openvswitch-datapath-source.install \
31 debian/openvswitch-ipsec.dirs \
32 debian/openvswitch-ipsec.init \
33 debian/openvswitch-ipsec.install \
34 debian/openvswitch-pki.dirs \
35 debian/openvswitch-pki.postinst \
36 debian/openvswitch-pki.postrm \
37 debian/openvswitch-switch.README.Debian \
38 debian/openvswitch-switch.dirs \
39 debian/openvswitch-switch.init \
40 debian/openvswitch-switch.install \
41 debian/openvswitch-switch.logrotate \
42 debian/openvswitch-switch.manpages \
43 debian/openvswitch-switch.postinst \
44 debian/openvswitch-switch.postrm \
45 debian/openvswitch-switch.template \
46 debian/openvswitch-test.dirs \
47 debian/openvswitch-test.install \
48 debian/openvswitch-test.manpages \
49 debian/ovsdbmonitor.install \
50 debian/ovsdbmonitor.manpages \
51 debian/ovs-monitor-ipsec \
52 debian/python-openvswitch.dirs \
53 debian/python-openvswitch.install \
54 debian/rules \
55 debian/rules.modules \
56 debian/source/format
57
58 check-debian-changelog-version:
59 @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
60 if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
61 then \
62 :; \
63 else \
64 echo "Update debian/changelog to mention version $(VERSION)"; \
65 exit 1; \
66 fi
67 ALL_LOCAL += check-debian-changelog-version
68 DIST_HOOKS += check-debian-changelog-version
69
70 $(srcdir)/debian/copyright: AUTHORS debian/copyright.in
71 { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
72 sed '1,/^$$/d' $(srcdir)/AUTHORS | \
73 sed -n -e '/^$$/q' -e 's/^/ /p'; \
74 sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
75 } > $@
76
77 DISTCLEANFILES += debian/copyright