debian/0000755000000000000000000000000012274671317007200 5ustar debian/watch0000644000000000000000000000036612176624122010227 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|persistent-postgresql-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/persistent-postgresql \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512176624122010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000207512176624122011130 0ustar Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012176624122010471 5ustar debian/source/format0000644000000000000000000000001412176624122011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212176624122010367 0ustar 9 debian/control0000644000000000000000000000547112176624232010605 0ustar Source: haskell-persistent-postgresql Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cdbs , ghc , ghc-prof , libghc-aeson-dev (>> 0.5) , libghc-aeson-prof , libghc-blaze-builder-dev , libghc-blaze-builder-prof , libghc-conduit-dev (>> 0.5.3) , libghc-conduit-prof , libghc-monad-control-dev (>> 0.2) , libghc-monad-control-prof , libghc-persistent-dev (>> 1.2) , libghc-persistent-dev (<< 1.3) , libghc-persistent-prof , libghc-postgresql-libpq-dev (>> 0.6.1) , libghc-postgresql-libpq-dev (<< 0.9) , libghc-postgresql-libpq-prof , libghc-postgresql-simple-dev (>> 0.3) , libghc-postgresql-simple-dev (<< 0.4) , libghc-postgresql-simple-prof , libghc-text-dev (>> 0.7) , libghc-text-prof , libghc-transformers-dev (>> 0.2.1) , libghc-transformers-prof Build-Depends-Indep: ghc-doc , libghc-aeson-doc , libghc-blaze-builder-doc , libghc-conduit-doc , libghc-monad-control-doc , libghc-persistent-doc , libghc-postgresql-libpq-doc , libghc-postgresql-simple-doc , libghc-text-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://www.yesodweb.com/book/persistent Package: libghc-persistent-postgresql-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: backend for the persistent library using PostgreSQL Based on the postgresql-simple package . Author: Felipe Lessa, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the normal library files. Package: libghc-persistent-postgresql-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: backend for the persistent library using PostgreSQL; profiling libraries Based on the postgresql-simple package . Author: Felipe Lessa, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the libraries compiled with profiling enabled. Package: libghc-persistent-postgresql-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: backend for the persistent library using PostgreSQL; documentation Based on the postgresql-simple package . Author: Felipe Lessa, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the documentation files. debian/changelog0000644000000000000000000000374112274671317011057 0ustar haskell-persistent-postgresql (1.2.1-1build5) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 06 Feb 2014 11:32:31 +0000 haskell-persistent-postgresql (1.2.1-1build4) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Sun, 29 Dec 2013 12:03:14 +0000 haskell-persistent-postgresql (1.2.1-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Sun, 22 Dec 2013 14:32:30 +0000 haskell-persistent-postgresql (1.2.1-1build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 26 Nov 2013 09:39:47 +0000 haskell-persistent-postgresql (1.2.1-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 07:22:07 -0700 haskell-persistent-postgresql (1.2.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 01 Aug 2013 23:32:48 -0400 haskell-persistent-postgresql (1.1.3.1-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:41 +0200 haskell-persistent-postgresql (1.1.3.1-1) experimental; urgency=low * New upstream version. -- Colin Watson Sun, 07 Apr 2013 19:14:32 +0100 haskell-persistent-postgresql (1.1.1-1) experimental; urgency=low * New upstream version. -- Clint Adams Thu, 20 Dec 2012 23:29:49 -0500 haskell-persistent-postgresql (1.0.0-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change [ Clint Adams ] * New upstream version. -- Clint Adams Fri, 09 Nov 2012 00:17:45 -0500 haskell-persistent-postgresql (0.9.1-1) unstable; urgency=low * Initial release. -- Clint Adams Tue, 03 Jul 2012 10:03:54 -0600