[Pkg-haskell-commits] darcs: gitit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:03 UTC 2013
Fri May 24 09:11:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ab0aab4d6e9b1f2d0acbf07bb6f72934
M ./changelog +1
M ./control -7 +7
Fri May 24 09:11:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ab0aab4d6e9b1f2d0acbf07bb6f72934
diff -rN -u old-gitit//changelog new-gitit//changelog
--- old-gitit//changelog 2013-05-24 09:19:03.786545244 +0000
+++ new-gitit//changelog 2013-05-24 09:19:03.790538133 +0000
@@ -1,6 +1,7 @@
gitit (0.10.3.1-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:52:34 +0200
diff -rN -u old-gitit//control new-gitit//control
--- old-gitit//control 2013-05-24 09:19:03.786545244 +0000
+++ new-gitit//control 2013-05-24 09:19:03.790538133 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
pandoc (>= 1.9.0.5),
@@ -143,7 +143,7 @@
libjs-jquery-ui,
git | darcs | mercurial
Recommends: mime-support
-Description: Wiki engine backed by a git or darcs filestore
+Description: Wiki engine backed by a git or darcs filestore${haskell:ShortBlurb}
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS’s command-line tools or through
the wiki’s web interface. Pandoc is used for markup processing, so pages may
@@ -176,7 +176,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Wiki engine backed by a git or darcs filestore - GHC libraries
+Description: Wiki engine backed by a git or darcs filestore${haskell:ShortBlurb}
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS’s command-line tools or through
the wiki’s web interface. Pandoc is used for markup processing, so pages may
@@ -198,7 +198,7 @@
any happstack application;
* pages can be written directly in literate Haskell.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-gitit-prof
Architecture: any
@@ -208,7 +208,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Wiki engine backed by a git or darcs filestore; profiling libraries
+Description: Wiki engine backed by a git or darcs filestore${haskell:ShortBlurb}
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS’s command-line tools or through
the wiki’s web interface. Pandoc is used for markup processing, so pages may
@@ -240,7 +240,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Wiki engine backed by a git or darcs filestore - documentation
+Description: Wiki engine backed by a git or darcs filestore${haskell:ShortBlurb}
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS’s command-line tools or through
the wiki’s web interface. Pandoc is used for markup processing, so pages may
@@ -262,4 +262,4 @@
any happstack application;
* pages can be written directly in literate Haskell.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list