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

Clint Adams clint at debian.org
Wed May 9 23:18:58 UTC 2012


Wed May  9 23:16:45 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ef84431d76c52542bc8a61e65364d8db

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

Wed May  9 23:16:45 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ef84431d76c52542bc8a61e65364d8db
diff -rN -u old-haskell-gd//changelog new-haskell-gd//changelog
--- old-haskell-gd//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//changelog	2012-05-09 23:18:58.095908293 +0000
@@ -0,0 +1,5 @@
+haskell-gd (3000.7.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 09 May 2012 19:06:39 -0400
diff -rN -u old-haskell-gd//compat new-haskell-gd//compat
--- old-haskell-gd//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//compat	2012-05-09 23:18:58.099908322 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gd//control new-haskell-gd//control
--- old-haskell-gd//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//control	2012-05-09 23:18:58.099908322 +0000
@@ -0,0 +1,57 @@
+Source: haskell-gd
+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
+  , libgd2-xpm-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/gd
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gd
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gd
+
+Package: libghc-gd-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libgd2-xpm-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to the GD graphics library
+ Haskell bindings to a subset of libgd.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-gd-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to the GD graphics library; profiling libraries
+ Haskell bindings to a subset of libgd.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-gd-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings to the GD graphics library; documentation
+ Haskell bindings to a subset of libgd.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-gd//copyright new-haskell-gd//copyright
--- old-haskell-gd//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//copyright	2012-05-09 23:18:58.099908322 +0000
@@ -0,0 +1 @@
+This software is copyright Bjorn Bringert and licensed under "BSD3".
diff -rN -u old-haskell-gd//rules new-haskell-gd//rules
--- old-haskell-gd//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//rules	2012-05-09 23:18:58.111905488 +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-gd//source/format new-haskell-gd//source/format
--- old-haskell-gd//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//source/format	2012-05-09 23:18:58.115908798 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gd//watch new-haskell-gd//watch
--- old-haskell-gd//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gd//watch	2012-05-09 23:18:58.115908798 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gd-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gd \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list