[Pkg-haskell-commits] darcs: haskell-hxt: Initial Check-In
takaki at asis.media-as.org
takaki at asis.media-as.org
Tue Dec 28 07:42:05 UTC 2010
Tue Dec 28 07:42:29 UTC 2010 takaki at asis.media-as.org
* Initial Check-In
Ignore-this: 43275773084721432e3642a4214e1571
A ./changelog
A ./clean
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Tue Dec 28 07:42:29 UTC 2010 takaki at asis.media-as.org
* Initial Check-In
Ignore-this: 43275773084721432e3642a4214e1571
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-12-28 07:42:05.524518044 +0000
@@ -0,0 +1,54 @@
+haskell-hxt (9.0.1-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Thu, 09 Dec 2010 08:47:25 +0900
+
+haskell-hxt (9.0.0-1) unstable; urgency=low
+
+ * New Upstream version 9.0.0
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Thu, 28 Oct 2010 15:00:28 +0900
+
+haskell-hxt (8.5.4-1) unstable; urgency=low
+
+ * New Upstream.
+ * deleate 'debian/libghc6-hxt-doc.examples'.
+ * debian/control:
+ * change Priority to extra
+ * Updated to Standards-Version 3.9.1 (no changes needed)
+ * debian/patcheds: removed. It is not required any more.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 25 Aug 2010 13:58:42 +0900
+
+haskell-hxt (8.5.2-1.1) unstable; urgency=low
+
+ * Patch tagsoup-0.10-compat.patch (Closes: #587541)
+ Patch taken from
+ http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/hs-hxt/files/
+ * Add VCS-Fields
+ * Add example to libghc6-hxt-doc
+ * Switch to 3.0 (quilt) source format
+ * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
+ http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
+ * Bump standards version, no change
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 10 Jul 2010 20:00:07 +0200
+
+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-12-28 07:42:05.524518044 +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-12-28 07:42:05.524518044 +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-12-28 07:42:05.524518044 +0000
@@ -0,0 +1,103 @@
+Source: haskell-hxt
+Section: haskell
+Priority: extra
+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,
+ 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,
+ libghc6-binary-dev,
+ libghc6-binary-prof,
+ libghc6-binary-doc,
+ libghc6-hxt-charproperties-dev,
+ libghc6-hxt-charproperties-prof,
+ libghc6-hxt-charproperties-doc,
+ libghc6-hxt-regex-xmlschema-dev,
+ libghc6-hxt-regex-xmlschema-prof,
+ libghc6-hxt-regex-xmlschema-doc,
+ libghc6-hxt-unicode-dev,
+ libghc6-hxt-unicode-prof,
+ libghc6-hxt-unicode-doc,
+Standards-Version: 3.9.1
+Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hxt
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hxt
+
+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)
+ 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-12-28 07:42:05.520517833 +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-12-28 07:42:05.520517833 +0000
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE=1
+
+# DEB_CABAL_PACKAGE = hxt
+# DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-hxt/source/format new-haskell-hxt/source/format
--- old-haskell-hxt/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt/source/format 2010-12-28 07:42:05.520517833 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
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-12-28 07:42:05.520517833 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hxt-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hxt \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list