[med-svn] [cnrun] 10/25: rename sources in cnrun/

andrei zavada hmmr-guest at moszumanska.debian.org
Thu Nov 6 22:08:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository cnrun.

commit 767c70a55929415390792fb5c11f4931dd5846bd
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Tue Apr 1 00:48:28 2014 +0300

    rename sources in cnrun/
---
 upstream/src/cnrun/Makefile.am                                        | 4 ++--
 .../src/cnrun/{runner-interpreter-completions.cc => completions.cc}   | 0
 upstream/src/cnrun/{runner-interpreter.cc => interpreter.cc}          | 0
 upstream/src/cnrun/{runner-main.cc => main.cc}                        | 0
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/upstream/src/cnrun/Makefile.am b/upstream/src/cnrun/Makefile.am
index 7916d33..148bf1a 100644
--- a/upstream/src/cnrun/Makefile.am
+++ b/upstream/src/cnrun/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/src/Common.mk
 
 if DO_PCH
 BUILT_SOURCES = \
-	runner.hh.gch
+	cnrun.hh.gch
 
 CLEANFILES = $(BUILT_SOURCES)
 endif
@@ -10,7 +10,7 @@ endif
 bin_PROGRAMS = \
 	cnrun
 cnrun_SOURCES = \
-	runner-main.cc runner-interpreter.cc runner-interpreter-completions.cc runner.hh
+	main.cc interpreter.cc completions.cc cnrun.hh
 cnrun_LDADD = \
 	$(top_srcdir)/src/libicing.a \
 	$(top_srcdir)/src/libcn/libcn.la \
diff --git a/upstream/src/cnrun/runner-interpreter-completions.cc b/upstream/src/cnrun/completions.cc
similarity index 100%
rename from upstream/src/cnrun/runner-interpreter-completions.cc
rename to upstream/src/cnrun/completions.cc
diff --git a/upstream/src/cnrun/runner-interpreter.cc b/upstream/src/cnrun/interpreter.cc
similarity index 100%
rename from upstream/src/cnrun/runner-interpreter.cc
rename to upstream/src/cnrun/interpreter.cc
diff --git a/upstream/src/cnrun/runner-main.cc b/upstream/src/cnrun/main.cc
similarity index 100%
rename from upstream/src/cnrun/runner-main.cc
rename to upstream/src/cnrun/main.cc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cnrun.git



More information about the debian-med-commit mailing list