[Pkg-haskell-commits] darcs: haskell-graceful: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat May 23 20:37:36 UTC 2015


Sat May 23 20:34:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Sat May 23 20:34:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-graceful/changelog new-haskell-graceful/changelog
--- old-haskell-graceful/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/changelog	2015-05-23 20:37:36.284750061 +0000
@@ -0,0 +1,6 @@
+haskell-graceful (0.1.1.3-1) unstable; urgency=low
+
+  * Debianization generated by cabal-debian
+  * New maintainer (Closes: #731890)
+
+ -- Noriyuki OHKAWA <n.ohkawa at gmail.com>  Sat, 14 Dec 2013 01:50:21 +0000
diff -rN -u old-haskell-graceful/compat new-haskell-graceful/compat
--- old-haskell-graceful/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/compat	2015-05-23 20:37:36.284750061 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-graceful/control new-haskell-graceful/control
--- old-haskell-graceful/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/control	2015-05-23 20:37:36.288750154 +0000
@@ -0,0 +1,97 @@
+Source: haskell-graceful
+Maintainer: Noriyuki OHKAWA <n.ohkawa at gmail.com>
+Priority: optional
+Section: haskell
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+               , libghc-base-dev (>= 4.5) | ghc
+               , libghc-base-dev (<< 4.7) | ghc
+               , libghc-base-prof (>= 4.5) | ghc-prof
+               , libghc-base-prof (<< 4.7) | ghc-prof
+               , libghc-directory-dev (>= 1.1) | ghc
+               , libghc-directory-dev (<< 1.3) | ghc
+               , libghc-directory-prof (>= 1.1) | ghc-prof
+               , libghc-directory-prof (<< 1.3) | ghc-prof
+               , libghc-network-dev (>= 2.3)
+               , libghc-network-dev (<< 2.5)
+               , libghc-network-prof (>= 2.3)
+               , libghc-network-prof (<< 2.5)
+               , libghc-stm-dev (>= 2.3)
+               , libghc-stm-dev (<< 2.5)
+               , libghc-stm-prof (>= 2.3)
+               , libghc-stm-prof (<< 2.5)
+               , libghc-unix-dev (>= 2.5) | ghc
+               , libghc-unix-dev (<< 2.7) | ghc
+               , libghc-unix-prof (>= 2.5) | ghc-prof
+               , libghc-unix-prof (<< 2.7) | ghc-prof
+Build-Depends-Indep: ghc-doc
+                     , libghc-base-doc (>= 4.5) | ghc-doc
+                     , libghc-base-doc (<< 4.7) | ghc-doc
+                     , libghc-directory-doc (>= 1.1) | ghc-doc
+                     , libghc-directory-doc (<< 1.3) | ghc-doc
+                     , libghc-network-doc (>= 2.3)
+                     , libghc-network-doc (<< 2.5)
+                     , libghc-stm-doc (>= 2.3)
+                     , libghc-stm-doc (<< 2.5)
+                     , libghc-unix-doc (>= 2.5) | ghc-doc
+                     , libghc-unix-doc (<< 2.7) | ghc-doc
+
+Package: libghc-graceful-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: Library to write graceful shutdown / upgrade service.
+ This library help you to create nginx like network services.
+ Program written with this library handles some signal
+ and do "graceful shutdown" or "on the fly upgrade".
+ .
+ This package provides a library for the Haskell programming language.
+ See http:///www.haskell.org/ for more information on Haskell.
+
+Package: libghc-graceful-prof
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: Library to write graceful shutdown / upgrade service - prof
+ This library help you to create nginx like network services.
+ Program written with this library handles some signal
+ and do "graceful shutdown" or "on the fly upgrade".
+ .
+ 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-graceful-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: Library to write graceful shutdown / upgrade service - doc
+ This library help you to create nginx like network services.
+ Program written with this library handles some signal
+ and do "graceful shutdown" or "on the fly upgrade".
+ .
+ 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-graceful/copyright new-haskell-graceful/copyright
--- old-haskell-graceful/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/copyright	2015-05-23 20:37:36.288750154 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: graceful
+Source: https://hackage.haskell.org/package/graceful-0.1.1.3/graceful-0.1.1.3.tar.gz
+
+Files: *
+Copyright: Copyright 2013 Noriyuki OHKAWA <n.ohkawa at gmail.com>
+License: BSD-3-clause
+ Copyright (c) 2013, Noriyuki OHKAWA
+ .
+ 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 Noriyuki OHKAWA 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.
diff -rN -u old-haskell-graceful/rules new-haskell-graceful/rules
--- old-haskell-graceful/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/rules	2015-05-23 20:37:36.288750154 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = graceful
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-graceful/source/format new-haskell-graceful/source/format
--- old-haskell-graceful/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/source/format	2015-05-23 20:37:36.288750154 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-graceful/watch new-haskell-graceful/watch
--- old-haskell-graceful/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-graceful/watch	2015-05-23 20:37:36.288750154 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|graceful-$1.tar.gz|" \
+    http://hackage.haskell.org/package/graceful \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list