[Pkg-haskell-commits] darcs: gitit: Inital import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Sun Aug 1 22:08:27 UTC 2010


Sun Aug  1 21:59:55 UTC 2010  mascellani at poisson.phc.unipi.it
  * Inital import
  Ignore-this: d8888c2eadc426e42a633678cbd99608

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Aug  1 21:59:55 UTC 2010  mascellani at poisson.phc.unipi.it
  * Inital import
  Ignore-this: d8888c2eadc426e42a633678cbd99608
diff -rN -u old-gitit/changelog new-gitit/changelog
--- old-gitit/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/changelog	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1,5 @@
+gitit (0.7.3.6-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #556099)
+
+ -- Giovanni Mascellani <gio at debian.org>  Fri, 16 Jul 2010 12:15:23 +0200
diff -rN -u old-gitit/compat new-gitit/compat
--- old-gitit/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/compat	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-gitit/control new-gitit/control
--- old-gitit/control	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/control	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1,44 @@
+Source: gitit
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc6,
+ ghc6-prof
+Build-Depends-Indep:
+ ghc6-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/gitit
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/gitit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/gitit
+
+Package: gitit
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+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
+ 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.
diff -rN -u old-gitit/copyright new-gitit/copyright
--- old-gitit/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/copyright	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1,21 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Gitit
+Maintainer: John MacFarlane <jgm at berkeley.edu>
+Source: http://hackage.haskell.org/package/gitit
+
+Files: *
+Copyright: © 2008-2009, John MacFarlane <jgm at berkeley.edu>
+           © 2009, Gwern Branwen <gwern0 at gmail.com>
+           © 2009, Henry Laxen <nadine.and.henry at pobox.com>
+           © 2009, Anton van Straaten <anton at appsolutions.com>
+License: GPL-2+
+ On Debian systems, the text of the GPL-2 license can be found in the
+ file `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <gio at debian.org>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-gitit/rules new-gitit/rules
--- old-gitit/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/rules	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-gitit/source/format new-gitit/source/format
--- old-gitit/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/source/format	2010-08-01 22:08:27.095494599 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-gitit/watch new-gitit/watch
--- old-gitit/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-gitit/watch	2010-08-01 22:08:27.091494387 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gitit-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gitit \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list