debian/0000755000000000000000000000000012252355327007174 5ustar debian/watch0000644000000000000000000000034012175245236010223 0ustar 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)/ debian/rules0000755000000000000000000000015512175245236010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000242712175245236011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: acid-state Upstream-Contact: David Himmelstrup 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 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'. debian/source/0000755000000000000000000000000012175245236010475 5ustar debian/source/format0000644000000000000000000000001412175245236011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212175245235010372 0ustar 9 debian/control0000644000000000000000000000740212175245534010604 0ustar Source: haskell-acid-state Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani , Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , ghc-ghci , libghc-cereal-dev (>> 0.3.2.0) , libghc-cereal-prof , libghc-safecopy-dev (>> 0.6) , libghc-safecopy-prof , libghc-extensible-exceptions-dev , libghc-extensible-exceptions-prof , libghc-stm-dev (>> 2.4) , libghc-stm-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-network-dev , libghc-network-prof Build-Depends-Indep: ghc-doc , libghc-cereal-doc , libghc-extensible-exceptions-doc , libghc-safecopy-doc , libghc-stm-doc , libghc-mtl-doc , libghc-network-doc Standards-Version: 3.9.4 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} Description: Haskell database library with ACID guarantees - GHC libraries${haskell:ShortBlurb} 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. . ${haskell:Blurb} It obsoletes the package haskell-happstack-state. Package: libghc-acid-state-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell database library with ACID guarantees - GHC profiling libraries${haskell:ShortBlurb} 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. . ${haskell:Blurb} It obsoletes the package haskell-happstack-state. Package: libghc-acid-state-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell database library with ACID guarantees - documentation${haskell:ShortBlurb} 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. . ${haskell:Blurb} It obsoletes the package haskell-happstack-state. debian/changelog0000644000000000000000000000206712252355327011053 0ustar haskell-acid-state (0.11.4-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:48:39 +0000 haskell-acid-state (0.11.4-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 28 Jul 2013 12:45:28 -0400 haskell-acid-state (0.8.1-2) unstable; urgency=low [ Colin Watson ] * Build-depend on ghc-ghci, due to use of Template Haskell. [ Joachim Breitner ] * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:46 +0200 haskell-acid-state (0.8.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Wed, 17 Oct 2012 21:13:19 +0200 haskell-acid-state (0.6.3-1) unstable; urgency=low * Initial release (closes: #673115). -- Giovanni Mascellani Thu, 17 May 2012 10:22:53 +0200