[Pkg-haskell-commits] darcs: haskell-pandoc-types: Initial import.

Giovanni Mascellani gio at debian.org
Wed May 25 09:05:53 UTC 2011


Wed May 25 08:51:02 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial import.
  Ignore-this: d7ae13508370db94dacb64c760cd0fae

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

Wed May 25 08:51:02 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial import.
  Ignore-this: d7ae13508370db94dacb64c760cd0fae
diff -rN -u old-haskell-pandoc-types//changelog new-haskell-pandoc-types//changelog
--- old-haskell-pandoc-types//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//changelog	2011-05-25 09:05:53.083774772 +0000
@@ -0,0 +1,5 @@
+haskell-pandoc-types (1.8.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #627316)
+
+ -- Giovanni Mascellani <gio at debian.org>  Thu, 19 May 2011 19:38:03 +0200
diff -rN -u old-haskell-pandoc-types//compat new-haskell-pandoc-types//compat
--- old-haskell-pandoc-types//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//compat	2011-05-25 09:05:53.065276449 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-pandoc-types//control new-haskell-pandoc-types//control
--- old-haskell-pandoc-types//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//control	2011-05-25 09:05:53.069276791 +0000
@@ -0,0 +1,69 @@
+Source: haskell-pandoc-types
+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,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-syb-dev,
+ libghc-syb-prof
+Build-Depends-Indep:
+ libghc-syb-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/pandoc-types
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-pandoc-types
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pandoc-types
+
+Package: libghc-pandoc-types-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell data types to represent structured documents - GHC libraries
+ This package ships the data types used by package Pandoc to internally
+ represent structured documents. They've been split off from the main
+ Pandoc package, so that other packages can use them without drawing in
+ all the of Pandoc dependencies.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-pandoc-types-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell data types to represent structured documents - GHC profiling libraries
+ This package ships the data types used by package Pandoc to internally
+ represent structured documents. They've been split off from the main
+ Pandoc package, so that other packages can use them without drawing in
+ all the of Pandoc dependencies.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-pandoc-types-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell data types to represent structured documents - documentation
+ This package ships the data types used by package Pandoc to internally
+ represent structured documents. They've been split off from the main
+ Pandoc package, so that other packages can use them without drawing in
+ all the of Pandoc dependencies.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-pandoc-types//copyright new-haskell-pandoc-types//copyright
--- old-haskell-pandoc-types//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//copyright	2011-05-25 09:05:53.069276791 +0000
@@ -0,0 +1,18 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell data types to represent structured documents
+Maintainer: John MacFarlane <jgm at berkeley.edu>
+Source: http://hackage.haskell.org/package/pandoc-types
+
+Files: *
+Copyright: © 2006 - 2010, John MacFarlane <jgm at berkeley.edu>
+License: GPL-2+
+ On Debian GNU/Linux systems, the complete text of the GNU General Public
+ License Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: © 2011, 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-haskell-pandoc-types//rules new-haskell-pandoc-types//rules
--- old-haskell-pandoc-types//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//rules	2011-05-25 09:05:53.069276791 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-pandoc-types//source/format new-haskell-pandoc-types//source/format
--- old-haskell-pandoc-types//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//source/format	2011-05-25 09:05:53.069276791 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-pandoc-types//watch new-haskell-pandoc-types//watch
--- old-haskell-pandoc-types//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-types//watch	2011-05-25 09:05:53.073276807 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|pandoc-types-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/pandoc-types \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list