[Pkg-haskell-commits] darcs: tokyocabinet-haskell: initial check-in

takaki at asis.media-as.org takaki at asis.media-as.org
Mon Dec 27 11:29:08 UTC 2010


Mon Dec 27 11:23:25 UTC 2010  takaki at asis.media-as.org
  * initial check-in
  Ignore-this: d7ee6bffa3e5101155b2dab924fadebf

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

Mon Dec 27 11:23:25 UTC 2010  takaki at asis.media-as.org
  * initial check-in
  Ignore-this: d7ee6bffa3e5101155b2dab924fadebf
diff -rN -u old-tokyocabinet-haskell/changelog new-tokyocabinet-haskell/changelog
--- old-tokyocabinet-haskell/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/changelog	2010-12-27 11:29:08.424293033 +0000
@@ -0,0 +1,18 @@
+tokyocabinet-haskell (0.0.5-3) unstable; urgency=low
+
+  * debian/control: Bump Standards-Version: to 3.8.4
+  * debian/control: Bump haskell-devscript to 0.7. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 23 Feb 2010 20:28:19 +0900
+
+tokyocabinet-haskell (0.0.5-2) unstable; urgency=low
+
+  * debian/control: update maintainer email address.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 18 Oct 2009 16:36:49 +0900
+
+tokyocabinet-haskell (0.0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #549013)  
+
+ -- TANIGUCHI Takaki <takaki at asis.media-as.org>  Wed, 30 Sep 2009 21:42:22 +0900
diff -rN -u old-tokyocabinet-haskell/compat new-tokyocabinet-haskell/compat
--- old-tokyocabinet-haskell/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/compat	2010-12-27 11:29:08.424293033 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-tokyocabinet-haskell/control new-tokyocabinet-haskell/control
--- old-tokyocabinet-haskell/control	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/control	2010-12-27 11:29:08.424293033 +0000
@@ -0,0 +1,45 @@
+Source: tokyocabinet-haskell
+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-mtl-prof, libtokyocabinet-dev, 
+		libghc6-mtl-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/tokyocabinet-haskell
+
+Package: libghc6-tokyocabinet-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libtokyocabinet-dev
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell binding of Tokyo Cabinet
+ Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
+ of DBM. 
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-tokyocabinet-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell binding of Tokyo Cabinet; profiling library 
+ Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
+ of DBM. 
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+ 
+Package: libghc6-tokyocabinet-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests} 
+Provides: ${haskell:Provides}
+Description: Haskell binding of Tokyo Cabinet; documentation
+ Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
+ of DBM. 
+ .
+ This package contains the library documentation. 
diff -rN -u old-tokyocabinet-haskell/copyright new-tokyocabinet-haskell/copyright
--- old-tokyocabinet-haskell/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/copyright	2010-12-27 11:29:08.424293033 +0000
@@ -0,0 +1,52 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at asis.media-as.org> on Mon, 28 Sep 2009 16:43:02 +0900
+
+It was downloaded from http://hackage.haskell.org/package/tokyocabinet-haskell
+
+Upstream Author:
+
+    Tom Tsuruhara <tom.lpsd at gmail.com>
+
+Copyright:
+
+    Copyright (c) 2009, Tom Tsuruhara
+
+License:
+
+Copyright (c) 2009, Tom Tsuruhara
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution. 
+
+    * The names of contributors may not be used to endorse or promote
+      products derived from this software without specific prior
+      written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
+OWNER 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.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 TANIGUCHI Takaki <takaki at asis.media-as.org>
+
+and is licensed under BSD, 
+see `/usr/share/common-licenses/BSD'.
diff -rN -u old-tokyocabinet-haskell/rules new-tokyocabinet-haskell/rules
--- old-tokyocabinet-haskell/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/rules	2010-12-27 11:29:08.424293033 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = tokyocabinet
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-tokyocabinet-haskell/watch new-tokyocabinet-haskell/watch
--- old-tokyocabinet-haskell/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell/watch	2010-12-27 11:29:08.420292823 +0000
@@ -0,0 +1,3 @@
+version=3
+http://hackage.haskell.org/packages/archive/tokyocabinet-haskell/([\d\.]+)/tokyocabinet-haskell-([\d\.]+).tar.gz
+





More information about the Pkg-haskell-commits mailing list