[Pkg-haskell-commits] darcs: gitit: Dont repeat descriptions: use blurbs
KAction at gnu.org
KAction at gnu.org
Fri May 29 17:43:41 UTC 2015
Fri May 29 15:06:31 UTC 2015 KAction at gnu.org
* Dont repeat descriptions: use blurbs
M ./control -84 +31
Fri May 29 15:06:31 UTC 2015 KAction at gnu.org
* Dont repeat descriptions: use blurbs
diff -rN -u old-gitit/control new-gitit/control
--- old-gitit/control 2015-05-29 17:43:41.372031636 +0000
+++ new-gitit/control 2015-05-29 17:43:41.392032101 +0000
@@ -161,19 +161,7 @@
Homepage: http://gitit.net/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/gitit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/gitit
-
-Package: gitit
-Architecture: any
-Depends:
- ${haskell:Extra-Depends},
- ${misc:Depends},
- ${shlibs:Depends},
- libjs-jquery,
- libjs-jquery-ui,
- git | darcs | mercurial
-Recommends: mime-support
-Section: web
-Description: Wiki engine backed by a git or darcs filestore
+X-Description: Wiki engine backed by a git or darcs filestore
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
@@ -195,6 +183,22 @@
any happstack application;
* pages can be written directly in literate Haskell.
+Package: gitit
+Architecture: any
+Depends:
+ ${haskell:Extra-Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libjs-jquery,
+ libjs-jquery-ui,
+ git | darcs | mercurial
+Recommends: mime-support
+Section: web
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
Package: libghc-gitit-dev
Architecture: any
Depends:
@@ -206,27 +210,8 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-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
- be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
- Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
- DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
- .
- Other features include
- * plugins: dynamically loaded page transformations written in Haskell;
- * categories;
- * support for Unicode;
- * TeX math using texmath;
- * syntax highlighting of source code files and code snippets using
- highlighting-kate;
- * wiki pages can be viewed as slide shows;
- * caching;
- * Atom feeds (site-wide and per-page);
- * a library, Network.Gitit, that makes it simple to include a gitit wiki in
- any happstack application;
- * pages can be written directly in literate Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -238,29 +223,10 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-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
- be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
- Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
- DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
- .
- Other features include
- * plugins: dynamically loaded page transformations written in Haskell;
- * categories;
- * support for Unicode;
- * TeX math using texmath;
- * syntax highlighting of source code files and code snippets using
- highlighting-kate;
- * wiki pages can be viewed as slide shows;
- * caching;
- * Atom feeds (site-wide and per-page);
- * a library, Network.Gitit, that makes it simple to include a gitit wiki in
- any happstack application;
- * pages can be written directly in literate Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the libraries compiled for profiling.
+ ${haskell:Blurb}
Package: libghc-gitit-doc
Section: doc
@@ -270,26 +236,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-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
- be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
- Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
- DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
- .
- Other features include
- * plugins: dynamically loaded page transformations written in Haskell;
- * categories;
- * support for Unicode;
- * TeX math using texmath;
- * syntax highlighting of source code files and code snippets using
- highlighting-kate;
- * wiki pages can be viewed as slide shows;
- * caching;
- * Atom feeds (site-wide and per-page);
- * a library, Network.Gitit, that makes it simple to include a gitit wiki in
- any happstack application;
- * pages can be written directly in literate Haskell.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list