[Pkg-haskell-commits] darcs: haskell-hxt: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat Jul 10 17:44:06 UTC 2010


Sat Jul 10 17:42:20 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: e0e7850a3d94155d1b8984181946d520

    A ./changelog
    A ./clean
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./watch

Sat Jul 10 17:42:20 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: e0e7850a3d94155d1b8984181946d520
diff -rN -u old-haskell-hxt/changelog new-haskell-hxt/changelog
--- old-haskell-hxt/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/changelog	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,17 @@
+haskell-hxt (8.5.2-1) unstable; urgency=low
+
+  * New Upstream version 8.5.2
+  * debian/control:
+    * Build-Depends: change to libcurl4-gnutls-dev from libcurl4-openssl-dev.
+      (Closes: #574534, #574807)
+    * Build-Depends: Add cabal-install.
+  * debian/control: Maitainer is changed to Debia Haskell Group.
+  * debian/control: add my name to Uploaders:. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 21 Mar 2010 20:40:39 +0900
+
+haskell-hxt (8.5.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #511325)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 15 Mar 2010 22:00:04 +0900
diff -rN -u old-haskell-hxt/clean new-haskell-hxt/clean
--- old-haskell-hxt/clean	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/clean	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,4 @@
+src/hxt-package
+src/hxt-package.hi
+src/hxt-package.o
+
diff -rN -u old-haskell-hxt/compat new-haskell-hxt/compat
--- old-haskell-hxt/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/compat	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hxt/control new-haskell-hxt/control
--- old-haskell-hxt/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/control	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,75 @@
+Source: haskell-hxt
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> 
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7), 
+	libcurl4-gnutls-dev | libcurl-dev,
+	cabal-install,
+	ghc6, ghc6-prof, ghc6-doc,
+	libghc6-curl-dev, libghc6-curl-prof, libghc6-curl-doc,
+	libghc6-tagsoup-dev(>=0.8), libghc6-tagsoup-prof, libghc6-tagsoup-doc,
+	libghc6-parallel-dev, libghc6-parallel-prof, libghc6-parallel-doc,
+	libghc6-hunit-dev, libghc6-hunit-prof, libghc6-hunit-doc,
+	libghc6-deepseq-dev, libghc6-deepseq-prof, libghc6-deepseq-doc,
+Standards-Version: 3.8.4
+Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
+
+Package: libghc6-hxt-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: an xml toolkit for Haskell (library)
+ The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
+ introduces a more general and flexible approach for processing XML
+ with Haskell. The Haskell XML Toolbox uses a generic data model for
+ representing XML documents, including the DTD subset and the document
+ subset, in Haskell. This data model makes it possible to use filter
+ functions as a uniform design of XML processing applications. The
+ processing filters are implemented as arrows. This is more flexible
+ than the filter approach from HXML and HaXml, but all filter
+ applications can easily be transformed into arrows.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-hxt-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: an xml toolkit for Haskel (profiling library)l
+ The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
+ introduces a more general and flexible approach for processing XML
+ with Haskell. The Haskell XML Toolbox uses a generic data model for
+ representing XML documents, including the DTD subset and the document
+ subset, in Haskell. This data model makes it possible to use filter
+ functions as a uniform design of XML processing applications. The
+ processing filters are implemented as arrows. This is more flexible
+ than the filter approach from HXML and HaXml, but all filter
+ applications can easily be transformed into arrows.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-hxt-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: an xml toolkit for Haskell (documentation)
+ The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
+ introduces a more general and flexible approach for processing XML
+ with Haskell. The Haskell XML Toolbox uses a generic data model for
+ representing XML documents, including the DTD subset and the document
+ subset, in Haskell. This data model makes it possible to use filter
+ functions as a uniform design of XML processing applications. The
+ processing filters are implemented as arrows. This is more flexible
+ than the filter approach from HXML and HaXml, but all filter
+ applications can easily be transformed into arrows.
+ .
+ This package contains the library documentation.
+
diff -rN -u old-haskell-hxt/copyright new-haskell-hxt/copyright
--- old-haskell-hxt/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/copyright	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Sun, 25 Oct 2009 20:00:53 +0900
+
+It was downloaded from http://hackage.haskell.org/package/hxt .
+
+Upstream Author:
+
+    HXT Team <hxmltoolbox at fh-wedel.de>
+
+Copyright:
+
+    Copyright (c) 2005 Uwe Schmidt, Martin Schmidt, Torben Kuseler
+
+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 th
+e 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, subj
+ect to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all c
+opies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
+ED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR 
+A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYR
+IGHT 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 WIT
+H THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-hxt/rules new-haskell-hxt/rules
--- old-haskell-hxt/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/rules	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE=1
+
+DEB_CABAL_PACKAGE = hxt
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+clean::
+	cabal clean
+#	make clean
+# 	make hxt.cabal
+#	rm -f src/hxt-package
+#	rm -f src/hxt-package.hi
+#	rm -f src/hxt-package.o
diff -rN -u old-haskell-hxt/watch new-haskell-hxt/watch
--- old-haskell-hxt/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/watch	2010-07-10 17:44:06.685237770 +0000
@@ -0,0 +1,24 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php haskell-hxt-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/haskell-hxt-(.*)\.tar\.gz
+http://hackage.haskell.org/packages/archive/hxt/([\d\.]+)/hxt-(.*).tar.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/haskell-hxt-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/haskell-hxt/haskell-hxt-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html haskell-hxt-(.*)\.tar\.gz





More information about the Pkg-haskell-commits mailing list