[Pkg-haskell-commits] darcs: haskell-hopenpgp: Initial Check-In
Clint Adams
clint at debian.org
Tue Sep 11 17:01:42 UTC 2012
Tue Sep 11 17:01:20 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 845c378724be52211136d5fb8c37943
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Tue Sep 11 17:01:20 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 845c378724be52211136d5fb8c37943
diff -rN -u old-haskell-hopenpgp//changelog new-haskell-hopenpgp//changelog
--- old-haskell-hopenpgp//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//changelog 2012-09-11 17:01:42.581827421 +0000
@@ -0,0 +1,6 @@
+haskell-hopenpgp (0.4-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Tue, 11 Sep 2012 11:50:05 -0400
+
diff -rN -u old-haskell-hopenpgp//compat new-haskell-hopenpgp//compat
--- old-haskell-hopenpgp//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//compat 2012-09-11 17:01:42.581827421 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hopenpgp//control new-haskell-hopenpgp//control
--- old-haskell-hopenpgp//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//control 2012-09-11 17:01:42.597825887 +0000
@@ -0,0 +1,98 @@
+Source: haskell-hopenpgp
+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-asn1-data-dev
+ , libghc-asn1-data-prof
+ , libghc-attoparsec-dev
+ , libghc-attoparsec-prof
+ , libghc-base64-bytestring-dev
+ , libghc-base64-bytestring-prof
+ , libghc-bzlib-dev
+ , libghc-bzlib-prof
+ , libghc-cereal-dev
+ , libghc-cereal-prof
+ , libghc-cereal-conduit-dev (>> 0.5)
+ , libghc-cereal-conduit-dev (<< 0.6)
+ , libghc-cereal-conduit-prof
+ , libghc-conduit-dev (>> 0.4)
+ , libghc-conduit-dev (<< 0.5)
+ , libghc-conduit-prof
+ , libghc-cryptocipher-dev
+ , libghc-cryptocipher-prof
+ , libghc-cryptohash-dev
+ , libghc-cryptohash-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-openpgp-asciiarmor-dev (>> 0.1)
+ , libghc-openpgp-asciiarmor-prof (>> 0.1)
+ , libghc-split-dev
+ , libghc-split-prof
+ , libghc-zlib-dev
+ , libghc-zlib-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-asn1-data-doc
+ , libghc-attoparsec-doc
+ , libghc-base64-bytestring-doc
+ , libghc-bytestring-doc | ghc-doc
+ , libghc-bzlib-doc
+ , libghc-cereal-doc
+ , libghc-cereal-conduit-doc
+ , libghc-conduit-doc
+ , libghc-cryptocipher-doc
+ , libghc-cryptohash-doc
+ , libghc-mtl-doc
+ , libghc-openpgp-asciiarmor-doc
+ , libghc-split-doc
+ , libghc-zlib-doc
+Standards-Version: 3.9.3
+Homepage: http://floss.scru.org/hOpenPGP/
+
+Package: libghc-hopenpgp-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: implementation of OpenPGP (RFC4880)
+ This is a native Haskell implementation of OpenPGP (RFC4880),
+ including message format serialization and some cryptographic
+ operations.
+ .
+ This package contains the normal library files.
+
+Package: libghc-hopenpgp-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: OpenPGP (RFC4880); profiling libraries
+ This is a native Haskell implementation of OpenPGP (RFC4880),
+ including message format serialization and some cryptographic
+ operations.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-hopenpgp-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: implementation of OpenPGP (RFC4880); documentation
+ This is a native Haskell implementation of OpenPGP (RFC4880),
+ including message format serialization and some cryptographic
+ operations.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-hopenpgp//copyright new-haskell-hopenpgp//copyright
--- old-haskell-hopenpgp//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//copyright 2012-09-11 17:01:42.601831151 +0000
@@ -0,0 +1,13 @@
+Copyright © 2012 Clint Adams <clint at debian.org>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff -rN -u old-haskell-hopenpgp//rules new-haskell-hopenpgp//rules
--- old-haskell-hopenpgp//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//rules 2012-09-11 17:01:42.601831151 +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-hopenpgp//source/format new-haskell-hopenpgp//source/format
--- old-haskell-hopenpgp//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//source/format 2012-09-11 17:01:42.601831151 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-hopenpgp//watch new-haskell-hopenpgp//watch
--- old-haskell-hopenpgp//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp//watch 2012-09-11 17:01:42.601831151 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hOpenPGP-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hOpenPGP \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list