[Pkg-haskell-commits] darcs: haskell-persistent-postgresql: Initial packaging.

Clint Adams clint at debian.org
Tue Jul 3 16:31:34 UTC 2012


Tue Jul  3 16:31:04 UTC 2012  Clint Adams <clint at debian.org>
  * Initial packaging.
  Ignore-this: b30c3e54c49780eb67055fe602154970

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

Tue Jul  3 16:31:04 UTC 2012  Clint Adams <clint at debian.org>
  * Initial packaging.
  Ignore-this: b30c3e54c49780eb67055fe602154970
diff -rN -u old-haskell-persistent-postgresql//changelog new-haskell-persistent-postgresql//changelog
--- old-haskell-persistent-postgresql//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//changelog	2012-07-03 16:31:34.325326539 +0000
@@ -0,0 +1,6 @@
+haskell-persistent-postgresql (0.9.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2012 10:03:54 -0600
+
diff -rN -u old-haskell-persistent-postgresql//compat new-haskell-persistent-postgresql//compat
--- old-haskell-persistent-postgresql//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//compat	2012-07-03 16:31:34.325326539 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-persistent-postgresql//control new-haskell-persistent-postgresql//control
--- old-haskell-persistent-postgresql//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//control	2012-07-03 16:31:34.329324907 +0000
@@ -0,0 +1,90 @@
+Source: haskell-persistent-postgresql
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+  , haskell-devscripts (>= 0.8)
+  , cdbs
+  , ghc
+  , ghc-prof
+  , libghc-aeson-dev (>> 0.5)
+  , libghc-aeson-prof
+  , libghc-conduit-dev (>> 0.4)
+  , libghc-conduit-dev (<< 0.5)
+  , libghc-conduit-prof
+  , libghc-monad-control-dev (>> 0.2)
+  , libghc-monad-control-dev (<< 0.4)
+  , libghc-monad-control-prof
+  , libghc-persistent-dev (>> 0.9)
+  , libghc-persistent-dev (<< 0.10)
+  , 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.1)
+  , libghc-postgresql-simple-dev (<< 0.2)
+  , libghc-postgresql-simple-prof
+  , libghc-text-dev (>> 0.7)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
+  , libghc-transformers-dev (>> 0.2.1)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-aeson-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.3
+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 <michael at snoyman.com>
+  Upstream-Maintainer: Michael Snoyman <michael at snoyman.com>
+ .
+ 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 <michael at snoyman.com>
+  Upstream-Maintainer: Michael Snoyman <michael at snoyman.com>
+ .
+ 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 <michael at snoyman.com>
+  Upstream-Maintainer: Michael Snoyman <michael at snoyman.com>
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-persistent-postgresql//copyright new-haskell-persistent-postgresql//copyright
--- old-haskell-persistent-postgresql//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//copyright	2012-07-03 16:31:34.329324907 +0000
@@ -0,0 +1,20 @@
+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.
diff -rN -u old-haskell-persistent-postgresql//rules new-haskell-persistent-postgresql//rules
--- old-haskell-persistent-postgresql//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//rules	2012-07-03 16:31:34.329324907 +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-persistent-postgresql//source/format new-haskell-persistent-postgresql//source/format
--- old-haskell-persistent-postgresql//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//source/format	2012-07-03 16:31:34.329324907 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-persistent-postgresql//watch new-haskell-persistent-postgresql//watch
--- old-haskell-persistent-postgresql//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-persistent-postgresql//watch	2012-07-03 16:31:34.329324907 +0000
@@ -0,0 +1,5 @@
+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)/





More information about the Pkg-haskell-commits mailing list