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

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:51:23 UTC 2014


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

    M ./changelog +1
    M ./control -14 +20

Sun Dec 21 21:28:06 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-dns/changelog new-haskell-dns/changelog
--- old-haskell-dns/changelog	2014-12-22 13:51:23.031279787 +0000
+++ new-haskell-dns/changelog	2014-12-22 13:51:23.039279794 +0000
@@ -1,6 +1,7 @@
 haskell-dns (1.3.0-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:56:59 +0100
 
diff -rN -u old-haskell-dns/control new-haskell-dns/control
--- old-haskell-dns/control	2014-12-22 13:51:23.031279787 +0000
+++ new-haskell-dns/control	2014-12-22 13:51:23.035279790 +0000
@@ -26,8 +26,8 @@
  libghc-network-prof,
  libghc-random-dev,
  libghc-random-prof,
-    libghc-resourcet-dev
-  , libghc-resourcet-prof
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc,
   , libghc-conduit-doc,
@@ -41,37 +41,43 @@
 Homepage: http://hackage.haskell.org/package/dns
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dns
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dns
+X-Description: pure Haskell DNS library
+ A thread-safe DNS library for both clients and servers
+ written in pure Haskell.
 
 Package: libghc-dns-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: pure Haskell DNS library${haskell:ShortBlurb}
- A thread-safe DNS library for both clients and servers
- written in pure Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-dns-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: pure Haskell DNS library${haskell:ShortBlurb}
- A thread-safe DNS library for both clients and servers
- written in pure Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-dns-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: pure Haskell DNS library${haskell:ShortBlurb}
- A thread-safe DNS library for both clients and servers
- written in pure Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list