[Pkg-haskell-commits] darcs: haskell-xml-types: Initial Check-In

clint at debian.org clint at debian.org
Fri Sep 16 02:14:47 UTC 2011


Fri Sep 16 02:14:20 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 7deef8d6f21bd9303285e8c0af3831a2

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

Fri Sep 16 02:14:20 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 7deef8d6f21bd9303285e8c0af3831a2
diff -rN -u old-haskell-xml-types//changelog new-haskell-xml-types//changelog
--- old-haskell-xml-types//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//changelog	2011-09-16 02:14:47.514335192 +0000
@@ -0,0 +1,5 @@
+haskell-xml-types (0.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 15 Sep 2011 21:33:25 -0400
diff -rN -u old-haskell-xml-types//compat new-haskell-xml-types//compat
--- old-haskell-xml-types//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//compat	2011-09-16 02:14:47.514335192 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-xml-types//control new-haskell-xml-types//control
--- old-haskell-xml-types//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//control	2011-09-16 02:14:47.514335192 +0000
@@ -0,0 +1,83 @@
+Source: haskell-xml-types
+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-text-dev
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/xml-types
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xml-types
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xml-types
+
+Package: libghc-xml-types-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libxml-types-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: basic types for representing XML
+ The idea is to have a full set of appropriate types, which various
+ XML libraries can share. Instead of having equivalent-but-incompatible
+ types for every binding, parser, or client, they all share the same
+ types can thus interoperate easily.
+ .
+ This library contains complete types for most parts of an XML
+ document, including the prologue, node tree, and doctype. Some basic
+ combinators are included for common tasks, including traversing the
+ node tree and filtering children.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-xml-types-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: basic types for representing XML; profiling libraries
+ The idea is to have a full set of appropriate types, which various
+ XML libraries can share. Instead of having equivalent-but-incompatible
+ types for every binding, parser, or client, they all share the same
+ types can thus interoperate easily.
+ .
+ This library contains complete types for most parts of an XML
+ document, including the prologue, node tree, and doctype. Some basic
+ combinators are included for common tasks, including traversing the
+ node tree and filtering children.
+ .
+ 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-xml-types-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: basic types for representing XML; documentation
+ The idea is to have a full set of appropriate types, which various
+ XML libraries can share. Instead of having equivalent-but-incompatible
+ types for every binding, parser, or client, they all share the same
+ types can thus interoperate easily.
+ .
+ This library contains complete types for most parts of an XML
+ document, including the prologue, node tree, and doctype. Some basic
+ combinators are included for common tasks, including traversing the
+ node tree and filtering children.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-xml-types//copyright new-haskell-xml-types//copyright
--- old-haskell-xml-types//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//copyright	2011-09-16 02:14:47.518334055 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: xml-types
+Upstream-Contact: John Millikin <jmillikin at gmail.com>
+Source: http://hackage.haskell.org/package/xml-types
+
+Copyright: 2010, John Millikin
+License: MIT
+ 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.
diff -rN -u old-haskell-xml-types//rules new-haskell-xml-types//rules
--- old-haskell-xml-types//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//rules	2011-09-16 02:14:47.518334055 +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-xml-types//source/format new-haskell-xml-types//source/format
--- old-haskell-xml-types//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//source/format	2011-09-16 02:14:47.518334055 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-xml-types//watch new-haskell-xml-types//watch
--- old-haskell-xml-types//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-types//watch	2011-09-16 02:14:47.518334055 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|xml-types-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/xml-types \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list