[Pkg-libvirt-commits] [libguestfs] 75/146: p2v: Rename authors.c, copying.c -> about-* to avoid confusion.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:37 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 45349e1b71828068975280b52ff3952df97ca437
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Dec 13 19:30:00 2014 +0000

    p2v: Rename authors.c, copying.c -> about-* to avoid confusion.
    
    Just file renaming, no other change.
    
    (cherry picked from commit 5a964144b27cab4a4a8d220dba6ad53f4655fd5e)
---
 p2v/Makefile.am                    | 4 ++--
 p2v/{authors.c => about-authors.c} | 0
 p2v/{copying.c => about-license.c} | 0
 p2v/p2v.h                          | 4 ++--
 po/POTFILES                        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/p2v/Makefile.am b/p2v/Makefile.am
index 24c5987..c95e880 100644
--- a/p2v/Makefile.am
+++ b/p2v/Makefile.am
@@ -44,10 +44,10 @@ libexec_PROGRAMS = virt-p2v
 # Note that miniexpect comes from here:
 # http://git.annexia.org/?p=miniexpect.git;a=summary
 virt_p2v_SOURCES = \
-	authors.c \
+	about-authors.c \
+	about-license.c \
 	config.c \
 	conversion.c \
-	copying.c \
 	gui.c \
 	kernel.c \
 	main.c \
diff --git a/p2v/authors.c b/p2v/about-authors.c
similarity index 100%
rename from p2v/authors.c
rename to p2v/about-authors.c
diff --git a/p2v/copying.c b/p2v/about-license.c
similarity index 100%
rename from p2v/copying.c
rename to p2v/about-license.c
diff --git a/p2v/p2v.h b/p2v/p2v.h
index c3ca0f6..a51d400 100644
--- a/p2v/p2v.h
+++ b/p2v/p2v.h
@@ -114,10 +114,10 @@ extern int v2v_release;
 extern char **input_drivers;
 extern char **output_drivers;
 
-/* authors.c */
+/* about-authors.c */
 extern const char *authors[];
 
-/* copying.c */
+/* about-license.c */
 extern const char *gplv2plus;
 
 #endif /* P2V_H */
diff --git a/po/POTFILES b/po/POTFILES
index 1a088f5..b7a896b 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -256,10 +256,10 @@ mllib/tty-c.c
 mllib/uri-c.c
 ocaml/guestfs-c-actions.c
 ocaml/guestfs-c.c
-p2v/authors.c
+p2v/about-authors.c
+p2v/about-license.c
 p2v/config.c
 p2v/conversion.c
-p2v/copying.c
 p2v/gui.c
 p2v/kernel.c
 p2v/main.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list