[Pkg-haskell-commits] darcs: haskell-libtagc: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:58 UTC 2013
Fri May 24 08:55:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 78487f3dfd9fffb3cfd3ec0b587ed3af
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 78487f3dfd9fffb3cfd3ec0b587ed3af
diff -rN -u old-haskell-libtagc//changelog new-haskell-libtagc//changelog
--- old-haskell-libtagc//changelog 2013-05-24 09:25:57.950648814 +0000
+++ new-haskell-libtagc//changelog 2013-05-24 09:25:57.950648814 +0000
@@ -1,6 +1,7 @@
haskell-libtagc (0.12.0-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:12 +0200
diff -rN -u old-haskell-libtagc//control new-haskell-libtagc//control
--- old-haskell-libtagc//control 2013-05-24 09:25:57.943036798 +0000
+++ new-haskell-libtagc//control 2013-05-24 09:25:57.955092603 +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-glib-dev
@@ -26,9 +26,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Binding to TagLib C library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Binding to TagLib C library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It provides Haskell bindings to TagLib. TagLib is a library for
reading and editing the meta-data of several popular audio formats.
@@ -43,10 +42,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Binding to TagLib C 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: Binding to TagLib C library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It provides Haskell bindings to TagLib. TagLib is a library for
reading and editing the meta-data of several popular audio formats.
@@ -60,10 +57,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Binding to TagLib C 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: Binding to TagLib C library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It provides Haskell bindings to TagLib. TagLib is a library for
reading and editing the meta-data of several popular audio formats.
More information about the Pkg-haskell-commits
mailing list