[Pkg-haskell-commits] darcs: haskell-debian: Add man pages.

Erik de Castro Lopo erikd at mega-nerd.com
Mon May 10 05:11:28 UTC 2010


Mon May 10 05:10:03 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Add man pages.
  Ignore-this: bb3508e13b72f9593d7931fc8238dc3

    A ./apt-get-build-depends.1
    A ./cabal-debian.1
    M ./changelog +2
    A ./debian-report.1
    A ./fakechanges.1

Mon May 10 05:10:03 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Add man pages.
  Ignore-this: bb3508e13b72f9593d7931fc8238dc3
diff -rN -u old-haskell-debian/apt-get-build-depends.1 new-haskell-debian/apt-get-build-depends.1
--- old-haskell-debian/apt-get-build-depends.1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/apt-get-build-depends.1	2010-05-10 05:11:28.652589739 +0000
@@ -0,0 +1,17 @@
+.TH APT-GET-BUILD-DEPENDS 1  "May 10, 2010"
+
+.SH NAME
+apt-get-build-depends \- apt-get install build depends
+
+.SH SYNOPSIS
+.B apt-get-build-depends
+.RI 
+
+.SH DESCRIPTION
+apt-get-build-depends parse the Build-Depends{-Indep} lines from a
+debian/control file and apt-get installs the required packages.
+
+.SH AUTHOR
+This manual page was originally written by Erik de Castro Lopo 
+<erikd at mega-nerd.com> for the Debian GNU/Linux system (but may be used by 
+others).
diff -rN -u old-haskell-debian/cabal-debian.1 new-haskell-debian/cabal-debian.1
--- old-haskell-debian/cabal-debian.1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/cabal-debian.1	2010-05-10 05:11:28.652589739 +0000
@@ -0,0 +1,120 @@
+.\"Original page generated by txt2man and then hacked extensively.
+.TH CABAL-DEBIAN 1  "May 10, 2010"
+
+.SH NAME
+cabal-debian \- create Debian package meta data from a Haskell cabal file.
+
+.SH SYNOPSIS
+.B cabal-debian
+.RI [flags]
+
+.SH DESCRIPTION
+cabal-debian will generated the Debian meta data for a Debian package from the
+cabal file of a Haskell package. The program expects to find the package's
+<pkgname>.cabal file in the directory from which it was run.
+
+.TP
+.B
+\fB--prefix=PATH\fP
+Pass this prefix if we need to configure the package
+
+.TP
+.B
+\fB--ghc\fP
+Compile with GHC.
+
+.TP
+.B
+\fB--hugs\fP
+Compile with HUGS.
+
+.TP
+.B
+\fB--jhc\fP
+Compile with JHC.
+
+.TP
+.B
+\fB--nhc\fP
+Compile with NHC.
+
+.TP
+.B
+\fB-h, -?, \-\-help\fP
+Show this help text.
+
+.TP
+.B
+\fB--name\fP=NAME
+Override the default package name.
+.TP
+.B
+\fB--disable-haddock\fP
+Don't generate API docs.
+.TP
+.B
+\fB--disable-library-profiling\fP
+Don't generate profiling libraries.
+.TP
+.B
+\fB--disable-optimization\fP
+Don't generate optimised code.
+
+.TP
+.B
+\fB--disable-split-objs\fP
+Don't split object files to save space.
+
+.TP
+.B
+\fB-f\fP FLAGS, \fB--flags\fP=FLAGS
+Set given flags in Cabal conditionals.
+
+.TP
+.B
+\fB--release\fP=RELEASE
+Override the default package release.
+
+.TP
+.B
+\fB--debdir\fP=DEBDIR
+Override the default output directory ("./debian").
+
+.TP
+.B
+\fB-v n,q \fB--verbose=n\fP
+Change build verbosity.
+
+.TP
+.B
+\fB--version\fP=VERSION
+Override the default package version.
+
+.TP
+.B
+\fB--maintainer\fP=Maintainer Name <email addr>
+Override the Maintainer name and email in $DEBEMAIL/$EMAIL/$DEBFULLNAME/$FULLNAME.
+
+.TP
+.B
+\fB--debianize\fP
+Generate a new debianization, replacing any existing one.  One of
+\fB--debianize\fP, \fB--substvar\fP, or \fB--update-debianization\fP is
+required.
+
+.TP
+.B
+\fB--substvar\fP=Doc, Prof, or Dev
+Write out the list of dependencies required for the dev, prof or doc package
+depending on the argument. This value can be added to the appropriate substvars
+file.
+
+.TP
+.B
+\fB--update-debianization\fP
+Update an existing debianization.
+
+.SH AUTHOR
+This manual page was originally written by Erik de Castro Lopo 
+<erikd at mega-nerd.com> for the Debian GNU/Linux system (but may be used by 
+others).
diff -rN -u old-haskell-debian/changelog new-haskell-debian/changelog
--- old-haskell-debian/changelog	2010-05-10 05:11:28.648589523 +0000
+++ new-haskell-debian/changelog	2010-05-10 05:11:28.656589955 +0000
@@ -2,6 +2,8 @@
 
   [ Erik de Castro Lopo ]
   * debian/control: Fix lintian warnings.
+  * Add man pages for apt-get-build-depends, cabal-debian, debian-report and
+    fakechanges.
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Mon, 10 May 2010 09:08:20 +1000
 
diff -rN -u old-haskell-debian/debian-report.1 new-haskell-debian/debian-report.1
--- old-haskell-debian/debian-report.1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/debian-report.1	2010-05-10 05:11:28.652589739 +0000
@@ -0,0 +1,20 @@
+.\"Original page generated by txt2man and then hacked extensively.
+.TH DEBIAN-REPORT 1  "May 10, 2010"
+
+.SH NAME
+debian-report \- report differences in packages referenced by two sources.list
+files.
+
+.SH SYNOPSIS
+.B debian-report
+.RI "<old sources.list> <new sources.list>"
+
+.SH DESCRIPTION
+debian-report is given two Debain sources.list files as arguments and will
+find all the packages referenced by the second which trump packages found in
+the first.
+
+.SH AUTHOR
+This manual page was originally written by Erik de Castro Lopo 
+<erikd at mega-nerd.com> for the Debian GNU/Linux system (but may be used by 
+others).
diff -rN -u old-haskell-debian/fakechanges.1 new-haskell-debian/fakechanges.1
--- old-haskell-debian/fakechanges.1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/fakechanges.1	2010-05-10 05:11:28.652589739 +0000
@@ -0,0 +1,17 @@
+.TH FAKECHANGES 1  "May 10, 2010"
+
+.SH NAME
+fakechanges \- reverse engineer a Debian .changes file.
+
+.SH SYNOPSIS
+.B fakechanges
+.RI "[OPTION]  files..."
+
+.SH DESCRIPTION
+fakechanges can reverse engineer the .changes file from the .debs, .dsc,
+ .tar.gz, .diff.gz, etc from a package build.
+
+.SH AUTHOR
+This manual page was originally written by Erik de Castro Lopo 
+<erikd at mega-nerd.com> for the Debian GNU/Linux system (but may be used by 
+others).





More information about the Pkg-haskell-commits mailing list