From cd7b0331b72123ca22a88f833b6c0bb3e3d9d15e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Jan 2009 21:30:32 -0500 Subject: [PATCH 1/1] packaging --- Makefile | 1 + debian/clean | 2 +- debian/control | 3 +++ debian/install | 1 + webcheckout | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ea439ec..f03411a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ build: pod2man -c mr mr > mr.1 + pod2man -c webcheckout webcheckout > webcheckout.1 test: (echo "[]"; echo "checkout=") > mrconfig.tmp diff --git a/debian/clean b/debian/clean index fa6cfb8..f7e585b 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1 @@ -mr.1 +*.1 diff --git a/debian/control b/debian/control index 9a1a895..75fc427 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Architecture: all Section: utils Depends: Suggests: subversion, git-core, cvs, bzr, mercurial, darcs +Recommends: libwww-perl, libhtml-parser-perl Description: a Multiple Repository management tool The mr(1) command can checkout, update, or perform other actions on a set of repositories as if they were one combined respository. It @@ -31,3 +32,5 @@ Description: a Multiple Repository management tool the update process. * Remember actions that failed due to a laptop being offline, so they can be retried when it comes back online. + . + This package also includes webcheckout. diff --git a/debian/install b/debian/install index 5c29193..f823a28 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,3 @@ mr usr/bin lib/* usr/share/mr +webcheckout usr/bin diff --git a/webcheckout b/webcheckout index 19d4620..c97e40b 100755 --- a/webcheckout +++ b/webcheckout @@ -2,7 +2,7 @@ =head1 NAME -debcheckout - check out repositories referenced on a web page +webcheckout - check out repositories referenced on a web page =head1 SYNOPSIS -- 2.39.2