debian/0000755000000000000000000000000012147643112007167 5ustar debian/watch0000644000000000000000000000034012103212667010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|rosezipper-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/rosezipper \ ([\d\.]*\d)/ debian/control0000644000000000000000000000360312147621366010603 0ustar Source: haskell-rosezipper Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Masayuki Hatta (mhatta) Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8) , cdbs , ghc , ghc-prof Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/rosezipper Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-rosezipper Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-rosezipper Package: libghc-rosezipper-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Generic zipper implementation for Data.Tree in Haskell This Haskell library provides a Haskell datastructure for working with locations in trees or forests. . This package contains the normal library files. Package: libghc-rosezipper-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Generic zipper implementation for Data.Tree in Haskell This Haskell library provides a Haskell datastructure for working with locations in trees or forests. . This package contains the libraries compiled with profiling enabled. Package: libghc-rosezipper-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Generic zipper implementation for Data.Tree in Haskell This Haskell library provides a Haskell datastructure for working with locations in trees or forests. . This package contains the documentation files. debian/rules0000755000000000000000000000015512117153121010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000114112147643112011036 0ustar haskell-rosezipper (0.2-3) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 -- Joachim Breitner Fri, 24 May 2013 12:51:54 +0200 haskell-rosezipper (0.2-2) unstable; urgency=low * debian/copyright: Added licensing information for Debian packaging. -- Masayuki Hatta (mhatta) Tue, 12 Mar 2013 07:30:19 +0900 haskell-rosezipper (0.2-1) unstable; urgency=low * Initial release. (closes: #699511) * Debianization generated by cabal-debian -- Masayuki Hatta (mhatta) Fri, 01 Feb 2013 12:50:56 +0900 debian/source/0000755000000000000000000000000012103212667010466 5ustar debian/source/format0000644000000000000000000000001412103212667011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620571010371 0ustar 9 debian/copyright0000644000000000000000000000440012130031153011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rosezipper Upstream-Contact: Iavor S. Diatchki Source: http://hackage.haskell.org/package/rosezipper Files: debian/* Copyright: 2013 Masayuki Hatta (mhatta) License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: * Copyright: Copyright 2008 Krasimir Angelov and Iavor S. Diatchki License: BSD-2-Clause 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.