]> git.proxmox.com Git - mirror_ovs.git/blame - debian/automake.mk
debian: Fixed openvswitch-test package dependency.
[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 \
1ca0323e
BP
55 debian/python3-openvswitch.dirs \
56 debian/python3-openvswitch.install \
3a2eca8d 57 debian/rules \
dc2882fa 58 debian/rules.modules \
86b87c92 59 debian/ifupdown.sh \
dc2882fa 60 debian/source/format
208d496f 61
c92647a4 62check-debian-changelog-version:
59405f31
BP
63 @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
64 if $(FGREP) '($(DEB_VERSION)' $(srcdir)/debian/changelog >/dev/null; \
65 then \
66 :; \
67 else \
68 echo "Update debian/changelog to mention version $(VERSION)"; \
69 exit 1; \
c92647a4
BP
70 fi
71ALL_LOCAL += check-debian-changelog-version
72DIST_HOOKS += check-debian-changelog-version
82e95919 73
3deca69b 74$(srcdir)/debian/copyright: AUTHORS.rst debian/copyright.in
ef44aa50 75 $(AM_V_GEN) \
82e95919 76 { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
3deca69b 77 sed '34,/^$$/d' $(srcdir)/AUTHORS.rst | \
82e95919 78 sed -n -e '/^$$/q' -e 's/^/ /p'; \
3deca69b 79 sed -e '34,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
82e95919
BP
80 } > $@
81
70969b09 82CLEANFILES += debian/copyright