[Pkg-haskell-commits] darcs: haskell-mime-types: Fix description

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:33:50 UTC 2014


Sun Dec 21 11:58:13 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description

    M ./changelog +1
    M ./control -25 +18

Sun Dec 21 11:58:13 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description
diff -rN -u old-haskell-mime-types/changelog new-haskell-mime-types/changelog
--- old-haskell-mime-types/changelog	2014-12-22 14:33:50.697538907 +0000
+++ new-haskell-mime-types/changelog	2014-12-22 14:33:50.701538910 +0000
@@ -1,6 +1,7 @@
 haskell-mime-types (0.1.0.4-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Fix description
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:58:02 +0100
 
diff -rN -u old-haskell-mime-types/control new-haskell-mime-types/control
--- old-haskell-mime-types/control	2014-12-22 14:33:50.697538907 +0000
+++ new-haskell-mime-types/control	2014-12-22 14:33:50.697538907 +0000
@@ -14,49 +14,42 @@
                    , libghc-text-doc
 Standards-Version: 3.9.4
 Homepage: https://github.com/yesodweb/wai
+X-Description: mime-type handling types and functions${haskell:ShortBlurb}
+ This package provides basic types and functions to handle mime-types.
 
 Package: libghc-mime-types-dev
 Architecture: any
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: basic mime-type handling types and functions${haskell:ShortBlurb}
- Basic mime-type handling types and functions
- .
-  Author: Michael Snoyman
-  Upstream-Maintainer: michael at snoyman.com
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the normal library files.
+ ${haskell:Blurb}
 
 Package: libghc-mime-types-prof
 Architecture: any
 Depends: ${haskell:Depends}
-         , ${misc:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: basic mime-type handling types and functions${haskell:ShortBlurb}
- Basic mime-type handling types and functions
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
-  Author: Michael Snoyman
-  Upstream-Maintainer: michael at snoyman.com
- .
- This package contains the libraries compiled with profiling enabled.
+ ${haskell:Blurb}
 
 Package: libghc-mime-types-doc
-Architecture: all
 Section: doc
-Depends: ${haskell:Depends}
-         , ${misc:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: basic mime-type handling types and functions${haskell:ShortBlurb}
- Basic mime-type handling types and functions
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
-  Author: Michael Snoyman
-  Upstream-Maintainer: michael at snoyman.com
- .
- This package contains the documentation files.
+ ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list