[Pkg-haskell-commits] darcs: haskell-hinotify: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:05 UTC 2013
Fri May 24 08:55:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 847c3933faf091ababffcaa7ecfafd11
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 847c3933faf091ababffcaa7ecfafd11
diff -rN -u old-haskell-hinotify//changelog new-haskell-hinotify//changelog
--- old-haskell-hinotify//changelog 2013-05-24 09:24:05.786062453 +0000
+++ new-haskell-hinotify//changelog 2013-05-24 09:24:05.790054888 +0000
@@ -1,6 +1,7 @@
haskell-hinotify (0.3.5-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:53:46 +0200
diff -rN -u old-haskell-hinotify//control new-haskell-hinotify//control
--- old-haskell-hinotify//control 2013-05-24 09:24:05.782039336 +0000
+++ new-haskell-hinotify//control 2013-05-24 09:24:05.790054888 +0000
@@ -6,7 +6,7 @@
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,9 +22,8 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell inotify library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell inotify library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
@@ -38,10 +37,8 @@
Depends: ${haskell:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: Haskell inotify library; 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: Haskell inotify library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
@@ -56,10 +53,8 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell inotify library; 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: Haskell inotify library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
More information about the Pkg-haskell-commits
mailing list