X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fautomake.mk;h=5a23d46326fcd92b34d3c404c0c0fa23cea2146a;hb=refs%2Fheads%2Flts-1.0;hp=2658e392da421c8d025de3b46cc3820ba32203dc;hpb=208d496f15787e55777c2ef541595f9e750ef771;p=sliver-openvswitch.git diff --git a/debian/automake.mk b/debian/automake.mk index 2658e392d..5a23d4632 100644 --- a/debian/automake.mk +++ b/debian/automake.mk @@ -6,6 +6,7 @@ EXTRA_DIST += \ debian/copyright \ debian/corekeeper.cron.daily \ debian/corekeeper.init \ + debian/corekeeper.override \ debian/dirs \ debian/openvswitch-common.dirs \ debian/openvswitch-common.install \ @@ -22,20 +23,11 @@ EXTRA_DIST += \ debian/openvswitch-datapath-source.copyright \ debian/openvswitch-datapath-source.dirs \ debian/openvswitch-datapath-source.install \ - debian/openvswitch-monitor.default \ - debian/openvswitch-monitor.dirs \ - debian/openvswitch-monitor.init \ - debian/openvswitch-monitor.install \ debian/openvswitch-pki-server.apache2 \ debian/openvswitch-pki-server.dirs \ debian/openvswitch-pki-server.install \ debian/openvswitch-pki-server.postinst \ debian/openvswitch-pki.postinst \ - debian/openvswitch-switch-config.dirs \ - debian/openvswitch-switch-config.install \ - debian/openvswitch-switch-config.manpages \ - debian/openvswitch-switch-config.overrides \ - debian/openvswitch-switch-config.templates \ debian/openvswitch-switch.README.Debian \ debian/openvswitch-switch.dirs \ debian/openvswitch-switch.init \ @@ -45,23 +37,16 @@ EXTRA_DIST += \ debian/openvswitch-switch.postinst \ debian/openvswitch-switch.postrm \ debian/openvswitch-switch.template \ - debian/openvswitch-switchui.copyright \ - debian/openvswitch-switchui.default \ - debian/openvswitch-switchui.dirs \ - debian/openvswitch-switchui.init \ - debian/openvswitch-switchui.install \ - debian/openvswitch-wdt.default \ - debian/openvswitch-wdt.dirs \ - debian/openvswitch-wdt.init \ - debian/openvswitch-wdt.install \ - debian/ovs-switch-setup \ - debian/ovs-switch-setup.8 \ - debian/po/POTFILES.in \ - debian/po/templates.pot \ - debian/reconfigure \ debian/rules \ debian/rules.modules -dist-hook: - $(srcdir)/build-aux/update-debian-changelog '$(distdir)/debian/changelog' '$(VERSION)' -EXTRA_DIST += build-aux/check-structs +check-debian-changelog-version: + @if $(FGREP) '($(VERSION))' $(srcdir)/debian/changelog >/dev/null; \ + then \ + :; \ + else \ + echo "Update debian/changelog to mention version $(VERSION)"; \ + exit 1; \ + fi +ALL_LOCAL += check-debian-changelog-version +DIST_HOOKS += check-debian-changelog-version