X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fautomake.mk;h=5fac4c85e19292247df314c4f07694ee5416df58;hb=1d0f14d4c1da6e67234c0c43db66721cd7fbac98;hp=20432062a2c9cf38dd301885901ba0cf870b90bb;hpb=a3acf0b0c46a28d6c891086e054d81dd915eea2e;p=openvswitch diff --git a/debian/automake.mk b/debian/automake.mk index 20432062..5fac4c85 100644 --- a/debian/automake.mk +++ b/debian/automake.mk @@ -5,9 +5,6 @@ EXTRA_DIST += \ debian/control.modules.in \ debian/copyright \ debian/copyright.in \ - debian/corekeeper.cron.daily \ - debian/corekeeper.init \ - debian/corekeeper.override \ debian/dirs \ debian/openvswitch-common.dirs \ debian/openvswitch-common.install \ @@ -27,10 +24,6 @@ EXTRA_DIST += \ debian/openvswitch-ipsec.dirs \ debian/openvswitch-ipsec.init \ debian/openvswitch-ipsec.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.README.Debian \ debian/openvswitch-switch.dirs \ @@ -41,7 +34,10 @@ EXTRA_DIST += \ debian/openvswitch-switch.postinst \ debian/openvswitch-switch.postrm \ debian/openvswitch-switch.template \ + debian/ovsdbmonitor.install \ + debian/ovsdbmonitor.manpages \ debian/ovs-bugtool \ + debian/ovs-bugtool.8 \ debian/ovs-monitor-ipsec \ debian/python-openvswitch.dirs \ debian/python-openvswitch.install \ @@ -49,12 +45,13 @@ EXTRA_DIST += \ debian/rules.modules check-debian-changelog-version: - @if $(FGREP) '($(VERSION))' $(srcdir)/debian/changelog >/dev/null; \ - then \ - :; \ - else \ - echo "Update debian/changelog to mention version $(VERSION)"; \ - exit 1; \ + @DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \ + if $(FGREP) '($(DEB_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