[Pkg-haskell-commits] darcs: haskell-dataenc: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:21:48 UTC 2013
Fri May 24 09:14:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 67f80f7898bdf68353b7cafe221ea99b
M ./changelog +1
M ./control -7 +7
Fri May 24 09:14:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 67f80f7898bdf68353b7cafe221ea99b
diff -rN -u old-haskell-dataenc//changelog new-haskell-dataenc//changelog
--- old-haskell-dataenc//changelog 2013-05-24 09:21:48.650037045 +0000
+++ new-haskell-dataenc//changelog 2013-05-24 09:21:48.650037045 +0000
@@ -1,6 +1,7 @@
haskell-dataenc (0.14.0.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:53:13 +0200
diff -rN -u old-haskell-dataenc//control new-haskell-dataenc//control
--- old-haskell-dataenc//control 2013-05-24 09:21:48.642142254 +0000
+++ new-haskell-dataenc//control 2013-05-24 09:21:48.650037045 +0000
@@ -5,7 +5,7 @@
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>, Clint Adams <clint at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -20,26 +20,26 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: A Haskell library of data encoders and decoders
+Description: A Haskell library of data encoders and decoders${haskell:ShortBlurb}
.
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-dataenc-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Profiling libraries for dataenc encoders and decoders
+Description: Profiling libraries for dataenc encoders and decoders${haskell:ShortBlurb}
.
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-dataenc-doc
Section: doc
@@ -47,10 +47,10 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Documentation for dataenc encoders and decoders
+Description: Documentation for dataenc encoders and decoders${haskell:ShortBlurb}
.
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list