[SCM] morituri/master: rework REVISION hackery

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:16 UTC 2014


The following commit has been merged in the master branch:
commit 55992c581c91973fca118e657f1da25c41dac4b2
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Mar 26 13:01:09 2014 -0400

    rework REVISION hackery

diff --git a/Makefile.am b/Makefile.am
index 33478c1..5009ca6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,9 @@ AUTOMAKE_OPTIONS = 1.8 dist-bzip2 no-dist-gzip
 
 ACLOCAL_AMFLAGS = -I m4
 
-BUILT_SOURCES = REVISION
-
 SUBDIRS = morituri bin etc doc m4 misc
 
-EXTRA_DIST = morituri.spec morituri.doap RELEASE README.md HACKING $(BUILT_SOURCES)
+EXTRA_DIST = morituri.spec morituri.doap RELEASE README.md HACKING REVISION
 
 SOURCES = $(top_srcdir)/morituri/*.py $(top_srcdir)/morituri/*/*.py
 
@@ -48,3 +46,6 @@ REVISION: $(top_srcdir)/.git morituri/common/common.py
 	md5sum $< > $@
 
 include $(top_srcdir)/m4/pychecker.mk
+
+all-local:
+	if test -e $(top_srcdir)/.git; then make REVISION; fi

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list