summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormascellani <mascellani@poisson.phc.unipi.it>2010-01-24 20:31:13 +0300
committermascellani <mascellani@poisson.phc.unipi.it>2010-01-24 20:31:13 +0300
commit64795be006c4c01286985eb3bc5785d1cf846b55 (patch)
tree0e33341122ca8e9ec854f093530c90d048c6c415
parent44c4e250d31d0445180670eeb990fba70cc68698 (diff)
downloadDHG_packages-64795be006c4c01286985eb3bc5785d1cf846b55.tar.gz
haskell-filestore: Initial import
-rw-r--r--p/haskell-filestore/debian/changelog5
-rw-r--r--p/haskell-filestore/debian/compat1
-rw-r--r--p/haskell-filestore/debian/control64
-rw-r--r--p/haskell-filestore/debian/copyright45
-rw-r--r--p/haskell-filestore/debian/libghc6-filestore-doc.doc-base10
-rwxr-xr-xp/haskell-filestore/debian/rules4
-rw-r--r--p/haskell-filestore/debian/watch5
7 files changed, 134 insertions, 0 deletions
diff --git a/p/haskell-filestore/debian/changelog b/p/haskell-filestore/debian/changelog
new file mode 100644
index 000000000..a32d255fd
--- /dev/null
+++ b/p/haskell-filestore/debian/changelog
@@ -0,0 +1,5 @@
+haskell-filestore (0.3.4-1) UNRELEASED; urgency=low
+
+ * Initial release. (closes: #562768)
+
+ -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Tue, 29 Dec 2009 14:45:23 +0100
diff --git a/p/haskell-filestore/debian/compat b/p/haskell-filestore/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-filestore/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-filestore/debian/control b/p/haskell-filestore/debian/control
new file mode 100644
index 000000000..f8df6c402
--- /dev/null
+++ b/p/haskell-filestore/debian/control
@@ -0,0 +1,64 @@
+Source: haskell-filestore
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6 (>= 6.10),
+ ghc6-prof,
+ ghc6-doc,
+ haddock,
+ hscolour
+Standards-Version: 3.8.3
+Homepage: http://hackage.haskell.org/package/filestore
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-filestore
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filestore
+
+Package: libghc6-filestore-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends:
+ ${haskell:Recommends},
+ git-core | darcs | mercurial
+Description: Haskell interface for versioning file stores - GHC 6 libraries
+ The filestore library provides an abstract interface for a versioning
+ file store, and modules that instantiate this interface. Currently Git,
+ Darcs, and Mercurial modules are provided.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-filestore-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface for versioning file stores - GHC 6 profiling libraries
+ The filestore library provides an abstract interface for a versioning
+ file store, and modules that instantiate this interface. Currently Git,
+ Darcs, and Mercurial modules are provided.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-filestore-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface for versioning file stores - documentation
+ The filestore library provides an abstract interface for a versioning
+ file store, and modules that instantiate this interface. Currently Git,
+ Darcs, and Mercurial modules are provided.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-filestore/debian/copyright b/p/haskell-filestore/debian/copyright
new file mode 100644
index 000000000..a1d2c3e3d
--- /dev/null
+++ b/p/haskell-filestore/debian/copyright
@@ -0,0 +1,45 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: A Haskell interface for versioning file stores
+Maintainer: John MacFarlane
+Source: http://hackage.haskell.org/package/filestore
+
+Files: *
+Copyright: © 2009 John MacFarlane <jgm@berkeley.edu>
+ © 2009 Gwern Branwen
+ © 2009 Sebastiaan Visser
+License: BSD
+ All rights reserved.
+ .
+ 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ 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 Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+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 --git a/p/haskell-filestore/debian/libghc6-filestore-doc.doc-base b/p/haskell-filestore/debian/libghc6-filestore-doc.doc-base
new file mode 100644
index 000000000..4a4d6503f
--- /dev/null
+++ b/p/haskell-filestore/debian/libghc6-filestore-doc.doc-base
@@ -0,0 +1,10 @@
+Document: haskell-filestore-api
+Title: Documentation for the haskell filestore library
+Author: John MacFarlane
+Abstract: filestore is a Haskell interface for versioning file stores,
+ such as git, mercurial and darcs.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-filestore-doc/html/index.html
+Files: /usr/share/doc/libghc6-filestore-doc/html/*.html
diff --git a/p/haskell-filestore/debian/rules b/p/haskell-filestore/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-filestore/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-filestore/debian/watch b/p/haskell-filestore/debian/watch
new file mode 100644
index 000000000..fd1c895aa
--- /dev/null
+++ b/p/haskell-filestore/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+ filenamemangle=s|(.*)/$|filestore-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/filestore \
+ ([\d\.]*\d)/