[Pkg-haskell-commits] darcs: haskell-openpgp-asciiarmor: Initial Check-In

Clint Adams clint at debian.org
Fri Apr 27 02:29:39 UTC 2012


Fri Apr 27 02:28:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: b82353e8c46196d701495944c1f968d6

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

Fri Apr 27 02:28:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: b82353e8c46196d701495944c1f968d6
diff -rN -u old-haskell-openpgp-asciiarmor//changelog new-haskell-openpgp-asciiarmor//changelog
--- old-haskell-openpgp-asciiarmor//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//changelog	2012-04-27 02:29:39.246257034 +0000
@@ -0,0 +1,5 @@
+haskell-openpgp-asciiarmor (0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 26 Apr 2012 22:09:45 -0400
diff -rN -u old-haskell-openpgp-asciiarmor//compat new-haskell-openpgp-asciiarmor//compat
--- old-haskell-openpgp-asciiarmor//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//compat	2012-04-27 02:29:39.246257034 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-openpgp-asciiarmor//control new-haskell-openpgp-asciiarmor//control
--- old-haskell-openpgp-asciiarmor//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//control	2012-04-27 02:29:39.250254544 +0000
@@ -0,0 +1,70 @@
+Source: haskell-openpgp-asciiarmor
+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-dev
+  , libghc-attoparsec-prof
+  , libghc-base64-bytestring-dev
+  , libghc-base64-bytestring-dev
+  , libghc-base64-bytestring-prof
+  , libghc-cereal-dev
+  , libghc-cereal-dev
+  , libghc-cereal-prof
+  , libghc-hunit-dev
+  , libghc-test-framework-dev
+  , libghc-test-framework-hunit-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-attoparsec-doc
+  , libghc-base64-bytestring-doc
+  , libghc-cereal-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/openpgp-asciiarmor
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-openpgp-asciiarmor
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-openpgp-asciiarmor
+
+Package: libghc-openpgp-asciiarmor-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: OpenPGP (RFC4880) ASCII Armor codec
+ This library does encoding and decoding of OpenPGP ASCII armor.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-openpgp-asciiarmor-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: OpenPGP (RFC4880) ASCII Armor codec; profiling libraries
+ This library does encoding and decoding of OpenPGP ASCII armor.
+ .
+ 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-openpgp-asciiarmor-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: OpenPGP (RFC4880) ASCII Armor codec; documentation
+ This library does encoding and decoding of OpenPGP ASCII armor.
+ .
+ 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-openpgp-asciiarmor//copyright new-haskell-openpgp-asciiarmor//copyright
--- old-haskell-openpgp-asciiarmor//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//copyright	2012-04-27 02:29:39.250254544 +0000
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: openpgp-asciiarmor
+Upstream-Contact: Clint Adams <clint at debian.org>
+Source: http://hackage.haskell.org/package/openpgp-asciiarmor
+
+Files: *
+Copyright: 2012 Clint Adams
+License: ISC
+
+License: ISC
+ 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-openpgp-asciiarmor//rules new-haskell-openpgp-asciiarmor//rules
--- old-haskell-openpgp-asciiarmor//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//rules	2012-04-27 02:29:39.250254544 +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-openpgp-asciiarmor//source/format new-haskell-openpgp-asciiarmor//source/format
--- old-haskell-openpgp-asciiarmor//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//source/format	2012-04-27 02:29:39.254255708 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-openpgp-asciiarmor//watch new-haskell-openpgp-asciiarmor//watch
--- old-haskell-openpgp-asciiarmor//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openpgp-asciiarmor//watch	2012-04-27 02:29:39.254255708 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|openpgp-asciiarmor-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/openpgp-asciiarmor \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list