[Pkg-haskell-commits] darcs: haskell-maccatcher: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:14 UTC 2013
Fri May 24 08:55:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ccf2ecf325212ba2d0dcb6cdf0bfdac8
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ccf2ecf325212ba2d0dcb6cdf0bfdac8
diff -rN -u old-haskell-maccatcher//changelog new-haskell-maccatcher//changelog
--- old-haskell-maccatcher//changelog 2013-05-24 09:26:14.559118560 +0000
+++ new-haskell-maccatcher//changelog 2013-05-24 09:26:14.563048017 +0000
@@ -1,6 +1,7 @@
haskell-maccatcher (2.1.5-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:16 +0200
diff -rN -u old-haskell-maccatcher//control new-haskell-maccatcher//control
--- old-haskell-maccatcher//control 2013-05-24 09:26:14.555140262 +0000
+++ new-haskell-maccatcher//control 2013-05-24 09:26:14.563048017 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-binary-dev
@@ -28,9 +28,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: library to obtain a NIC's MAC address
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library to obtain a NIC's MAC address${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It can obtain the MAC addresses for a host's NICs.
@@ -41,10 +40,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: library to obtain a NIC's MAC address; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library to obtain a NIC's MAC address${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It can obtain the MAC addresses for a host's NICs.
@@ -54,9 +51,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: library to obtain a NIC's MAC address; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library to obtain a NIC's MAC address${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It can obtain the MAC addresses for a host's NICs.
More information about the Pkg-haskell-commits
mailing list