debian/0000755000000000000000000000000012236547072007176 5ustar debian/watch0000644000000000000000000000034212157446021010220 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|pointedlist-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/pointedlist \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512157446021010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000350112157446021011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pointedlist Upstream-Contact: Jeff Wheeler Source: http://hackage.haskell.org/package/pointedlist Files: * Copyright: Copyright 2009 Jeff Wheeler License: BSD-3-Clause * Copyright (c) 2009, Jeff Wheeler * 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 the 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 ''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 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/source/0000755000000000000000000000000012157446021010470 5ustar debian/source/format0000644000000000000000000000001312157446021011675 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000212157446021010366 0ustar 9 debian/control0000644000000000000000000000572712157446160010612 0ustar Source: haskell-pointedlist Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Masayuki Hatta (mhatta) Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , ghc-ghci , libghc-derive-dev , libghc-derive-prof , libghc-fclabels-dev (>= 1.1) , libghc-fclabels-dev (<< 1.2) , libghc-fclabels-prof (>= 1.1) , libghc-fclabels-prof (<< 1.2) Build-Depends-Indep: ghc-doc , libghc-derive-doc , libghc-fclabels-doc (>= 1.1) , libghc-fclabels-doc (<< 1.2) Standards-Version: 3.9.3 Homepage: http://hackage.haskell.org/package/pointedlist Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pointedlist Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointedlist Package: libghc-pointedlist-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb} This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. . This package contains the normal library files. Package: libghc-pointedlist-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb} This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. . This package contains the libraries compiled with profiling enabled. Package: libghc-pointedlist-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: zipper-like comonad which works as a list, tracking a position.${haskell:ShortBlurb} This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. . This package contains the documentation files. debian/changelog0000644000000000000000000000207212236547072011051 0ustar haskell-pointedlist (0.4.0.4-3build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 06 Nov 2013 23:18:18 +0000 haskell-pointedlist (0.4.0.4-3build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 10:13:23 -0700 haskell-pointedlist (0.4.0.4-3) unstable; urgency=low [ Joachim Breitner ] * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of http://darcs.debian.org/darcs/ [ Colin Watson ] * Build-depend on ghc-ghci, due to use of Template Haskell. -- Colin Watson Mon, 17 Jun 2013 00:40:38 +0100 haskell-pointedlist (0.4.0.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:55 +0200 haskell-pointedlist (0.4.0.4-1) unstable; urgency=low * Initial release. (closes: #701174) * Debianization generated by cabal-debian -- Masayuki Hatta (mhatta) Fri, 22 Feb 2013 20:42:12 +0900