debian/0000755000000000000000000000000012151222470007162 5ustar debian/watch0000644000000000000000000000033012036250331010206 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|HsSyck-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/HsSyck \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036250331010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000366512036250331011126 0ustar This package was debianized by Clint Adams on Thu, 25 Aug 2011 00:41:45 -0000 It was downloaded from http://hackage.haskell.org/package/HsSyck Upstream Author: Audrey Tang Copyright: 2005, 2006, 2008 by Audrey Tang, Gaal Yahas Individual files are syck/yaml2byte.c: 2003 why the lucky stiff, clark evans syck/token.c: 2003 why the lucky stiff syck/syck.h: *2003 why the lucky stiff syck/syck.c: *2003 why the lucky stiff syck/node.c: *2003 why the lucky stiff syck/implicit.c: 2003 why the lucky stiff syck/handler.c: 2003 why the lucky stiff syck/gram.h: 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. syck/gram.c: 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. syck/emitter.c: 2003 why the lucky stiff : plus code from Ruby which is 1993-2003 Yukihiro Matsumoto syck/bytecode.c: 2003 why the lucky stiff 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 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. debian/source/0000755000000000000000000000000012036250331010461 5ustar debian/source/format0000644000000000000000000000001412036250331011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616223010370 0ustar 9 debian/control0000644000000000000000000000515212150230134010563 0ustar Source: haskell-hssyck Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-bytestring-dev , libghc-bytestring-prof , libghc-syb-dev , libghc-syb-prof , libghc-utf8-string-dev , libghc-utf8-string-prof Build-Depends-Indep: ghc-doc , libghc-bytestring-doc , libghc-syb-doc , libghc-utf8-string-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/HsSyck Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hssyck Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hssyck Package: libghc-hssyck-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: interface to syck YAML library${haskell:ShortBlurb} This is a simple YAML ('Yet Another Markup Language') processor, used by the Pugs project for handling data serialization; this can be useful for optimization and caching purposes. . This is an interface to the syck C library for parsing and dumping YAML data. It lets you transform textual YAML data into an object of type YamlNode, and vice versa, fast. . ${haskell:Blurb} Package: libghc-hssyck-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: interface to syck YAML library${haskell:ShortBlurb} This is a simple YAML ('Yet Another Markup Language') processor, used by the Pugs project for handling data serialization; this can be useful for optimization and caching purposes. . This is an interface to the syck C library for parsing and dumping YAML data. It lets you transform textual YAML data into an object of type YamlNode, and vice versa, fast. . ${haskell:Blurb} Package: libghc-hssyck-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: interface to syck YAML library${haskell:ShortBlurb} This is a simple YAML ('Yet Another Markup Language') processor, used by the Pugs project for handling data serialization; this can be useful for optimization and caching purposes. . This is an interface to the syck C library for parsing and dumping YAML data. It lets you transform textual YAML data into an object of type YamlNode, and vice versa, fast. . ${haskell:Blurb} debian/changelog0000644000000000000000000000223612151222470011037 0ustar haskell-hssyck (0.50-5build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 22:44:24 +0100 haskell-hssyck (0.50-5) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:24 +0200 haskell-hssyck (0.50-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:02 +0200 haskell-hssyck (0.50-3) experimental; urgency=low [ Joey Hess ] * Fix homepage url. [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:11 +0200 haskell-hssyck (0.50-2) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Wed, 29 Feb 2012 16:38:57 -0500 haskell-hssyck (0.50-1) unstable; urgency=low * Initial release. -- Clint Adams Wed, 24 Aug 2011 20:41:45 -0400