[Pkg-haskell-commits] darcs: haskell-base16-bytestring: Initial Check-In

kiwamu at debian.or.jp kiwamu at debian.or.jp
Thu Dec 29 05:32:11 UTC 2011


Thu Dec 29 05:27:29 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: e455b0c8c13622bd6125c19dd94b2c4a

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

Thu Dec 29 05:27:29 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: e455b0c8c13622bd6125c19dd94b2c4a
diff -rN -u old-haskell-base16-bytestring//changelog new-haskell-base16-bytestring//changelog
--- old-haskell-base16-bytestring//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//changelog	2011-12-29 05:32:10.891672480 +0000
@@ -0,0 +1,6 @@
+haskell-base16-bytestring (0.1.1.4-1) unstable; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Thu, 29 Dec 2011 14:06:32 +0900
+
diff -rN -u old-haskell-base16-bytestring//compat new-haskell-base16-bytestring//compat
--- old-haskell-base16-bytestring//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//compat	2011-12-29 05:32:10.891672480 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-base16-bytestring//control new-haskell-base16-bytestring//control
--- old-haskell-base16-bytestring//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//control	2011-12-29 05:32:10.895672664 +0000
@@ -0,0 +1,56 @@
+Source: haskell-base16-bytestring
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://github.com/bos/base16-bytestring
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base16-bytestring
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base16-bytestring
+DM-Upload-Allowed: yes
+
+Package: libghc-base16-bytestring-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast base16 (hex) encoding and decoding for ByteStrings
+ This package provides a Haskell library for working with base16-encoded
+ data quickly and efficiently, using the ByteString type.
+ .
+ This package contains the normal library files.
+
+Package: libghc-base16-bytestring-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast base16 (hex) encoding and decoding for ByteStrings; profiling libraries
+ This package provides a Haskell library for working with base16-encoded
+ data quickly and efficiently, using the ByteString type.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-base16-bytestring-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Fast base16 (hex) encoding and decoding for ByteStrings; documentation
+ This package provides a Haskell library for working with base16-encoded
+ data quickly and efficiently, using the ByteString type.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-base16-bytestring//copyright new-haskell-base16-bytestring//copyright
--- old-haskell-base16-bytestring//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//copyright	2011-12-29 05:32:10.895672664 +0000
@@ -0,0 +1,30 @@
+Copyright (c) 2011 MailRank, Inc.
+
+All rights reserved.
+
+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 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-base16-bytestring//rules new-haskell-base16-bytestring//rules
--- old-haskell-base16-bytestring//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//rules	2011-12-29 05:32:10.895672664 +0000
@@ -0,0 +1,3 @@
+#!/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-base16-bytestring//source/format new-haskell-base16-bytestring//source/format
--- old-haskell-base16-bytestring//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//source/format	2011-12-29 05:32:10.895672664 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-base16-bytestring//watch new-haskell-base16-bytestring//watch
--- old-haskell-base16-bytestring//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-base16-bytestring//watch	2011-12-29 05:32:10.895672664 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|base16-bytestring-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/base16-bytestring \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list