[Pkg-haskell-commits] darcs: haskell-process-extras: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sun Dec 2 10:36:52 UTC 2012


Sun Dec  2 10:36:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: ac73674bf9d354a063421876df2acf93

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

Sun Dec  2 10:36:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: ac73674bf9d354a063421876df2acf93
diff -rN -u old-haskell-process-extras//changelog new-haskell-process-extras//changelog
--- old-haskell-process-extras//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//changelog	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1,5 @@
+haskell-process-extras (0.2.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #000000)
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-process-extras//compat new-haskell-process-extras//compat
--- old-haskell-process-extras//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//compat	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-process-extras//control new-haskell-process-extras//control
--- old-haskell-process-extras//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//control	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1,61 @@
+Source: haskell-process-extras
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-text-dev
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/process-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-process-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process-extras
+
+Package: libghc-process-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Extra functionality for the Process library
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-process-extras-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Extra functionality for the Process library; profiling libraries
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ 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-process-extras-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Extra functionality for the Process library; documentation
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ 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-process-extras//copyright new-haskell-process-extras//copyright
--- old-haskell-process-extras//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//copyright	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: process-extras
+Upstream-Contact: David Lazar <lazar6 at illinois.edu>
+Source: http://hackage.haskell.org/package/process-extras
+
+Files: *
+Copyright: 2012 David Lazar <lazar6 at illinois.edu>
+License: process-extras license
+
+Files: debian/*
+Copyright: 2012 Joachim Breitner
+License: process-extras license
+
+License: process-extras license
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-process-extras//rules new-haskell-process-extras//rules
--- old-haskell-process-extras//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//rules	2012-12-02 10:36:51.991829254 +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-extras//source/format new-haskell-process-extras//source/format
--- old-haskell-process-extras//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//source/format	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-process-extras//watch new-haskell-process-extras//watch
--- old-haskell-process-extras//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-extras//watch	2012-12-02 10:36:51.991829254 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|process-extras-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/process-extras \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list