[Pkg-haskell-commits] darcs: haskell-unix-compat: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Thu Jun 3 10:20:22 UTC 2010


Thu Jun  3 10:19:13 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: c530a05282d904124118038814c49b59

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-unix-compat-doc.doc-base
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Jun  3 10:19:13 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: c530a05282d904124118038814c49b59
diff -rN -u old-haskell-unix-compat/changelog new-haskell-unix-compat/changelog
--- old-haskell-unix-compat/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/changelog	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1,5 @@
+haskell-unix-compat (0.1.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #584288)
+
+ -- Giovanni Mascellani <gio at debian.org>  Mon, 31 May 2010 16:41:43 +0200
diff -rN -u old-haskell-unix-compat/compat new-haskell-unix-compat/compat
--- old-haskell-unix-compat/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/compat	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-unix-compat/control new-haskell-unix-compat/control
--- old-haskell-unix-compat/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/control	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1,66 @@
+Source: haskell-unix-compat
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof
+Build-Depends-Indep:
+ ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/unix-compat
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-unix-compat
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unix-compat
+
+Package: libghc6-unix-compat-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell portable POSIX-compatible layer - GHC 6 libraries
+ This package provides portable Haskell implementations of some POSIX
+ system calls contained in the unix package. This package re-exports the
+ unix package when available. When it isn't available, portable
+ implementations are used.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-unix-compat-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell portable POSIX-compatible layer - GHC 6 profiling libraries
+ This package provides portable Haskell implementations of some POSIX
+ system calls contained in the unix package. This package re-exports the
+ unix package when available. When it isn't available, portable
+ implementations are used.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-unix-compat-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell portable POSIX-compatible layer - documentation
+ This package provides portable Haskell implementations of some POSIX
+ system calls contained in the unix package. This package re-exports the
+ unix package when available. When it isn't available, portable
+ implementations are used.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-unix-compat/copyright new-haskell-unix-compat/copyright
--- old-haskell-unix-compat/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/copyright	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1,41 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell portable POSIX-compatible layer
+Maintainer: Bjorn Bringert <bjorn at bringert.net>
+Source: http://hackage.haskell.org/package/unix-compat
+
+Files: *
+Copyright: © 2007, Bjorn Bringert <bjorn at bringert.net>
+License: BSD
+ 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 names of the copyright owners nor the names of the 
+   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.
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-unix-compat/libghc6-unix-compat-doc.doc-base new-haskell-unix-compat/libghc6-unix-compat-doc.doc-base
--- old-haskell-unix-compat/libghc6-unix-compat-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/libghc6-unix-compat-doc.doc-base	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1,9 @@
+Document: haskell-unix-compat-api
+Title: Documentation for the haskell unix-compat library
+Author: Bjorn Bringert
+Abstract: unix-compat is a Haskell portable POSIX-compatible layer
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-unix-compat-doc/html/index.html
+Files: /usr/share/doc/libghc6-unix-compat-doc/html/*.html
diff -rN -u old-haskell-unix-compat/rules new-haskell-unix-compat/rules
--- old-haskell-unix-compat/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/rules	2010-06-03 10:20:21.369486218 +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-compat/source/format new-haskell-unix-compat/source/format
--- old-haskell-unix-compat/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/source/format	2010-06-03 10:20:21.369486218 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-unix-compat/watch new-haskell-unix-compat/watch
--- old-haskell-unix-compat/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/watch	2010-06-03 10:20:21.365486005 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|unix-compat-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/unix-compat \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list