[Pkg-haskell-commits] darcs: haskell-syb-with-class-instances-text: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:55 UTC 2013
Fri May 24 09:12:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1c621dd58c1dfbfa97f122c7cb7d152
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1c621dd58c1dfbfa97f122c7cb7d152
diff -rN -u old-haskell-syb-with-class-instances-text//changelog new-haskell-syb-with-class-instances-text//changelog
--- old-haskell-syb-with-class-instances-text//changelog 2013-05-24 09:29:54.926143615 +0000
+++ new-haskell-syb-with-class-instances-text//changelog 2013-05-24 09:29:54.926143615 +0000
@@ -1,6 +1,7 @@
haskell-syb-with-class-instances-text (0.0.1-6) 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:08 +0200
diff -rN -u old-haskell-syb-with-class-instances-text//control new-haskell-syb-with-class-instances-text//control
--- old-haskell-syb-with-class-instances-text//control 2013-05-24 09:29:54.918044974 +0000
+++ new-haskell-syb-with-class-instances-text//control 2013-05-24 09:29:54.930064764 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -31,7 +31,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell Text instance for SYB Class - GHC libraries
+Description: Haskell Text instance for SYB Class${haskell:ShortBlurb}
This package provides Haskell instances of the class Text for the Scrap
Your Boilerplate with Class system.
.
@@ -39,7 +39,7 @@
approach for Haskell. See package haskell-syb-with-class for more
information.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-syb-with-class-instances-text-prof
Architecture: any
@@ -49,7 +49,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell Text instance for SYB with Class - GHC profiling libraries
+Description: Haskell Text instance for SYB with Class${haskell:ShortBlurb}
This package provides Haskell instances of the class Text for the Scrap
Your Boilerplate with Class system.
.
@@ -57,7 +57,7 @@
approach for Haskell. See package haskell-syb-with-class for more
information.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-syb-with-class-instances-text-doc
Section: doc
@@ -67,7 +67,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell Text instance for SYB with Class - documentation
+Description: Haskell Text instance for SYB with Class${haskell:ShortBlurb}
This package provides Haskell instances of the class Text for the Scrap
Your Boilerplate with Class system.
.
@@ -75,4 +75,4 @@
approach for Haskell. See package haskell-syb-with-class for more
information.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list