[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Aip-archive?=: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:32:09 UTC 2013
Fri May 24 08:56:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 31e3c944fc4b0a502e4c27ba49f7d466
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 31e3c944fc4b0a502e4c27ba49f7d466
diff -rN -u old-haskell-zip-archive//changelog new-haskell-zip-archive//changelog
--- old-haskell-zip-archive//changelog 2013-05-24 09:32:09.314041427 +0000
+++ new-haskell-zip-archive//changelog 2013-05-24 09:32:09.318042558 +0000
@@ -1,6 +1,7 @@
haskell-zip-archive (0.1.3.4-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:55:40 +0200
diff -rN -u old-haskell-zip-archive//control new-haskell-zip-archive//control
--- old-haskell-zip-archive//control 2013-05-24 09:32:09.310047881 +0000
+++ new-haskell-zip-archive//control 2013-05-24 09:32:09.321921870 +0000
@@ -5,7 +5,7 @@
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-mtl-dev
@@ -33,9 +33,8 @@
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: library to create, modify and extract files from zip archives
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library to create, modify and extract files from zip archives${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
@@ -44,10 +43,8 @@
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: library to create and modify zip archives; profiling library
- 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 create and modify zip archives${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
@@ -58,10 +55,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: library to create, modify and extract files from zip archives; 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 create, modify and extract files from zip archives${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
More information about the Pkg-haskell-commits
mailing list