[Pkg-haskell-commits] darcs: haskell-configfile: Rename documentation package

Iain Lane laney at ubuntu.com
Fri Jan 4 14:45:27 UTC 2013


Sat Jul  3 09:54:18 UTC 2010  Iain Lane <laney at ubuntu.com>
  * Rename documentation package
  Ignore-this: 895af721a6c331564a5653cbb4a18739

    M ./changelog +1
    M ./control -2 +10

Sat Jul  3 09:54:18 UTC 2010  Iain Lane <laney at ubuntu.com>
  * Rename documentation package
  Ignore-this: 895af721a6c331564a5653cbb4a18739
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:45:26.823739179 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:45:27.150221607 +0000
@@ -3,6 +3,7 @@
   * debian/control:
     + Clean up Build-Depends and bump some minimum versions
     + Slightly rewrite short and long descriptions to be more DHG consistent
+    + Rename documentation package
 
  --
 
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:45:26.823739179 +0000
+++ new-haskell-configfile//control	2013-01-04 14:45:27.134219503 +0000
@@ -10,6 +10,10 @@
                libghc6-missingh-dev (>= 1.0.3.2),
                libghc6-regex-compat-dev,
                libghc6-mtl-dev
+Build-Depends-Indep: ghc6-doc (>= 6.12),
+                     libghc6-missingh-doc (>= 1.0.3.2),
+                     libghc6-regex-compat-doc,
+                     libghc6-mtl-doc
 Standards-Version: 3.8.3
 Section: haskell
 Homepage: http://software.complete.org/configfile
@@ -36,11 +40,15 @@
  It's possible to make a config file parsable by this module,
  the Unix shell, and make.
 
-Package: configfile-doc
+Package: libghc6-configfile-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
-Description: Parser and writer for handling sectioned config files in Haskell, Documentation
+Description: Parser and writer for sectioned config files in Haskell; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language. See http://www.haskell.org/ for more information on
+ Haskell.
+ .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,





More information about the Pkg-haskell-commits mailing list