[SCM] morituri/master: * morituri/extern/Makefile.am: Hopefully fix both make and make distcheck.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:37 UTC 2014


The following commit has been merged in the master branch:
commit 505e2e34c68fd9ca44fc27c71ccab782df580a08
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri Oct 28 18:46:36 2011 +0000

    	* morituri/extern/Makefile.am:
    	  Hopefully fix both make and make distcheck.

diff --git a/ChangeLog b/ChangeLog
index df4168e..71cbee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/extern/Makefile.am:
+	  Hopefully fix both make and make distcheck.
+
+2011-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/test/Makefile.am:
 	* morituri/test/morituri.release.3451f29c-9bb8-4cc5-bfcc-bd50104b94f8.json (added):
 	* morituri/test/test_common_musicbrainzngs.py (added):
diff --git a/morituri/extern/Makefile.am b/morituri/extern/Makefile.am
index 6b0a299..fb970ee 100644
--- a/morituri/extern/Makefile.am
+++ b/morituri/extern/Makefile.am
@@ -36,9 +36,11 @@ musicbrainzngs_PYTHON = \
 
 EXTRA_DIST = log/test_log.py command/test_command.py command/help2man.py
 
+musicbrainzngs/musicbrainz.py: all
+
 python-musicbrainz-ngs:
+	pwd
 	git clone https://github.com/thomasvs/python-musicbrainz-ngs.git
 
-$(top_srcdir)/musicbrainzngs/musicbrainz.py: python-musicbrainz-ngs
-
-all: musicbrainzngs/musicbrainz.py
+all:
+	if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list