Remove openvswitch-switch-config package.
[sliver-openvswitch.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/corekeeper.cron.daily \
8         debian/corekeeper.init \
9         debian/corekeeper.override \
10         debian/dirs \
11         debian/openvswitch-common.dirs \
12         debian/openvswitch-common.install \
13         debian/openvswitch-common.manpages \
14         debian/openvswitch-controller.README.Debian \
15         debian/openvswitch-controller.default \
16         debian/openvswitch-controller.dirs \
17         debian/openvswitch-controller.init \
18         debian/openvswitch-controller.install \
19         debian/openvswitch-controller.manpages \
20         debian/openvswitch-controller.postinst \
21         debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in \
22         debian/openvswitch-datapath-source.README.Debian \
23         debian/openvswitch-datapath-source.copyright \
24         debian/openvswitch-datapath-source.dirs \
25         debian/openvswitch-datapath-source.install \
26         debian/openvswitch-pki-server.apache2 \
27         debian/openvswitch-pki-server.dirs \
28         debian/openvswitch-pki-server.install \
29         debian/openvswitch-pki-server.postinst \
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/rules \
41         debian/rules.modules
42
43 check-debian-changelog-version:
44         @if $(FGREP) '($(VERSION))' $(srcdir)/debian/changelog >/dev/null; \
45         then                                                               \
46           :;                                                               \
47         else                                                               \
48           echo "Update debian/changelog to mention version $(VERSION)";    \
49           exit 1;                                                          \
50         fi
51 ALL_LOCAL += check-debian-changelog-version
52 DIST_HOOKS += check-debian-changelog-version