[Pkg-haskell-commits] darcs: haskell-process: Initial Check-In

Masayuki Hatta mhatta at debian.org
Mon Feb 25 20:40:33 UTC 2013


Mon Feb 25 20:39:26 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 77d6fc72455d7d8b4f5fe0f211a7311d

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

Mon Feb 25 20:39:26 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 77d6fc72455d7d8b4f5fe0f211a7311d
diff -rN -u old-haskell-process//changelog new-haskell-process//changelog
--- old-haskell-process//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//changelog	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1,7 @@
+haskell-process (1.1.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #)
+  * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org>  Tue, 26 Feb 2013 05:23:12 +0900
+
diff -rN -u old-haskell-process//compat new-haskell-process//compat
--- old-haskell-process//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//compat	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-process//control new-haskell-process//control
--- old-haskell-process//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//control	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1,52 @@
+Source: haskell-process
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
+Build-Depends: debhelper (>= 7.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/process
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-process
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process
+
+Package: libghc-process-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Process libraries in Haskell
+ This Hakell library provides a way to deal with system processes.
+ .
+ This package contains the normal library files.
+
+Package: libghc-process-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Process libraries in Haskell
+ This Hakell library provides a way to deal with system processes.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-process-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Process libraries in Haskell
+ This Hakell library provides a way to deal with system processes.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-process//copyright new-haskell-process//copyright
--- old-haskell-process//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//copyright	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1,71 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: process
+Upstream-Contact: Haskell Libraries Discussion List <libraries at haskell.org>
+Source: http://hackage.haskell.org/package/process
+
+Files: *
+Copyright: Haskell Libraries Discussion List <libraries at haskell.org>
+License: BSD-3-Clause
+ This library (libraries/process) is derived from code from two
+ sources: 
+ .
+  * Code from the GHC project which is largely (c) The University of
+    Glasgow, and distributable under a BSD-style license (see below),
+ .
+  * Code from the Haskell 98 Report which is (c) Simon Peyton Jones
+    and freely redistributable (but see the full license for
+    restrictions).
+ .
+ The full text of these licenses is reproduced below.  Both of the
+ licenses are BSD-style or compatible.
+ .
+ -----------------------------------------------------------------------------
+ .
+ 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.
+ .
+ -----------------------------------------------------------------------------
+ .
+ Code derived from the document "Report on the Programming Language
+ Haskell 98", is distributed under the following license:
+ .
+  Copyright (c) 2002 Simon Peyton Jones
+ .
+  The authors intend this Report to belong to the entire Haskell
+  community, and so we grant permission to copy and distribute it for
+  any purpose, provided that it is reproduced in its entirety,
+  including this Notice.  Modified versions of this Report may also be
+  copied and distributed for any purpose, provided that the modified
+  version is clearly presented as such, and that it does not claim to
+  be a definition of the Haskell 98 Language.
+ .
+ -----------------------------------------------------------------------------
diff -rN -u old-haskell-process//rules new-haskell-process//rules
--- old-haskell-process//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//rules	2013-02-25 20:40:32.951720447 +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-process//source/format new-haskell-process//source/format
--- old-haskell-process//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//source/format	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-process//watch new-haskell-process//watch
--- old-haskell-process//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process//watch	2013-02-25 20:40:32.951720447 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|process-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/process \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list