[Pkg-haskell-commits] darcs: haskell-th-extras: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Mon Jun 24 14:26:48 UTC 2013
Mon Jun 24 14:26:32 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:26:32 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-th-extras/changelog new-haskell-th-extras/changelog
--- old-haskell-th-extras/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/changelog 2013-06-24 14:26:48.110544118 +0000
@@ -0,0 +1,5 @@
+haskell-th-extras (0.0.0.2-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-th-extras/compat new-haskell-th-extras/compat
--- old-haskell-th-extras/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/compat 2013-06-24 14:26:48.110544118 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-th-extras/control new-haskell-th-extras/control
--- old-haskell-th-extras/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/control 2013-06-24 14:26:48.110544118 +0000
@@ -0,0 +1,56 @@
+Source: haskell-th-extras
+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
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/th-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-th-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-th-extras
+X-Description: Grab bag of functions for use with Template Haskell
+ Various ugly CPP hacks to support the ever-changing interface of the template
+ haskell system by providing high-level operations and making sure they work on
+ as many versions of Template Haskell as possible.
+
+Package: libghc-th-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libth-extras-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-th-extras-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-th-extras-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-th-extras/copyright new-haskell-th-extras/copyright
--- old-haskell-th-extras/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/copyright 2013-06-24 14:26:48.110544118 +0000
@@ -0,0 +1,8 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: th-extras
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: http://hackage.haskell.org/package/th-extras
+
+Files: *
+Copyright: No copyright asserted, files are in the PublicDomain
+
diff -rN -u old-haskell-th-extras/rules new-haskell-th-extras/rules
--- old-haskell-th-extras/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/rules 2013-06-24 14:26:48.110544118 +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-th-extras/source/format new-haskell-th-extras/source/format
--- old-haskell-th-extras/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/source/format 2013-06-24 14:26:48.113541039 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-th-extras/watch new-haskell-th-extras/watch
--- old-haskell-th-extras/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-extras/watch 2013-06-24 14:26:48.113541039 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|th-extras-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/th-extras \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list