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

takaki at asis.media-as.org takaki at asis.media-as.org
Tue Dec 28 07:41:32 UTC 2010


Tue Dec 28 07:42:10 UTC 2010  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 9c61d6361546cd83824f7fddb03f87cc

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-haxr-doc.lintian-overrides
    A ./rules
    A ./watch

Tue Dec 28 07:42:10 UTC 2010  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 9c61d6361546cd83824f7fddb03f87cc
diff -rN -u old-haskell-haxr/changelog new-haskell-haxr/changelog
--- old-haskell-haxr/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/changelog	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,16 @@
+haskell-haxr (3000.2.1-2) unstable; urgency=low
+
+  * debian/control: Remove hscolour from Build-Depends:, since it's now a
+    Depends: of haskell-devscripts.
+  * debian/control: Remove haddock from Build-Depends:, since it's now a
+    Depends: of haskell-devscripts. 
+  * Bump haskell-devscripts dependency to 0.7.
+  * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 26 Feb 2010 17:07:30 +0900
+
+haskell-haxr (3000.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #458367)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 12 Nov 2009 21:44:08 +0900
diff -rN -u old-haskell-haxr/compat new-haskell-haxr/compat
--- old-haskell-haxr/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/compat	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-haxr/control new-haskell-haxr/control
--- old-haskell-haxr/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/control	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,61 @@
+Source: haskell-haxr
+Section: haskell
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7),
+        ghc6, ghc6-prof, ghc6-doc,
+	libghc6-haxml-dev, libghc6-haxml-prof, haxml-doc,
+	libghc6-http-dev, libghc6-http-prof, haskell-http-doc,
+	libghc6-time-dev, libghc6-time-doc, libghc6-time-prof,
+	libghc6-dataenc-dev, libghc6-dataenc-doc, libghc6-dataenc-prof
+Standards-Version: 3.8.4
+Homepage: http://www.haskell.org/haxr/
+
+Package: libghc6-haxr-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: XML-RPC client and server library for Haskell
+ HaXR is a library for writing XML-RPC client and server applications in
+ Haskell.
+ .
+ HaXR consists of two packages: haxr and haxr-th. The latter package
+ contains the Template Haskell code used for automatically deriving
+ XML-RPC struct representations for Haskell records.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-haxr-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: XML-RPC client and server library for Haskell; profiling library
+ HaXR is a library for writing XML-RPC client and server applications in
+ Haskell.
+ .
+ HaXR consists of two packages: haxr and haxr-th. The latter package
+ contains the Template Haskell code used for automatically deriving
+ XML-RPC struct representations for Haskell records.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-haxr-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: XML-RPC client and server library for Haskell; documentation
+ HaXR is a library for writing XML-RPC client and server applications in
+ Haskell.
+ .
+ HaXR consists of two packages: haxr and haxr-th. The latter package
+ contains the Template Haskell code used for automatically deriving
+ XML-RPC struct representations for Haskell records.
+ .
+ This package contains the libraries documentation.
diff -rN -u old-haskell-haxr/copyright new-haskell-haxr/copyright
--- old-haskell-haxr/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/copyright	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Thu, 12 Nov 2009 21:44:08 +0900
+
+It was downloaded from http://hackage.haskell.org/package/haxr
+
+Upstream Author:
+
+    Bjorn Bringert <bjorn at bringert.net>
+
+Copyright:
+
+    Bjorn Bringert, 2003-2006
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the BSD License,
+see `/usr/share/common-licenses/BSD'.
diff -rN -u old-haskell-haxr/libghc6-haxr-doc.lintian-overrides new-haskell-haxr/libghc6-haxr-doc.lintian-overrides
--- old-haskell-haxr/libghc6-haxr-doc.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/libghc6-haxr-doc.lintian-overrides	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,4 @@
+libghc6-haxr-doc: lib-recommends-documentation recommends: ghc6-doc
+libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-mtl-doc
+libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-time-doc
+
diff -rN -u old-haskell-haxr/rules new-haskell-haxr/rules
--- old-haskell-haxr/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/rules	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = haxr
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-haxr/watch new-haskell-haxr/watch
--- old-haskell-haxr/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/watch	2010-12-28 07:41:32.418773169 +0000
@@ -0,0 +1,26 @@
+# 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-haxr-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/haskell-haxr-(.*)\.tar\.gz
+http://hackage.haskell.org/packages/archive/haxr/([\d\.]+)/haxr-([\d\.]+)\
+.tar\.gz
+
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/haskell-haxr-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/haskell-haxr/haskell-haxr-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html haskell-haxr-(.*)\.tar\.gz





More information about the Pkg-haskell-commits mailing list