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

Clint Adams clint at debian.org
Wed Feb 1 13:31:58 UTC 2012


Wed Feb  1 13:31:33 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 3d47a06397c011b7eed699b37ff81d19

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

Wed Feb  1 13:31:33 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 3d47a06397c011b7eed699b37ff81d19
diff -rN -u old-haskell-unix-bytestring//changelog new-haskell-unix-bytestring//changelog
--- old-haskell-unix-bytestring//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//changelog	2012-02-01 13:31:58.818753204 +0000
@@ -0,0 +1,5 @@
+haskell-unix-bytestring (0.3.5-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 01 Feb 2012 07:56:41 -0500
diff -rN -u old-haskell-unix-bytestring//compat new-haskell-unix-bytestring//compat
--- old-haskell-unix-bytestring//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//compat	2012-02-01 13:31:58.818753204 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-unix-bytestring//control new-haskell-unix-bytestring//control
--- old-haskell-unix-bytestring//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//control	2012-02-01 13:31:58.818753204 +0000
@@ -0,0 +1,67 @@
+Source: haskell-unix-bytestring
+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)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/haskell-unix-bytestring
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unix-bytestring
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unix-bytestring
+
+Package: libghc-unix-bytestring-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Unix/POSIX-specific functions for ByteStrings
+ Provides ByteString file-descriptor based I/O API, designed loosely after
+ the String file-descriptor based I/O API in System.Posix.IO. The functions
+ here wrap standard C implementations of the functions specified by the
+ ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
+ Version 2 (`XPG4.2') specifications.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-unix-bytestring-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Unix/POSIX-specific functions for ByteStrings; profiling libraries
+ Provides ByteString file-descriptor based I/O API, designed loosely after
+ the String file-descriptor based I/O API in System.Posix.IO. The functions
+ here wrap standard C implementations of the functions specified by the
+ ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
+ Version 2 (`XPG4.2') specifications.
+ .
+ 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-unix-bytestring-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Unix/POSIX-specific functions for ByteStrings; documentation
+ Provides ByteString file-descriptor based I/O API, designed loosely after
+ the String file-descriptor based I/O API in System.Posix.IO. The functions
+ here wrap standard C implementations of the functions specified by the
+ ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
+ Version 2 (`XPG4.2') specifications.
+ .
+ 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-unix-bytestring//copyright new-haskell-unix-bytestring//copyright
--- old-haskell-unix-bytestring//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//copyright	2012-02-01 13:31:58.822750870 +0000
@@ -0,0 +1,80 @@
+=== Notes ===
+
+The following license applies to all code in this package, with the
+exception of the functions System.Posix.IO.ByteString.fdReadBuf and
+System.Posix.IO.ByteString.fdWriteBuf. Those functions were copied
+from the unix package and are subject to the license described in
+LICENSE-unix, as well as this license.
+
+=== unix-bytestring license ===
+
+Copyright (c) 2010, 2011, wren ng thornton.
+ALL RIGHTS RESERVED.
+
+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.
+
+    * Neither the name of the copyright holders nor the names of
+      other contributors may be used to endorse or promote products
+      derived from this software without specific prior written
+      permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
+COPYRIGHT OWNER 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.
+
+
+
+The unix package (source of the functions System.Posix.IO.ByteString.fdReadBuf
+and System.Posix.IO.ByteString.fdWriteBuf) is under this license:
+
+The Glasgow Haskell Compiler License
+
+Copyright 2004, The University Court of the University of Glasgow. 
+All rights reserved.
+
+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.
+ 
+- Neither name of the University nor the names of its contributors may be
+used to endorse or promote products derived from this software without
+specific prior written permission. 
+
+THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+GLASGOW AND 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
+UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR 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.
+
diff -rN -u old-haskell-unix-bytestring//rules new-haskell-unix-bytestring//rules
--- old-haskell-unix-bytestring//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//rules	2012-02-01 13:31:58.825749001 +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-unix-bytestring//source/format new-haskell-unix-bytestring//source/format
--- old-haskell-unix-bytestring//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//source/format	2012-02-01 13:31:58.825749001 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-unix-bytestring//watch new-haskell-unix-bytestring//watch
--- old-haskell-unix-bytestring//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-bytestring//watch	2012-02-01 13:31:58.829752371 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|unix-bytestring-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/unix-bytestring \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list