[Pkg-haskell-commits] darcs: haskell-cereal-conduit: Initial Check-In
Clint Adams
clint at debian.org
Tue Apr 3 18:33:05 UTC 2012
Tue Apr 3 18:32:49 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 4f048795cbf586caa4af57f94cae0c1a
A ./changelog
A ./compat
A ./control
A ./copyright
A ./patches/
A ./rules
A ./source/
A ./source/format
A ./watch
Tue Apr 3 18:32:49 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 4f048795cbf586caa4af57f94cae0c1a
diff -rN -u old-haskell-cereal-conduit//changelog new-haskell-cereal-conduit//changelog
--- old-haskell-cereal-conduit//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//changelog 2012-04-03 18:33:05.323445978 +0000
@@ -0,0 +1,5 @@
+haskell-cereal-conduit (0.0.3-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Tue, 03 Apr 2012 14:25:19 -0400
diff -rN -u old-haskell-cereal-conduit//compat new-haskell-cereal-conduit//compat
--- old-haskell-cereal-conduit//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//compat 2012-04-03 18:33:05.323445978 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-cereal-conduit//control new-haskell-cereal-conduit//control
--- old-haskell-cereal-conduit//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//control 2012-04-03 18:33:05.323445978 +0000
@@ -0,0 +1,64 @@
+Source: haskell-cereal-conduit
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8.10)
+ , ghc
+ , ghc-prof
+ , libghc-cereal-dev (>> 0.3.1.0)
+ , libghc-cereal-prof
+ , libghc-conduit-dev (>> 0.2)
+ , libghc-conduit-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-cereal-doc
+ , libghc-conduit-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/haskell-cereal-conduit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal-conduit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cereal-conduit
+
+Package: libghc-cereal-conduit-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: turn Data.Serialize Gets and Puts into Sources and Sinks
+ Data.Conduit.Cereal provides a conduit interface to cereal.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-cereal-conduit-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: turn Data.Serialize Gets and Puts into Sources and Sinks; profiling libraries
+ Data.Conduit.Cereal provides a conduit interface to cereal.
+ .
+ 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-cereal-conduit-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: turn Data.Serialize Gets and Puts into Sources and Sinks; documentation
+ Data.Conduit.Cereal provides a conduit interface to cereal.
+ .
+ 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-cereal-conduit//copyright new-haskell-cereal-conduit//copyright
--- old-haskell-cereal-conduit//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//copyright 2012-04-03 18:33:05.323445978 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: haskell-cereal-conduit
+Upstream-Contact: Myles C. Maxfield <myles.maxfield at gmail.com>
+Source: http://hackage.haskell.org/package/haskell-cereal-conduit
+
+Copyright: 2011 Michael Snoyman
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+ * 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 COPYRIGHT HOLDERS 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.
diff -rN -u old-haskell-cereal-conduit//rules new-haskell-cereal-conduit//rules
--- old-haskell-cereal-conduit//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//rules 2012-04-03 18:33:05.323445978 +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-cereal-conduit//source/format new-haskell-cereal-conduit//source/format
--- old-haskell-cereal-conduit//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//source/format 2012-04-03 18:33:05.327349882 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-cereal-conduit//watch new-haskell-cereal-conduit//watch
--- old-haskell-cereal-conduit//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//watch 2012-04-03 18:33:05.327349882 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|cereal-conduit-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/cereal-conduit \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list