[Pkg-haskell-commits] darcs: haskell-hjavascript: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Wed Apr 7 12:15:57 UTC 2010


Wed Apr  7 12:15:32 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: dec1095bddaa27c783105e0716939d6d

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-hjavascript-doc.doc-base
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Apr  7 12:15:32 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: dec1095bddaa27c783105e0716939d6d
diff -rN -u old-haskell-hjavascript/changelog new-haskell-hjavascript/changelog
--- old-haskell-hjavascript/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/changelog	2010-04-07 12:15:57.897403138 +0000
@@ -0,0 +1,5 @@
+haskell-hjavascript (0.4.7-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #576702)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 06 Apr 2010 15:10:56 +0200
diff -rN -u old-haskell-hjavascript/compat new-haskell-hjavascript/compat
--- old-haskell-hjavascript/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/compat	2010-04-07 12:15:57.897403138 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hjavascript/control new-haskell-hjavascript/control
--- old-haskell-hjavascript/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/control	2010-04-07 12:15:57.893402928 +0000
@@ -0,0 +1,76 @@
+Source: haskell-hjavascript
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof
+Build-Depends-Indep:
+ ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/HJavaScript
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hjavascript
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjavascript
+
+Package: libghc6-hjavascript-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell abstract syntax for a typed subset of JavaScript - GHC 6 libraries
+ HJavaScript defines a Haskell abstract syntax and pretty printer for a
+ subset of JavaScript. However, a significant difference from JavaScript
+ is that HJavaScript is typed, even on the abstract syntax level using
+ GADTs. The subset of JavaScript that is supported is those parts that
+ lend themself to typing (i.e. no prototyping of classes).
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-hjavascript-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell abstract syntax for a typed subset of JavaScript - GHC 6 profiling libraries
+ HJavaScript defines a Haskell abstract syntax and pretty printer for a
+ subset of JavaScript. However, a significant difference from JavaScript
+ is that HJavaScript is typed, even on the abstract syntax level using
+ GADTs. The subset of JavaScript that is supported is those parts that
+ lend themself to typing (i.e. no prototyping of classes).
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-hjavascript-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell abstract syntax for a typed subset of JavaScript - documentation
+ HJavaScript defines a Haskell abstract syntax and pretty printer for a
+ subset of JavaScript. However, a significant difference from JavaScript
+ is that HJavaScript is typed, even on the abstract syntax level using
+ GADTs. The subset of JavaScript that is supported is those parts that
+ lend themself to typing (i.e. no prototyping of classes).
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-hjavascript/copyright new-haskell-hjavascript/copyright
--- old-haskell-hjavascript/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/copyright	2010-04-07 12:15:57.893402928 +0000
@@ -0,0 +1,17 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell abstract syntax for a typed subset of JavaScript
+Maintainer: Joel Bjornson, Niklas Broberg
+Source: http://hackage.haskell.org/package/HJavaScript
+
+Files: *
+Copyright: © 2008, Joel Bjornson <joel.bjornson at gmail.com>
+           © 2008, Niklas Broberg <nibro at cs.chalmers.se>
+License: BSD
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-hjavascript/libghc6-hjavascript-doc.doc-base new-haskell-hjavascript/libghc6-hjavascript-doc.doc-base
--- old-haskell-hjavascript/libghc6-hjavascript-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/libghc6-hjavascript-doc.doc-base	2010-04-07 12:15:57.893402928 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hjavascript-api
+Title: Documentation for the haskell HJavaScript library
+Author: Niklas Broberg
+Abstract: HJavaScript is a Haskell library that enables the use of regular expressions in pattern matching
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-hjavascript-doc/html/index.html
+Files: /usr/share/doc/libghc6-hjavascript-doc/html/*.html
diff -rN -u old-haskell-hjavascript/rules new-haskell-hjavascript/rules
--- old-haskell-hjavascript/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/rules	2010-04-07 12:15:57.893402928 +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-hjavascript/source/format new-haskell-hjavascript/source/format
--- old-haskell-hjavascript/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/source/format	2010-04-07 12:15:57.893402928 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hjavascript/watch new-haskell-hjavascript/watch
--- old-haskell-hjavascript/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/watch	2010-04-07 12:15:57.893402928 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|HJavaScript-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/HJavaScript \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list