[Pkg-haskell-commits] darcs: haskell-debian: Drop all cabal-debian references.

Clint Adams clint at debian.org
Sat Jun 16 19:52:21 UTC 2012


Sat Jun 16 19:52:28 UTC 2012  Clint Adams <clint at debian.org>
  * Drop all cabal-debian references.
  Ignore-this: ebfb265178d6a11176087ec6dd86b12d

    R ./cabal-debian.1
    M ./changelog +6
    M ./control -6 +1

Sat Jun 16 19:52:28 UTC 2012  Clint Adams <clint at debian.org>
  * Drop all cabal-debian references.
  Ignore-this: ebfb265178d6a11176087ec6dd86b12d
diff -rN -u old-haskell-debian//cabal-debian.1 new-haskell-debian//cabal-debian.1
--- old-haskell-debian//cabal-debian.1	2012-06-16 19:52:20.646330516 +0000
+++ new-haskell-debian//cabal-debian.1	1970-01-01 00:00:00.000000000 +0000
@@ -1,120 +0,0 @@
-.\"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	2012-06-16 19:52:20.646330516 +0000
+++ new-haskell-debian//changelog	2012-06-16 19:52:20.650329183 +0000
@@ -1,3 +1,9 @@
+haskell-debian (3.64-3) unstable; urgency=low
+
+  * Don't ship cabal-debian(1), as it is now in that package.
+
+ -- Clint Adams <clint at debian.org>  Sat, 16 Jun 2012 15:47:53 -0400
+
 haskell-debian (3.64-2) unstable; urgency=low
 
   * Remove doc-base file, avoids squeeze → wheezy upgrade problems
diff -rN -u old-haskell-debian//control new-haskell-debian//control
--- old-haskell-debian//control	2012-06-16 19:52:20.622325694 +0000
+++ new-haskell-debian//control	2012-06-16 19:52:20.650329183 +0000
@@ -34,7 +34,7 @@
   , libghc-regex-compat-doc
   , libghc-regex-tdfa-doc
   , libghc-bzlib-doc
-  , libghc-haxml-doc 
+  , libghc-haxml-doc
   , libghc-unixutils-doc
   , libghc-zlib-doc
   , libghc-network-doc
@@ -124,11 +124,6 @@
      relations. For example, a list of all packages in a distribution that are
      trumped by another distribution.
  .
-   * cabal-debian:
-     Tool for creating debianizations of Haskell packages based on the .cabal
-     file.  If apt-file is installed it will use it to discover what is the
-     debian package name of a C library.
- .
    * apt-get-build-depends:
      Tool which will parse the Build-Depends{-Indep} lines from debian/control
      and apt-get install the required packages





More information about the Pkg-haskell-commits mailing list