add docs for zgz
authorjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 19:15:25 +0000 (19:15 +0000)
committerjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 19:15:25 +0000 (19:15 +0000)
debian/rules
zgz.pod [new file with mode: 0755]

index bbd3ba1..3cc791c 100755 (executable)
@@ -4,24 +4,26 @@ build:
        $(MAKE)
        pod2man -c pristine-tar pristine-tar > pristine-tar.1
        pod2man -c pristine-gz pristine-gz > pristine-gz.1
+       pod2man -c zgz zgz.pod > zgz.1
 
 clean:
        dh_testdir
        dh_testroot
        $(MAKE) clean
-       dh_clean pristine-tar.1 pristine-gz.1
-
-binary-arch: build
+       dh_clean pristine-tar.1 pristine-gz.1 zgz.1
 
 binary-indep: build
+
+binary-arch: build
        dh_testdir
        dh_testroot
        dh_clean -k
-       dh_install pristine-tar pristine-gz usr/bin
+       dh_install pristine-tar pristine-gz zgz usr/bin
        dh_installdocs TODO delta-format.txt
        dh_installman *.1
        dh_installchangelogs
        dh_compress
+       dh_strip
        dh_fixperms
        dh_perl
        dh_installdeb
diff --git a/zgz.pod b/zgz.pod
new file mode 100755 (executable)
index 0000000..753f553
--- /dev/null
+++ b/zgz.pod
@@ -0,0 +1,23 @@
+=head1 NAME
+
+zgz - libz based gz creator
+
+=head1 SYNOPSIS
+
+B<zgz> [options] file
+
+=head1 DESCRIPTION
+
+zgz is a modified version of a BSD gzip program. Unlike gzip(1), it
+uses libz for compression.
+
+It supports a variety of special, and currently unducumented options which
+aid pristine-gz(1) in reproducing builds of gz files that are bit-identical
+to the originals.
+
+=head1 AUTHOR
+
+Matthew R. Green,
+Faidon Liambotis
+
+=cut