]> git.proxmox.com Git - ovs.git/blame - debian/automake.mk
test-controller: Rename to ovs-testcontroller, again install.
[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 \
a3acf0b0
JP
21 debian/openvswitch-ipsec.dirs \
22 debian/openvswitch-ipsec.init \
23 debian/openvswitch-ipsec.install \
14bd2d51 24 debian/openvswitch-pki.dirs \
064af421 25 debian/openvswitch-pki.postinst \
e8b95166 26 debian/openvswitch-pki.postrm \
064af421
BP
27 debian/openvswitch-switch.README.Debian \
28 debian/openvswitch-switch.dirs \
29 debian/openvswitch-switch.init \
30 debian/openvswitch-switch.install \
31 debian/openvswitch-switch.logrotate \
32 debian/openvswitch-switch.manpages \
33 debian/openvswitch-switch.postinst \
34 debian/openvswitch-switch.postrm \
35 debian/openvswitch-switch.template \
86b87c92 36 debian/openvswitch-switch.links \
0be6140a
AA
37 debian/openvswitch-test.dirs \
38 debian/openvswitch-test.install \
39 debian/openvswitch-test.manpages \
0bc1b46a
BP
40 debian/openvswitch-testcontroller.README.Debian \
41 debian/openvswitch-testcontroller.default \
42 debian/openvswitch-testcontroller.dirs \
43 debian/openvswitch-testcontroller.init \
44 debian/openvswitch-testcontroller.install \
45 debian/openvswitch-testcontroller.manpages \
46 debian/openvswitch-testcontroller.postinst \
47 debian/openvswitch-testcontroller.postrm \
2d6934b4
JP
48 debian/openvswitch-vtep.default \
49 debian/openvswitch-vtep.dirs \
50 debian/openvswitch-vtep.init \
51 debian/openvswitch-vtep.install \
52 debian/openvswitch-vtep.manpages \
a3acf0b0 53 debian/ovs-monitor-ipsec \
1d273d6d
SL
54 debian/python-openvswitch.dirs \
55 debian/python-openvswitch.install \
3a2eca8d 56 debian/rules \
dc2882fa 57 debian/rules.modules \
86b87c92 58 debian/ifupdown.sh \
dc2882fa 59 debian/source/format
208d496f 60
c92647a4 61check-debian-changelog-version:
59405f31
BP
62 @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
63 if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
64 then \
65 :; \
66 else \
67 echo "Update debian/changelog to mention version $(VERSION)"; \
68 exit 1; \
c92647a4
BP
69 fi
70ALL_LOCAL += check-debian-changelog-version
71DIST_HOOKS += check-debian-changelog-version
82e95919
BP
72
73$(srcdir)/debian/copyright: AUTHORS debian/copyright.in
74 { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
75 sed '1,/^$$/d' $(srcdir)/AUTHORS | \
76 sed -n -e '/^$$/q' -e 's/^/ /p'; \
77 sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
78 } > $@
79
80DISTCLEANFILES += debian/copyright