[Pkg-haskell-commits] darcs: haskell-data-memocombinators: Initial Check-In
clint at debian.org
clint at debian.org
Fri Jun 17 23:05:43 UTC 2011
Fri Jun 17 23:05:21 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 7a361334af318ca931de4ee1ecdd0f8
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Fri Jun 17 23:05:21 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 7a361334af318ca931de4ee1ecdd0f8
diff -rN -u old-haskell-data-memocombinators//changelog new-haskell-data-memocombinators//changelog
--- old-haskell-data-memocombinators//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//changelog 2011-06-17 23:05:43.333280135 +0000
@@ -0,0 +1,5 @@
+haskell-data-memocombinators (0.4.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Fri, 17 Jun 2011 09:35:02 -0400
diff -rN -u old-haskell-data-memocombinators//compat new-haskell-data-memocombinators//compat
--- old-haskell-data-memocombinators//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//compat 2011-06-17 23:05:43.333280135 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-data-memocombinators//control new-haskell-data-memocombinators//control
--- old-haskell-data-memocombinators//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//control 2011-06-17 23:05:43.337280905 +0000
@@ -0,0 +1,59 @@
+Source: haskell-data-memocombinators
+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
+ , libghc-data-inttrie-dev
+ , libghc-data-inttrie-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-data-inttrie-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/data-memocombinators
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-memocombinators
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-memocombinators
+
+Package: libghc-data-memocombinators-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Combinators for building memo tables library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It contains combinators for building memo tables.
+
+Package: libghc-data-memocombinators-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Combinators for building memo tables 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 contains combinators for building memo tables.
+
+Package: libghc-data-memocombinators-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Combinators for building memo tables 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 contains combinators for building memo tables.
diff -rN -u old-haskell-data-memocombinators//copyright new-haskell-data-memocombinators//copyright
--- old-haskell-data-memocombinators//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//copyright 2011-06-17 23:05:43.337280905 +0000
@@ -0,0 +1,20 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Fri, 17 Jun 2011 13:35:02 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/data-memocombinators
+
+Upstream Authors:
+
+ Luke Palmer <lrpalmer at gmail.com>
+
+Copyright:
+
+ 2008-2010 Luke Palmer
+
+License:
+
+data-memocombinators 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-memocombinators//rules new-haskell-data-memocombinators//rules
--- old-haskell-data-memocombinators//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//rules 2011-06-17 23:05:43.337280905 +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-memocombinators//source/format new-haskell-data-memocombinators//source/format
--- old-haskell-data-memocombinators//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//source/format 2011-06-17 23:05:43.337280905 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-data-memocombinators//watch new-haskell-data-memocombinators//watch
--- old-haskell-data-memocombinators//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-memocombinators//watch 2011-06-17 23:05:43.341277919 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|data-memocombinators-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/data-memocombinators \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list