[Pkg-haskell-commits] darcs: haskell-sum-template: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Jun 24 14:24:10 UTC 2013


Mon Jun 24 14:23:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Mon Jun 24 14:23:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-sum-template/changelog new-haskell-sum-template/changelog
--- old-haskell-sum-template/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/changelog	2013-06-24 14:24:10.651292466 +0000
@@ -0,0 +1,5 @@
+haskell-dependent-sum-template (0.0.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-sum-template/compat new-haskell-sum-template/compat
--- old-haskell-sum-template/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/compat	2013-06-24 14:24:10.655275549 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-sum-template/control new-haskell-sum-template/control
--- old-haskell-sum-template/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/control	2013-06-24 14:24:10.655275549 +0000
@@ -0,0 +1,61 @@
+Source: haskell-dependent-sum-template
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-dependent-sum-dev (>= 0.2)
+  , libghc-dependent-sum-dev (<< 0.3)
+  , libghc-dependent-sum-prof
+  , libghc-th-extras-dev (>= 0.0.0.2)
+  , libghc-th-extras-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-dependent-sum-doc
+  , libghc-th-extras-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/dependent-sum-template
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-sum-template
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dependent-sum-template
+X-Description: Automatically generate instances of classes in dependent-sum package
+ Using the Template Haskell code in this package, you can create instances for
+ classes liek GEq and GCompare automatically.
+
+Package: libghc-dependent-sum-template-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-dependent-sum-template-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-dependent-sum-template-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-sum-template/copyright new-haskell-sum-template/copyright
--- old-haskell-sum-template/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/copyright	2013-06-24 14:24:10.655275549 +0000
@@ -0,0 +1,7 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dependent-sum-template
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: http://hackage.haskell.org/package/dependent-sum-template
+
+Files: *
+Copyright: No copyright asserted, files are in the PublicDomain
diff -rN -u old-haskell-sum-template/rules new-haskell-sum-template/rules
--- old-haskell-sum-template/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/rules	2013-06-24 14:24:10.655275549 +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-sum-template/source/format new-haskell-sum-template/source/format
--- old-haskell-sum-template/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/source/format	2013-06-24 14:24:10.659228618 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-sum-template/watch new-haskell-sum-template/watch
--- old-haskell-sum-template/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sum-template/watch	2013-06-24 14:24:10.659228618 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|dependent-sum-template-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/dependent-sum-template \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list