[Pkg-haskell-commits] darcs: haskell-uulib: Use standard substvars

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


Sun Dec 21 12:28:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars

    M ./changelog +1
    M ./control -39 +23

Sun Dec 21 12:28:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-uulib/changelog new-haskell-uulib/changelog
--- old-haskell-uulib/changelog	2014-12-22 15:14:26.898822439 +0000
+++ new-haskell-uulib/changelog	2014-12-22 15:14:26.902822440 +0000
@@ -3,6 +3,7 @@
   * Adjust watch file to new hackage layout
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 19:58:15 +0100
 
diff -rN -u old-haskell-uulib/control new-haskell-uulib/control
--- old-haskell-uulib/control	2014-12-22 15:14:26.898822439 +0000
+++ new-haskell-uulib/control	2014-12-22 15:14:26.898822439 +0000
@@ -14,15 +14,7 @@
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uulib/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uulib
 Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome
-
-Package: libghc-uulib-dev
-Architecture: any
-Section: haskell
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: parser and pretty print combinator library for GHC
+X-Description: parser and pretty print combinator library for GHC
  The uulib Haskell library contains fast, error repairing parser
  combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
  set of data structures and algorithms for working with sets and
@@ -31,46 +23,38 @@
  The library is developed at Utrecht University and is part of the
  Haskell Utrecht Tools.
 
+Package: libghc-uulib-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
 
 Package: libghc-uulib-prof
 Architecture: any
-Section: haskell
 Depends: ${haskell:Depends}
- , ${misc:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: profiling parser and pretty print combinator library for GHC
- The uulib Haskell library contains fast, error repairing parser
- combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
- set of data structures and algorithms for working with sets and
- sequences (UU.DData) for Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- The library is developed at Utrecht University and is part of the
- Haskell Utrecht Tools.
- .
- This package contains additional profiling libraries which can be
- used with ghcprof.
-
-
+ ${haskell:Blurb}
 
 Package: libghc-uulib-doc
-Replaces: haskell-uulib-doc (<< 0.9.10-2)
-Conflicts: haskell-uulib-doc (<< 0.9.10-2)
-Provides: haskell-uulib-doc
-Architecture: all
 Section: doc
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: API documentation for uulib Haskell library
- The API documentation of the uulib parser and pretty print combinator
- library. 
- . 
- The uulib Haskell library contains fast, error repairing parser
- combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a 
- set of data structures and algorithms for working with sets and
- sequences (UU.DData) for Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- The library is developed at Utrecht University and is part of the
- Haskell Utrecht Tools.
+ ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list