5 debian/control.modules.in \
9 debian/openvswitch-brcompat.install \
10 debian/openvswitch-brcompat.manpages \
11 debian/openvswitch-brcompat.postinst \
12 debian/openvswitch-common.dirs \
13 debian/openvswitch-common.install \
14 debian/openvswitch-common.manpages \
15 debian/openvswitch-controller.README.Debian \
16 debian/openvswitch-controller.default \
17 debian/openvswitch-controller.dirs \
18 debian/openvswitch-controller.init \
19 debian/openvswitch-controller.install \
20 debian/openvswitch-controller.manpages \
21 debian/openvswitch-controller.postinst \
22 debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in \
23 debian/openvswitch-datapath-source.README.Debian \
24 debian/openvswitch-datapath-source.copyright \
25 debian/openvswitch-datapath-source.dirs \
26 debian/openvswitch-datapath-source.install \
27 debian/openvswitch-ipsec.dirs \
28 debian/openvswitch-ipsec.init \
29 debian/openvswitch-ipsec.install \
30 debian/openvswitch-pki.postinst \
31 debian/openvswitch-switch.README.Debian \
32 debian/openvswitch-switch.dirs \
33 debian/openvswitch-switch.init \
34 debian/openvswitch-switch.install \
35 debian/openvswitch-switch.logrotate \
36 debian/openvswitch-switch.manpages \
37 debian/openvswitch-switch.postinst \
38 debian/openvswitch-switch.postrm \
39 debian/openvswitch-switch.template \
40 debian/ovsdbmonitor.install \
41 debian/ovsdbmonitor.manpages \
42 debian/ovs-monitor-ipsec \
43 debian/python-openvswitch.dirs \
44 debian/python-openvswitch.install \
46 debian/rules.modules \
49 check-debian-changelog-version:
50 @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
51 if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
55 echo "Update debian/changelog to mention version $(VERSION)"; \
58 ALL_LOCAL += check-debian-changelog-version
59 DIST_HOOKS += check-debian-changelog-version
61 $(srcdir)/debian/copyright: AUTHORS debian/copyright.in
62 { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
63 sed '1,/^$$/d' $(srcdir)/AUTHORS | \
64 sed -n -e '/^$$/q' -e 's/^/ /p'; \
65 sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
68 DISTCLEANFILES += debian/copyright