[SCM] morituri/master: put symlink to github checkout

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


The following commit has been merged in the master branch:
commit 3704ce31da801b9f0536051d9a361cdf917de159
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Nov 18 15:09:55 2012 +0000

    put symlink to github checkout

diff --git a/morituri/extern/Makefile.am b/morituri/extern/Makefile.am
index 436eb14..a2bffa3 100644
--- a/morituri/extern/Makefile.am
+++ b/morituri/extern/Makefile.am
@@ -39,8 +39,15 @@ 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
 
-all:
+python-musicbrainz-ngs-check:
 	if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then echo cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi
+
+python-command:
+	git clone https://github.com/thomasvs/python-command.git
+
+python-command-check:
+	if test ! -e $(top_srcdir)/morituri/extern/command/command.py; then echo cloning python-command; make python-command; fi
+
+all: python-musicbrainz-ngs-check python-command-check
diff --git a/morituri/extern/command b/morituri/extern/command
new file mode 120000
index 0000000..7625d61
--- /dev/null
+++ b/morituri/extern/command
@@ -0,0 +1 @@
+python-command/command
\ No newline at end of file

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list