Select Git revision
Makefile.am
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile.am 495 B
ACLOCAL_AMFLAGS = -I gnuscripts
EXTRA_DIST = gstlal-ugly.spec
SUBDIRS = debian lib gst python bin share tests examples
# check that the most recent changelog entry's version matches the package
# version
check-local :
@CHANGELOG_VERSION=`"head" -n 1 $(top_srcdir)/debian/changelog | "sed" -e "s?.*(\([.0-9]*\).*?\1?"` ; [ "$${CHANGELOG_VERSION}" = "$(PACKAGE_VERSION)" ] || { "echo" "debian/changelog <--> package version mismatch ($${CHANGELOG_VERSION} != $(PACKAGE_VERSION))" ; "false" ; }