[Pkg-haskell-commits] darcs: haskell-largeword: Initial Check-In

clint at debian.org clint at debian.org
Sat Jun 4 01:22:25 UTC 2011


Sat Jun  4 01:22:02 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 512d70b7c9c20dc62641b47152d223e1

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

Sat Jun  4 01:22:02 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 512d70b7c9c20dc62641b47152d223e1
diff -rN -u old-haskell-largeword//changelog new-haskell-largeword//changelog
--- old-haskell-largeword//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//changelog	2011-06-04 01:22:25.616359912 +0000
@@ -0,0 +1,5 @@
+haskell-largeword (1.0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 31 May 2011 19:01:55 -0400
diff -rN -u old-haskell-largeword//compat new-haskell-largeword//compat
--- old-haskell-largeword//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//compat	2011-06-04 01:22:25.620776102 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-largeword//control new-haskell-largeword//control
--- old-haskell-largeword//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//control	2011-06-04 01:22:25.620776102 +0000
@@ -0,0 +1,59 @@
+Source: haskell-largeword
+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/largeword
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-largeword
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-largeword
+
+Package: libghc-largeword-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: 128-bit and larger Word types
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides Word128, Word192 and Word256 and a way of producing
+ other large words if required.
+
+Package: libghc-largeword-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: 128-bit and larger Word types; 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 provides Word128, Word192 and Word256 and a way of producing
+ other large words if required.
+
+Package: libghc-largeword-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: 128-bit and larger Word types; 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 provides Word128, Word192 and Word256 and a way of producing
+ other large words if required.
diff -rN -u old-haskell-largeword//copyright new-haskell-largeword//copyright
--- old-haskell-largeword//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//copyright	2011-06-04 01:22:25.620776102 +0000
@@ -0,0 +1,21 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Tue, 31 May 2011 23:54:55 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/largeword
+
+Upstream Author:
+
+    Dominic Steinitz <dominic at steinitz.org>
+
+
+Copyright: 
+
+    2004 Dominic Steinitz
+
+License:
+
+"BSD3"
+
+The form of the 3-clause BSD license can be found in
+/usr/share/common-licenses/BSD
diff -rN -u old-haskell-largeword//rules new-haskell-largeword//rules
--- old-haskell-largeword//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//rules	2011-06-04 01:22:25.620776102 +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-largeword//source/format new-haskell-largeword//source/format
--- old-haskell-largeword//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//source/format	2011-06-04 01:22:25.620776102 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-largeword//watch new-haskell-largeword//watch
--- old-haskell-largeword//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-largeword//watch	2011-06-04 01:22:25.620776102 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|largeword-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/largeword \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list