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

clint at debian.org clint at debian.org
Mon Jun 27 22:04:44 UTC 2011


Mon Jun 27 22:04:28 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: fdd177fe18d6f43d2fb6708b84f91359

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

Mon Jun 27 22:04:28 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: fdd177fe18d6f43d2fb6708b84f91359
diff -rN -u old-haskell-show//changelog new-haskell-show//changelog
--- old-haskell-show//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//changelog	2011-06-27 22:04:44.465282585 +0000
@@ -0,0 +1,5 @@
+haskell-show (0.4.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 17 Jun 2011 20:41:26 -0400
diff -rN -u old-haskell-show//compat new-haskell-show//compat
--- old-haskell-show//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//compat	2011-06-27 22:04:44.469274532 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-show//control new-haskell-show//control
--- old-haskell-show//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//control	2011-06-27 22:04:44.469274532 +0000
@@ -0,0 +1,91 @@
+Source: haskell-show
+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-quickcheck2-dev
+  , libghc-quickcheck2-prof
+  , libghc-random-dev
+  , libghc-random-prof
+  , libghc-smallcheck-dev
+  , libghc-smallcheck-prof
+  , libghc-syb-dev
+  , libghc-syb-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-quickcheck2-doc
+  , libghc-random-doc
+  , libghc-smallcheck-doc
+  , libghc-syb-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/show
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-show
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-show
+
+Package: libghc-show-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Show instances for lambdabot
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It contains ShowQ, ShowFun, and SimpleReflect.
+ .
+ ShowFun gives us Typeable instances for neutering IO expressions.
+ .
+ ShowQ adds SmallCheck & QuickCheck support.
+ .
+ SimpleReflect allows us to literally see how functions expand, through
+ appropriate Show magic.
+
+Package: libghc-show-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Show instances for lambdabot; 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 ShowQ, ShowFun, and SimpleReflect.
+ .
+ ShowFun gives us Typeable instances for neutering IO expressions.
+ .
+ ShowQ adds SmallCheck & QuickCheck support.
+ .
+ SimpleReflect allows us to literally see how functions expand, through
+ appropriate Show magic.
+
+Package: libghc-show-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Show instances for lambdabot; 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 ShowQ, ShowFun, and SimpleReflect.
+ .
+ ShowFun gives us Typeable instances for neutering IO expressions.
+ .
+ ShowQ adds SmallCheck & QuickCheck support.
+ .
+ SimpleReflect allows us to literally see how functions expand, through
+ appropriate Show magic.
+
+
diff -rN -u old-haskell-show//copyright new-haskell-show//copyright
--- old-haskell-show//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//copyright	2011-06-27 22:04:44.469274532 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 18 Jun 2011 00:41:26 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/show
+
+Upstream Authors:
+
+    Twan van Laarhoven <twanvl at gmail.com>
+
+Copyright: 
+
+    2008 Twan van Laarhoven
+
+License:
+
+GNU GPL version 2 or later.
+
+See /usr/share/common-licenses/GPL-2
diff -rN -u old-haskell-show//rules new-haskell-show//rules
--- old-haskell-show//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//rules	2011-06-27 22:04:44.469274532 +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-show//source/format new-haskell-show//source/format
--- old-haskell-show//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//source/format	2011-06-27 22:04:44.469274532 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-show//watch new-haskell-show//watch
--- old-haskell-show//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-show//watch	2011-06-27 22:04:44.473275556 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|show-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/show \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list