]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

packaging
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 02:30:32 +0000 (21:30 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 02:30:32 +0000 (21:30 -0500)
Makefile
debian/clean
debian/control
debian/install
webcheckout

index ea439eca8c08cb27e7a71c2708f7938a35467718..f03411a25bf39ed554014a400080739fed0e9661 100644 (file)
--- 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
index fa6cfb8ff827cb1a8ebecd4e3774405e7b6ef3e7..f7e585b87a69dedd50204eed833b1787ab63ad93 100644 (file)
@@ -1 +1 @@
-mr.1
+*.1
index 9a1a8955819ad1fd57ac1a3947be33e4a1c5367e..75fc427d605146c0eed6d669447b2cfe4cccb938 100644 (file)
@@ -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.
index 5c2919352ea2c5d758ce408536f492291c905871..f823a28c59e3e5e8c4d5f5978e002257f2966972 100644 (file)
@@ -1,2 +1,3 @@
 mr usr/bin
 lib/* usr/share/mr
+webcheckout usr/bin
index 19d46208e94965a0b657a05ff7516ef878bd5163..c97e40bf4f1217648cb10d3e3f3eda1ac2849392 100755 (executable)
@@ -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