[Pkg-haskell-commits] darcs: haskell-data-inttrie: Initial Check-In

clint at debian.org clint at debian.org
Fri Jun 17 13:25:06 UTC 2011


Fri Jun 17 13:24:52 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: b0ef0390a198898375c4d2768864b705

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

Fri Jun 17 13:24:52 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: b0ef0390a198898375c4d2768864b705
diff -rN -u old-haskell-data-inttrie//changelog new-haskell-data-inttrie//changelog
--- old-haskell-data-inttrie//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//changelog	2011-06-17 13:25:06.816277177 +0000
@@ -0,0 +1,5 @@
+haskell-data-inttrie (0.0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 15 Jun 2011 13:49:38 -0400
diff -rN -u old-haskell-data-inttrie//compat new-haskell-data-inttrie//compat
--- old-haskell-data-inttrie//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//compat	2011-06-17 13:25:06.816277177 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-data-inttrie//control new-haskell-data-inttrie//control
--- old-haskell-data-inttrie//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//control	2011-06-17 13:25:06.820278809 +0000
@@ -0,0 +1,56 @@
+Source: haskell-data-inttrie
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/data-inttrie
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-inttrie
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-inttrie
+
+Package: libghc-data-inttrie-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Lazy, infinite trie of integers library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It implements a simple, lazy, infinite trie from integers.
+
+Package: libghc-data-inttrie-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Lazy, infinite trie of integers library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It implements a simple, lazy, infinite trie from integers.
+
+Package: libghc-data-inttrie-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Lazy, infinite trie of integers library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It implements a simple, lazy, infinite trie from integers.
diff -rN -u old-haskell-data-inttrie//copyright new-haskell-data-inttrie//copyright
--- old-haskell-data-inttrie//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//copyright	2011-06-17 13:25:06.820278809 +0000
@@ -0,0 +1,20 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Wed, 15 Jun 2011 17:49:38 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/data-inttrie
+
+Upstream Author:
+
+    Luke Palmer <lrpalmer at gmail.com>
+
+Copyright: 
+
+    2010 Luke Palmer
+
+License:
+
+data-inttrie is under a 3-clause BSD license.
+
+You can find a 3-clause BSD license text on your Debian system in
+/usr/share/common-licenses/BSD
diff -rN -u old-haskell-data-inttrie//rules new-haskell-data-inttrie//rules
--- old-haskell-data-inttrie//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//rules	2011-06-17 13:25:06.820278809 +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-data-inttrie//source/format new-haskell-data-inttrie//source/format
--- old-haskell-data-inttrie//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//source/format	2011-06-17 13:25:06.820278809 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-data-inttrie//watch new-haskell-data-inttrie//watch
--- old-haskell-data-inttrie//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-inttrie//watch	2011-06-17 13:25:06.820278809 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|data-inttrie-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/data-inttrie \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list