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

takaki at asis.media-as.org takaki at asis.media-as.org
Wed May 11 00:06:07 UTC 2011


Wed May 11 00:04:41 UTC 2011  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 37870dbec275387dc01c4cad80e72889

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

Wed May 11 00:04:41 UTC 2011  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 37870dbec275387dc01c4cad80e72889
diff -rN -u old-haskell-bytestring-nums/changelog new-haskell-bytestring-nums/changelog
--- old-haskell-bytestring-nums/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/changelog	2011-05-11 00:06:06.664282447 +0000
@@ -0,0 +1,12 @@
+haskell-bytestring-nums (0.3.2-2) unstable; urgency=low
+
+  * debian/control: Use ghc instead of ghc6.
+  * debian/watch: Improved.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 14 Apr 2011 22:36:32 +0900
+
+haskell-bytestring-nums (0.3.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #607413)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 15 Dec 2010 21:14:30 +0900
diff -rN -u old-haskell-bytestring-nums/compat new-haskell-bytestring-nums/compat
--- old-haskell-bytestring-nums/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/compat	2011-05-11 00:06:06.664282447 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-bytestring-nums/control new-haskell-bytestring-nums/control
--- old-haskell-bytestring-nums/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/control	2011-05-11 00:06:06.660282235 +0000
@@ -0,0 +1,62 @@
+Source: haskell-bytestring-nums
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
+	ghc,
+	ghc-prof,
+	ghc-doc,
+Standards-Version: 3.9.1
+Homepage: http://github.com/solidsnack/bytestring-nums
+
+Package: libghc-bytestring-nums-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Parse numeric literals from ByteStrings.
+ A time and space-efficient implementation of byte vectors using packed
+ Word8 arrays, suitable for high performance use, both in terms of large
+ data quantities, or high speed requirements. Byte vectors are encoded as
+ strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a
+ ForeignPtr, and can be passed between C and Haskell with little effort.
+ .
+ Parse numeric literals from ByteStrings.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-bytestring-nums-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Parse numeric literals from ByteStrings.; profiling library
+ A time and space-efficient implementation of byte vectors using packed
+ Word8 arrays, suitable for high performance use, both in terms of large
+ data quantities, or high speed requirements. Byte vectors are encoded as
+ strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a
+ ForeignPtr, and can be passed between C and Haskell with little effort.
+ .
+ Parse numeric literals from ByteStrings.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-bytestring-nums-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Parse numeric literals from ByteStrings.; documentation
+ A time and space-efficient implementation of byte vectors using packed
+ Word8 arrays, suitable for high performance use, both in terms of large
+ data quantities, or high speed requirements. Byte vectors are encoded as
+ strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a
+ ForeignPtr, and can be passed between C and Haskell with little effort.
+ .
+ Parse numeric literals from ByteStrings.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-bytestring-nums/copyright new-haskell-bytestring-nums/copyright
--- old-haskell-bytestring-nums/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/copyright	2011-05-11 00:06:06.660282235 +0000
@@ -0,0 +1,44 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jason Dusek <jason.dusek at gmail.com>
+Source: http://hackage.haskell.org/package/bytestring-nums
+Name: bytestring-nums
+
+Files: *
+Copyright: Jason Dusek <jason.dusek at gmail.com> 
+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.
+
+ .  Names of the contributors to this software may not 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 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. 
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki at debian.org>
+License: GPL-3
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 3 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-bytestring-nums/docs new-haskell-bytestring-nums/docs
--- old-haskell-bytestring-nums/docs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/docs	2011-05-11 00:06:06.660282235 +0000
@@ -0,0 +1 @@
+README
diff -rN -u old-haskell-bytestring-nums/rules new-haskell-bytestring-nums/rules
--- old-haskell-bytestring-nums/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/rules	2011-05-11 00:06:06.660282235 +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-bytestring-nums/source/format new-haskell-bytestring-nums/source/format
--- old-haskell-bytestring-nums/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/source/format	2011-05-11 00:06:06.660282235 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bytestring-nums/watch new-haskell-bytestring-nums/watch
--- old-haskell-bytestring-nums/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bytestring-nums/watch	2011-05-11 00:06:06.656282023 +0000
@@ -0,0 +1,4 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bytestring-nums-$1.tar.gz|" \
+  http://hackage.haskell.org/packages/archive/bytestring-nums  ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list