[Pkg-haskell-commits] darcs: haskell-pem: Initial Check-In
Clint Adams
clint at debian.org
Mon Apr 30 20:06:17 UTC 2012
Mon Apr 30 20:05:34 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: bbdff691c84fa822c4c66e7ba843176a
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Apr 30 20:05:34 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: bbdff691c84fa822c4c66e7ba843176a
diff -rN -u old-haskell-pem//changelog new-haskell-pem//changelog
--- old-haskell-pem//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//changelog 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1,5 @@
+haskell-pem (0.1.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Mon, 30 Apr 2012 15:53:40 -0400
diff -rN -u old-haskell-pem//compat new-haskell-pem//compat
--- old-haskell-pem//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//compat 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-pem//control new-haskell-pem//control
--- old-haskell-pem//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//control 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1,76 @@
+Source: haskell-pem
+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-attoparsec-dev
+ , libghc-attoparsec-prof
+ , libghc-base64-bytestring-dev
+ , libghc-base64-bytestring-prof
+ , libghc-cereal-dev
+ , libghc-cereal-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-test-framework-dev (>> 0.3.3)
+ , libghc-test-framework-dev (<< 0.7)
+ , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+ , libghc-test-framework-quickcheck2-dev (<< 0.3)
+ , libghc-quickcheck2-dev (>> 2.4.0.1)
+Build-Depends-Indep: ghc-doc
+ , libghc-attoparsec-doc
+ , libghc-base64-bytestring-doc
+ , libghc-cereal-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/pem
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pem
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pem
+
+Package: libghc-pem-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Privacy Enhanced Mail (PEM) format reader and writer
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.
+
+Package: libghc-pem-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Privacy Enhanced Mail (PEM) format reader and writer; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.
+
+Package: libghc-pem-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Privacy Enhanced Mail (PEM) format reader and writer; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.
diff -rN -u old-haskell-pem//copyright new-haskell-pem//copyright
--- old-haskell-pem//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//copyright 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1,34 @@
+
+Upstream Authors:
+
+ Vincent Hanquez <vincent at snarc.org>
+
+Copyright:
+
+ 2010-2012 Vincent Hanquez
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. 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.
+3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 AUTHORS OR CONTRIBUTORS 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-pem//rules new-haskell-pem//rules
--- old-haskell-pem//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//rules 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-pem//source/format new-haskell-pem//source/format
--- old-haskell-pem//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//source/format 2012-04-30 20:06:17.388183023 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-pem//watch new-haskell-pem//watch
--- old-haskell-pem//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pem//watch 2012-04-30 20:06:17.392223236 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|pem-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/pem \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list