[Pkg-haskell-commits] darcs: gitit: Compilation and installation of gitit fixed
mascellani at poisson.phc.unipi.it
mascellani at poisson.phc.unipi.it
Tue Aug 3 15:08:15 UTC 2010
Mon Aug 2 07:02:46 UTC 2010 mascellani at poisson.phc.unipi.it
* Compilation and installation of gitit fixed
Ignore-this: e65861ffe730792bbfafe764614467a3
M ./control +65
A ./gitit.dirs
M ./rules +4
Mon Aug 2 07:02:46 UTC 2010 mascellani at poisson.phc.unipi.it
* Compilation and installation of gitit fixed
Ignore-this: e65861ffe730792bbfafe764614467a3
diff -rN -u old-gitit/control new-gitit/control
--- old-gitit/control 2010-08-03 15:08:15.300101666 +0000
+++ new-gitit/control 2010-08-03 15:08:15.308102098 +0000
@@ -42,3 +42,68 @@
* 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.
+
+Package: libghc6-gitit-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Wiki engine backed by a git or darcs filestore - GHC 6 libraries
+ 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.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-gitit-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Wiki engine backed by a git or darcs filestore - documentation
+ 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.
+ .
+ This package contains the library documentation.
diff -rN -u old-gitit/gitit.dirs new-gitit/gitit.dirs
--- old-gitit/gitit.dirs 1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/gitit.dirs 2010-08-03 15:08:15.300101666 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
diff -rN -u old-gitit/rules new-gitit/rules
--- old-gitit/rules 2010-08-03 15:08:15.300101666 +0000
+++ new-gitit/rules 2010-08-03 15:08:15.304101882 +0000
@@ -3,3 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+install/gitit:: debian/tmp-inst-ghc6
+ mv debian/tmp-inst-ghc6/usr/bin/* debian/gitit/usr/bin
+ mv debian/tmp-inst-ghc6/usr/share/gitit-$(CABAL_VERSION) debian/gitit/usr/share
+
More information about the Pkg-haskell-commits
mailing list