[Pkg-haskell-commits] darcs: haskell-libxml-sax: Initial Check-In

Clint Adams clint at debian.org
Tue Mar 6 03:20:05 UTC 2012


Tue Mar  6 03:19:35 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7fef253f9c266afa34ecfa0fc31dd34f

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

Tue Mar  6 03:19:35 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7fef253f9c266afa34ecfa0fc31dd34f
diff -rN -u old-haskell-libxml-sax//changelog new-haskell-libxml-sax//changelog
--- old-haskell-libxml-sax//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//changelog	2012-03-06 03:20:05.302748300 +0000
@@ -0,0 +1,6 @@
+haskell-libxml-sax (0.7.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Mar 2012 16:39:11 -0500
+
diff -rN -u old-haskell-libxml-sax//compat new-haskell-libxml-sax//compat
--- old-haskell-libxml-sax//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//compat	2012-03-06 03:20:05.302748300 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-libxml-sax//control new-haskell-libxml-sax//control
--- old-haskell-libxml-sax//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//control	2012-03-06 03:20:05.306749236 +0000
@@ -0,0 +1,60 @@
+Source: haskell-libxml-sax
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-text-dev (>> 0.7)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+ , libghc-xml-types-dev (>> 0.3)
+ , libghc-xml-types-dev (<< 0.4)
+ , libghc-xml-types-prof
+ , libxml2-dev
+ , pkg-config
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+ , libghc-xml-types-doc
+Standards-Version: 3.9.3
+Homepage: http://ianen.org/haskell/bindings/libxml-sax/
+
+Package: libghc-libxml-sax-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for libXML2 SAX
+ These are Haskell bindings to the libXML2 SAX library.
+ .
+ This package contains the normal library files.
+
+Package: libghc-libxml-sax-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for libXML2 SAX; profiling libraries
+ These are Haskell bindings to the libXML2 SAX library.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-libxml-sax-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings for libXML2 SAX; documentation
+ These are Haskell bindings to the libXML2 SAX library.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-libxml-sax//copyright new-haskell-libxml-sax//copyright
--- old-haskell-libxml-sax//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//copyright	2012-03-06 03:20:05.310751287 +0000
@@ -0,0 +1,26 @@
+This software is
+
+Copyright (C) 2010 John Millikin <jmillikin at gmail.com>
+
+and MIT-licensed:
+
+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-libxml-sax//rules new-haskell-libxml-sax//rules
--- old-haskell-libxml-sax//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//rules	2012-03-06 03:20:05.310751287 +0000
@@ -0,0 +1,3 @@
+#!/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-libxml-sax//source/format new-haskell-libxml-sax//source/format
--- old-haskell-libxml-sax//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//source/format	2012-03-06 03:20:05.310751287 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-libxml-sax//watch new-haskell-libxml-sax//watch
--- old-haskell-libxml-sax//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libxml-sax//watch	2012-03-06 03:20:05.330747163 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|libxml-sax-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/libxml-sax \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list