[Pkg-haskell-commits] darcs: haskell-bloomfilter: debianization

Joey Hess joey at kitenet.net
Fri Jan 4 14:26:47 UTC 2013


Tue Mar 13 17:55:00 UTC 2012  Joey Hess <joey at kitenet.net>
  * debianization
  Ignore-this: fb2fa95478609edcc1a394174f9af28d

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

Tue Mar 13 17:55:00 UTC 2012  Joey Hess <joey at kitenet.net>
  * debianization
  Ignore-this: fb2fa95478609edcc1a394174f9af28d
diff -rN -u old-haskell-bloomfilter//changelog new-haskell-bloomfilter//changelog
--- old-haskell-bloomfilter//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//changelog	2013-01-04 14:26:47.527786859 +0000
@@ -0,0 +1,5 @@
+haskell-bloomfilter (1.2.6.8-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 13 Mar 2012 13:09:07 -0400
diff -rN -u old-haskell-bloomfilter//compat new-haskell-bloomfilter//compat
--- old-haskell-bloomfilter//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//compat	2013-01-04 14:26:47.527786859 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-bloomfilter//control new-haskell-bloomfilter//control
--- old-haskell-bloomfilter//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//control	2013-01-04 14:26:47.535790846 +0000
@@ -0,0 +1,52 @@
+Source: haskell-bloomfilter
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/bloomfilter
+Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-bloomfilter.git/
+Vcs-Browser: 
+
+Package: libghc-bloomfilter-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libbloomfilter-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bloom filter library - GHC libraries
+ The Haskell library provides pure and impure bloom filter implementations.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-bloomfilter-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bloom filter library - GHC profiling libraries
+ This Haskell library provides pure and impure bloom filter implementations.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-bloomfilter-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bloom filter library - documentation
+ This Haskell library provides pure and impure bloom filter implementations.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-bloomfilter//copyright new-haskell-bloomfilter//copyright
--- old-haskell-bloomfilter//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//copyright	2013-01-04 14:26:47.527786859 +0000
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bloomfilter
+Upstream-Contact: Bryan O'Sullivan <bos at serpentine.com>
+Source: http://hackage.haskell.org/package/bloomfilter
+
+Files: *
+Copyright: Copyright 2008, 2009, 2010 Bryan O'Sullivan <bos at serpentine.com>
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY 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 AUTHORS 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.
+
+Files: cbits/*
+Copyright: Bob Jenkins, May 2006
+License: public-domain
+ The algorithm is public domain.  I ask that I be referenced as the
+ source of the algorithm, but I can't enforce that, since being public
+ domain means I've reserved no rights at all.
+ -- Bob Jenkins in <http://bugs.debian.org/229785>
+
+Files: debian/*
+Copyright: © 2012 Joey Hess <joeyh at debian.org>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-bloomfilter//rules new-haskell-bloomfilter//rules
--- old-haskell-bloomfilter//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//rules	2013-01-04 14:26:47.527786859 +0000
@@ -0,0 +1,4 @@
+#!/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-bloomfilter//source/format new-haskell-bloomfilter//source/format
--- old-haskell-bloomfilter//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//source/format	2013-01-04 14:26:47.531725699 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bloomfilter//watch new-haskell-bloomfilter//watch
--- old-haskell-bloomfilter//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bloomfilter//watch	2013-01-04 14:26:47.531725699 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bloomfilter-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/bloomfilter \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list