[Pkg-haskell-commits] darcs: haskell-acid-state: Initial commit.

Giovanni Mascellani gio at debian.org
Tue May 15 13:46:47 UTC 2012


Tue May 15 13:46:05 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial commit.
  Ignore-this: 2954a045a37aeb49e28f0282820b2f7f

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

Tue May 15 13:46:05 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial commit.
  Ignore-this: 2954a045a37aeb49e28f0282820b2f7f
diff -rN -u old-haskell-acid-state//changelog new-haskell-acid-state//changelog
--- old-haskell-acid-state//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//changelog	2012-05-15 13:46:47.289011012 +0000
@@ -0,0 +1,5 @@
+haskell-acid-state (1:0.6.3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #000000)
+
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 15 May 2012 14:51:03 +0200
diff -rN -u old-haskell-acid-state//compat new-haskell-acid-state//compat
--- old-haskell-acid-state//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//compat	2012-05-15 13:46:47.289011012 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-acid-state//control new-haskell-acid-state//control
--- old-haskell-acid-state//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//control	2012-05-15 13:46:47.289011012 +0000
@@ -0,0 +1,106 @@
+Source: haskell-foo
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-cereal-dev (>= 0.3.2.0)
+  , libghc-cereal-prof
+  , libghc-safecopy-dev (>= 0.6)
+  , libghc-safecopy-prof
+  , libghc-stm-dev
+  , libghc-stm-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-network-dev
+  , libghc-network-prof     
+Build-Depends-Indep: ghc-doc
+  , libghc-cereal-doc
+  , libghc-safecopy-doc
+  , libghc-stm-doc
+  , libghc-mtl-doc
+  , libghc-network-doc     
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/acid-state
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-acid-state
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-acid-state
+
+Package: libghc-acid-state-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Replaces: libghc-happstack-state-dev (<< 7)
+Breaks: libghc-happstack-state-dev (<< 7)
+Description: Haskell database library with ACID guarantees
+ AcidState is a Haskell library to store serializable Haskell
+ structures, guaranteeing that transactions support the ACID
+ semantic. That is, they must be atomic (a transaction must be
+ completely saved or completely rolled back), consistent (after each
+ transaction the state of the database must be valid), isolated (two
+ parallel transaction must not interfere with each other) and durable
+ (a successful transaction must be reliably stored to a persistent
+ memory).
+ .
+ This library supports both storing data on the local disk and via a
+ network server.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-acid-state-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Replaces: libghc-happstack-state-prof (<< 7)
+Breaks: libghc-happstack-state-prof (<< 7)
+Description: Haskell database library with ACID guarantees
+ AcidState is a Haskell library to store serializable Haskell
+ structures, guaranteeing that transactions support the ACID
+ semantic. That is, they must be atomic (a transaction must be
+ completely saved or completely rolled back), consistent (after each
+ transaction the state of the database must be valid), isolated (two
+ parallel transaction must not interfere with each other) and durable
+ (a successful transaction must be reliably stored to a persistent
+ memory).
+ .
+ This library supports both storing data on the local disk and via a
+ network server.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-acid-state-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Replaces: libghc-happstack-state-doc (<< 7)
+Breaks: libghc-happstack-state-doc (<< 7)
+Description: Haskell database library with ACID guarantees
+ AcidState is a Haskell library to store serializable Haskell
+ structures, guaranteeing that transactions support the ACID
+ semantic. That is, they must be atomic (a transaction must be
+ completely saved or completely rolled back), consistent (after each
+ transaction the state of the database must be valid), isolated (two
+ parallel transaction must not interfere with each other) and durable
+ (a successful transaction must be reliably stored to a persistent
+ memory).
+ .
+ This library supports both storing data on the local disk and via a
+ network server.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-acid-state//copyright new-haskell-acid-state//copyright
--- old-haskell-acid-state//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//copyright	2012-05-15 13:46:47.289011012 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: acid-state
+Upstream-Contact: David Himmelstrup <lemmih at gmail.com>
+Source: http://hackage.haskell.org/package/acid-state
+
+Files: *
+Copyright: No copyright holder, these files are put in public domain
+License: PD
+ The author, David Himmelstroup, declares the source code to be
+ put in the public domain.
+
+Files: debian/*
+Copyright: © 2012, Giovanni Mascellani <gio at debian.org>
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, a copy of the GNU General Public License version 2
+ can be found in '/usr/share/common-licenses/GPL-2'.
diff -rN -u old-haskell-acid-state//rules new-haskell-acid-state//rules
--- old-haskell-acid-state//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//rules	2012-05-15 13:46:47.289011012 +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-acid-state//source/format new-haskell-acid-state//source/format
--- old-haskell-acid-state//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//source/format	2012-05-15 13:46:47.292857042 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-acid-state//watch new-haskell-acid-state//watch
--- old-haskell-acid-state//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-acid-state//watch	2012-05-15 13:46:47.292857042 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|acid-state-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/acid-state \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list