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

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


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

    M ./changelog +1
    M ./control -15 +19

Sun Dec 21 12:21:52 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-iproute/changelog new-haskell-iproute/changelog
--- old-haskell-iproute/changelog	2014-12-22 14:27:15.989209054 +0000
+++ new-haskell-iproute/changelog	2014-12-22 14:27:15.993209057 +0000
@@ -1,6 +1,7 @@
 haskell-iproute (1.2.11-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:57:48 +0100
 
diff -rN -u old-haskell-iproute/control new-haskell-iproute/control
--- old-haskell-iproute/control	2014-12-22 14:27:15.989209054 +0000
+++ new-haskell-iproute/control	2014-12-22 14:27:15.989209054 +0000
@@ -26,40 +26,44 @@
 Homepage: http://hackage.haskell.org/package/iproute
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-iproute
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-iproute
+X-Description: Haskell IP routing table
+ IP Routing Table is a tree of IP ranges to search one of them on
+ the longest match base. It is a kind of TRIE with one way branching
+ removed. Both IPv4 and IPv6 are supported.
 
 Package: libghc-iproute-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: Haskell IP routing table${haskell:ShortBlurb}
- IP Routing Table is a tree of IP ranges to search one of them on
- the longest match base. It is a kind of TRIE with one way branching
- removed. Both IPv4 and IPv6 are supported.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-iproute-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell IP routing table${haskell:ShortBlurb}
- IP Routing Table is a tree of IP ranges to search one of them on
- the longest match base. It is a kind of TRIE with one way branching
- removed. Both IPv4 and IPv6 are supported.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-iproute-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell IP routing table${haskell:ShortBlurb}
- IP Routing Table is a tree of IP ranges to search one of them on
- the longest match base. It is a kind of TRIE with one way branching
- removed. Both IPv4 and IPv6 are supported.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list