[Pkg-haskell-commits] darcs: haskell-regex-tdfa-utf8: Use standard substvars

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


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

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

Sun Dec 21 14:18:31 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-regex-tdfa-utf8/changelog new-haskell-regex-tdfa-utf8/changelog
--- old-haskell-regex-tdfa-utf8/changelog	2014-12-22 14:55:39.838361111 +0000
+++ new-haskell-regex-tdfa-utf8/changelog	2014-12-22 14:55:39.842361114 +0000
@@ -2,6 +2,7 @@
 
   * Adjust watch file to new hackage layout
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:21:31 +0200
 
diff -rN -u old-haskell-regex-tdfa-utf8/control new-haskell-regex-tdfa-utf8/control
--- old-haskell-regex-tdfa-utf8/control	2014-12-22 14:55:39.838361111 +0000
+++ new-haskell-regex-tdfa-utf8/control	2014-12-22 14:55:39.838361111 +0000
@@ -20,40 +20,42 @@
 Homepage: http://hackage.haskell.org/package/regex-tdfa
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-tdfa-utf8
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-tdfa-utf8
+X-Description: Haskell library for the UTF8 version of the tagged DFA regex engine
+ This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
+ lazy bytestrings.
 
 Package: libghc-regex-tdfa-utf8-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library for the UTF8 version of the tagged DFA regex engine${haskell:ShortBlurb}
- This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
- lazy bytestrings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-utf8-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine${haskell:ShortBlurb}
- This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
- lazy bytestrings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-utf8-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: Documentation for the utf-8 version of the tagged DFA regex engine${haskell:ShortBlurb}
- This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
- lazy bytestrings.
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list