[Pkg-haskell-commits] darcs: haskell-murmur-hash: Initial Check-In

kiwamu at debian.or.jp kiwamu at debian.or.jp
Wed Dec 28 14:28:38 UTC 2011


Wed Dec 28 14:24:09 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 5bd49d5442b0f836aac266ccdd68ba6d

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

Wed Dec 28 14:24:09 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 5bd49d5442b0f836aac266ccdd68ba6d
diff -rN -u old-haskell-murmur-hash//changelog new-haskell-murmur-hash//changelog
--- old-haskell-murmur-hash//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//changelog	2011-12-28 14:28:37.935671147 +0000
@@ -0,0 +1,6 @@
+haskell-murmur-hash (0.1.0.5-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 28 Dec 2011 23:11:15 +0900
+
diff -rN -u old-haskell-murmur-hash//compat new-haskell-murmur-hash//compat
--- old-haskell-murmur-hash//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//compat	2011-12-28 14:28:37.935671147 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-murmur-hash//control new-haskell-murmur-hash//control
--- old-haskell-murmur-hash//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//control	2011-12-28 14:28:37.935671147 +0000
@@ -0,0 +1,68 @@
+Source: haskell-murmur-hash
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://github.com/nominolo/murmur-hash
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-murmur-hash
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-murmur-hash
+DM-Upload-Allowed: yes
+
+Package: libghc-murmur-hash-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: MurmurHash2 implementation for Haskell.
+ Implements MurmurHash2, a good, fast, general-purpose,
+ non-cryptographic hashing function.  See
+ <http://murmurhash.googlepages.com/> for details.
+ .
+ This implementation is pure Haskell, so it might be a bit slower
+ than a C FFI binding.
+ .
+ This package contains the normal library files.
+
+Package: libghc-murmur-hash-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: MurmurHash2 implementation for Haskell.; profiling libraries
+ Implements MurmurHash2, a good, fast, general-purpose,
+ non-cryptographic hashing function.  See
+ <http://murmurhash.googlepages.com/> for details.
+ .
+ This implementation is pure Haskell, so it might be a bit slower
+ than a C FFI binding.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-murmur-hash-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: MurmurHash2 implementation for Haskell.; documentation
+ Implements MurmurHash2, a good, fast, general-purpose,
+ non-cryptographic hashing function.  See
+ <http://murmurhash.googlepages.com/> for details.
+ .
+ This implementation is pure Haskell, so it might be a bit slower
+ than a C FFI binding.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-murmur-hash//copyright new-haskell-murmur-hash//copyright
--- old-haskell-murmur-hash//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//copyright	2011-12-28 14:28:37.939670579 +0000
@@ -0,0 +1,29 @@
+Copyright (c) 2010, Thomas Schilling
+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.
+ 
+- Neither name of the author nor the names of its contributors may be
+used to endorse or promote products derived from this software without
+specific prior written permission. 
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND THE 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 UNIVERSITY
+COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.
diff -rN -u old-haskell-murmur-hash//rules new-haskell-murmur-hash//rules
--- old-haskell-murmur-hash//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//rules	2011-12-28 14:28:37.939670579 +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-murmur-hash//source/format new-haskell-murmur-hash//source/format
--- old-haskell-murmur-hash//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//source/format	2011-12-28 14:28:37.939670579 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-murmur-hash//watch new-haskell-murmur-hash//watch
--- old-haskell-murmur-hash//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-murmur-hash//watch	2011-12-28 14:28:37.939670579 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|murmur-hash-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/murmur-hash \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list