[Pkg-haskell-commits] darcs: haskell-hssyck: Initial Check-In

clint at debian.org clint at debian.org
Thu Aug 25 01:45:56 UTC 2011


Thu Aug 25 01:44:53 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: d3671be715ee4173b638149794225793

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

Thu Aug 25 01:44:53 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: d3671be715ee4173b638149794225793
diff -rN -u old-haskell-hssyck//changelog new-haskell-hssyck//changelog
--- old-haskell-hssyck//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//changelog	2011-08-25 01:45:56.376618159 +0000
@@ -0,0 +1,5 @@
+haskell-hssyck (0.50-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 24 Aug 2011 20:41:45 -0400
diff -rN -u old-haskell-hssyck//compat new-haskell-hssyck//compat
--- old-haskell-hssyck//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//compat	2011-08-25 01:45:56.376618159 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hssyck//control new-haskell-hssyck//control
--- old-haskell-hssyck//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//control	2011-08-25 01:45:56.376618159 +0000
@@ -0,0 +1,83 @@
+Source: haskell-hssyck
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , 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.2
+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
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.
+
+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; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.
+
+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; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.
diff -rN -u old-haskell-hssyck//copyright new-haskell-hssyck//copyright
--- old-haskell-hssyck//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//copyright	2011-08-25 01:45:56.381064001 +0000
@@ -0,0 +1,47 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Thu, 25 Aug 2011 00:41:45 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/HsSyck
+
+Upstream Author:
+
+    Audrey Tang <audreyt at audreyt.org>
+
+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.
diff -rN -u old-haskell-hssyck//rules new-haskell-hssyck//rules
--- old-haskell-hssyck//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//rules	2011-08-25 01:45:56.381064001 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-hssyck//source/format new-haskell-hssyck//source/format
--- old-haskell-hssyck//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//source/format	2011-08-25 01:45:56.381064001 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hssyck//watch new-haskell-hssyck//watch
--- old-haskell-hssyck//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hssyck//watch	2011-08-25 01:45:56.381064001 +0000
@@ -0,0 +1,5 @@
+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)/





More information about the Pkg-haskell-commits mailing list