Add files debian/{mogilefsd,mogstored}.install needed for building
the debian packages.Signed-off-by: Nick Andrew <[EMAIL PROTECTED]> --- server/debian/mogilefsd.install | 7 +++++++ server/debian/mogstored.install | 5 +++++ 2 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 server/debian/mogilefsd.install create mode 100644 server/debian/mogstored.install diff --git a/server/debian/mogilefsd.install b/server/debian/mogilefsd.install new file mode 100644 index 0000000..0cd0acf --- /dev/null +++ b/server/debian/mogilefsd.install @@ -0,0 +1,7 @@ +usr/bin/mogdbsetup /usr/bin +usr/bin/mogilefsd /usr/bin +usr/share/man/man1/mogilefsd.1p /usr/share/man/man1 +usr/share/man/man3/MogileFS* /usr/share/man/man3 +usr/share/perl5/MogileFS /usr/share/perl5 +usr/share/perl5/dev-mogstored.pl /usr/share/mogilefsd +usr/share/perl5/makedocs.pl /usr/share/mogilefsd diff --git a/server/debian/mogstored.install b/server/debian/mogstored.install new file mode 100644 index 0000000..c8cf284 --- /dev/null +++ b/server/debian/mogstored.install @@ -0,0 +1,5 @@ +usr/bin/mogautomount /usr/bin +usr/bin/mogstored /usr/bin +usr/share/man/man1/mogautomount.1p /usr/share/man/man1 +usr/share/man/man1/mogstored.1p /usr/share/man/man1 +usr/share/perl5/Mogstored /usr/share/perl5
