[Pkg-libvirt-commits] [libguestfs] 70/87: builder: Move Perl_edit module into common code.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:16 UTC 2014


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

bengen pushed a commit to branch debian
in repository libguestfs.

commit 9e1ea19a3935acc9cf55ed0b581ba98d7f51d3f8
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 29 14:03:45 2014 +0000

    builder: Move Perl_edit module into common code.
    
    There is no functional change.
    
    (cherry picked from commit 2595fa5069383522741ffea3afbe99253e3899b2)
---
 builder/Makefile.am              | 4 +---
 mllib/Makefile.am                | 3 +++
 {builder => mllib}/perl_edit.ml  | 0
 {builder => mllib}/perl_edit.mli | 0
 po/POTFILES-ml                   | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/builder/Makefile.am b/builder/Makefile.am
index e3878dc..b8bf6ac 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -37,8 +37,6 @@ SOURCES = \
 	index_parser.ml \
 	list_entries.mli \
 	list_entries.ml \
-	perl_edit.ml \
-	perl_edit.mli \
 	sigchecker.mli \
 	sigchecker.ml
 
@@ -53,6 +51,7 @@ OBJECTS = \
 	$(top_builddir)/mllib/random_seed.cmx \
 	$(top_builddir)/mllib/hostname.cmx \
 	$(top_builddir)/mllib/firstboot.cmx \
+	$(top_builddir)/mllib/perl_edit.cmx \
 	$(top_builddir)/mllib/crypt-c.o \
 	$(top_builddir)/mllib/crypt.cmx \
 	$(top_builddir)/mllib/fsync-c.o \
@@ -64,7 +63,6 @@ OBJECTS = \
 	sigchecker.cmx \
 	index_parser.cmx \
 	list_entries.cmx \
-	perl_edit.cmx \
 	cmdline.cmx \
 	builder.cmx
 
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 1103ffb..8c8d508 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -40,6 +40,8 @@ SOURCES = \
 	hostname.ml \
 	password.mli \
 	password.ml \
+	perl_edit.mli \
+	perl_edit.ml \
 	progress-c.c \
 	progress.mli \
 	progress.ml \
@@ -76,6 +78,7 @@ OBJECTS = \
 	random_seed.cmx \
 	hostname.cmx \
 	firstboot.cmx \
+	perl_edit.cmx \
 	tTY.cmx \
 	fsync.cmx \
 	progress.cmx \
diff --git a/builder/perl_edit.ml b/mllib/perl_edit.ml
similarity index 100%
rename from builder/perl_edit.ml
rename to mllib/perl_edit.ml
diff --git a/builder/perl_edit.mli b/mllib/perl_edit.mli
similarity index 100%
rename from builder/perl_edit.mli
rename to mllib/perl_edit.mli
diff --git a/po/POTFILES-ml b/po/POTFILES-ml
index 2ca1042..eff4de4 100644
--- a/po/POTFILES-ml
+++ b/po/POTFILES-ml
@@ -4,7 +4,6 @@ builder/downloader.ml
 builder/get_kernel.ml
 builder/index_parser.ml
 builder/list_entries.ml
-builder/perl_edit.ml
 builder/sigchecker.ml
 mllib/common_gettext.ml
 mllib/common_utils.ml
@@ -16,6 +15,7 @@ mllib/fsync.ml
 mllib/hostname.ml
 mllib/libdir.ml
 mllib/password.ml
+mllib/perl_edit.ml
 mllib/progress.ml
 mllib/random_seed.ml
 mllib/tTY.ml

-- 
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