debian/0000755000000000000000000000000012253462314007170 5ustar debian/copyright0000644000000000000000000000340412253004605011117 0ustar 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 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. debian/control0000644000000000000000000000747712253005733010610 0ustar Source: haskell-graceful Maintainer: Noriyuki OHKAWA 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. debian/watch0000644000000000000000000000032312253004605010212 0ustar 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)/ debian/changelog0000644000000000000000000000032012253004635011033 0ustar haskell-graceful (0.1.1.3-1) unstable; urgency=low * Debianization generated by cabal-debian * New maintainer (Closes: #731890) -- Noriyuki OHKAWA Sat, 14 Dec 2013 01:50:21 +0000 debian/source/0000755000000000000000000000000012253004605010463 5ustar debian/source/format0000644000000000000000000000001412253004605011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212253004605010361 0ustar 9 debian/rules0000755000000000000000000000021412253004605010240 0ustar #!/usr/bin/make -f DEB_CABAL_PACKAGE = graceful include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk