From 726be6a9435258f3a060e385bc058cf22122fb9f Mon Sep 17 00:00:00 2001 From: takaki Date: Mon, 14 Mar 2011 04:49:52 +0300 Subject: haskell-directory-tree: Initial Check-In --- p/haskell-directory-tree/debian/changelog | 5 +++ p/haskell-directory-tree/debian/compat | 1 + p/haskell-directory-tree/debian/control | 59 +++++++++++++++++++++++++++ p/haskell-directory-tree/debian/copyright | 41 +++++++++++++++++++ p/haskell-directory-tree/debian/docs | 0 p/haskell-directory-tree/debian/examples | 1 + p/haskell-directory-tree/debian/rules | 4 ++ p/haskell-directory-tree/debian/source/format | 1 + p/haskell-directory-tree/debian/watch | 2 + 9 files changed, 114 insertions(+) create mode 100644 p/haskell-directory-tree/debian/changelog create mode 100644 p/haskell-directory-tree/debian/compat create mode 100644 p/haskell-directory-tree/debian/control create mode 100644 p/haskell-directory-tree/debian/copyright create mode 100644 p/haskell-directory-tree/debian/docs create mode 100644 p/haskell-directory-tree/debian/examples create mode 100755 p/haskell-directory-tree/debian/rules create mode 100644 p/haskell-directory-tree/debian/source/format create mode 100644 p/haskell-directory-tree/debian/watch (limited to 'p/haskell-directory-tree') diff --git a/p/haskell-directory-tree/debian/changelog b/p/haskell-directory-tree/debian/changelog new file mode 100644 index 000000000..62599c6ec --- /dev/null +++ b/p/haskell-directory-tree/debian/changelog @@ -0,0 +1,5 @@ +haskell-directory-tree (0.9.1-1) unstable; urgency=low + + * Initial release. (Closes: #607422) + + -- TANIGUCHI Takaki Sat, 18 Dec 2010 13:46:00 +0900 diff --git a/p/haskell-directory-tree/debian/compat b/p/haskell-directory-tree/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-directory-tree/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control new file mode 100644 index 000000000..9f1dcca0d --- /dev/null +++ b/p/haskell-directory-tree/debian/control @@ -0,0 +1,59 @@ +Source: haskell-directory-tree +Section: haskell +Priority: optional +Maintainer: Debian Haskell Group +Uploaders: TANIGUCHI Takaki +Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts, + ghc6, + ghc6-prof, + ghc6-doc, +Standards-Version: 3.9.1 +Homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ + +Package: libghc6-directory-tree-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + filesystem, as well as useful functions for reading and writing + file and directory structures in the IO monad. + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-directory-tree-prof +Architecture: any +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions; profiling library + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + filesystem, as well as useful functions for reading and writing + file and directory structures in the IO monad. + . + This package contains the profiling libraries compiled for GHC 6. + +Package: libghc6-directory-tree-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions; documentation + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + filesystem, as well as useful functions for reading and writing + file and directory structures in the IO monad. + . + This package contains the library documentation. diff --git a/p/haskell-directory-tree/debian/copyright b/p/haskell-directory-tree/debian/copyright new file mode 100644 index 000000000..974815448 --- /dev/null +++ b/p/haskell-directory-tree/debian/copyright @@ -0,0 +1,41 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Brandon Simmons > +Source: http://hackage.haskell.org/package/directory-tree +Name: directory-tree + +Files: * +Copyright: (c) 2010, Brandon Simmons +License: BSD2 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: 2010, TANIGUCHI Takaki +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of version 3 of the + General Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/p/haskell-directory-tree/debian/docs b/p/haskell-directory-tree/debian/docs new file mode 100644 index 000000000..e69de29bb diff --git a/p/haskell-directory-tree/debian/examples b/p/haskell-directory-tree/debian/examples new file mode 100644 index 000000000..c769bea7d --- /dev/null +++ b/p/haskell-directory-tree/debian/examples @@ -0,0 +1 @@ +EXAMPLES/* diff --git a/p/haskell-directory-tree/debian/rules b/p/haskell-directory-tree/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-directory-tree/debian/rules @@ -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 --git a/p/haskell-directory-tree/debian/source/format b/p/haskell-directory-tree/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-directory-tree/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-directory-tree/debian/watch b/p/haskell-directory-tree/debian/watch new file mode 100644 index 000000000..f621d3a9d --- /dev/null +++ b/p/haskell-directory-tree/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/directory-tree ([\d\.]*\d)/ -- cgit v1.2.3