[Pkg-haskell-commits] darcs: haskell-network-info: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:58 UTC 2013
Fri May 24 09:12:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4cc67a90a0fe1ebf0723335dd57e7ece
M ./changelog +1
M ./control -5 +5
Fri May 24 09:12:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4cc67a90a0fe1ebf0723335dd57e7ece
diff -rN -u old-haskell-network-info//changelog new-haskell-network-info//changelog
--- old-haskell-network-info//changelog 2013-05-24 09:26:58.905552099 +0000
+++ new-haskell-network-info//changelog 2013-05-24 09:26:58.909552191 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:26 +0200
diff -rN -u old-haskell-network-info//control new-haskell-network-info//control
--- old-haskell-network-info//control 2013-05-24 09:26:58.895077080 +0000
+++ new-haskell-network-info//control 2013-05-24 09:26:58.909552191 +0000
@@ -5,7 +5,7 @@
Uploaders: Joey Hess <joeyh at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,7 +22,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: listing network interfaces in Haskell - GHC library
+Description: listing network interfaces in Haskell${haskell:ShortBlurb}
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
@@ -39,7 +39,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: listing network interfaces in Haskell - GHC profiling library
+Description: listing network interfaces in Haskell${haskell:ShortBlurb}
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
@@ -55,7 +55,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: listing network interfaces in Haskell - documentation
+Description: listing network interfaces in Haskell${haskell:ShortBlurb}
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
@@ -63,4 +63,4 @@
.
It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list