[dgit import tarball haskell-language-javascript 0.5.13-1 haskell-language-javascript_0.5.13-1.debian.tar.xz]
--- /dev/null
+haskell-language-javascript (0.5.13-1) unstable; urgency=medium
+
+ [ Joachim Breitner ]
+ * Adjust watch file to new hackage layout
+
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Sat, 07 Jun 2014 12:16:23 -0400
+
+haskell-language-javascript (0.5.6-3) unstable; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:52:26 +0200
+
+haskell-language-javascript (0.5.6-2) unstable; urgency=low
+
+ * Enable compat level 9
+ * Use substvars for Haskell description blurbs
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:51:15 +0200
+
+haskell-language-javascript (0.5.6-1) experimental; urgency=low
+
+ * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ against experimental
+ * Bump standards version, no change
+ * New upstream release
+ + Remove patch no-utf8-happy-file
+ * Enable test suite
+ + And make it work by some patching
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 20 Oct 2012 18:01:24 +0200
+
+haskell-language-javascript (0.5.4-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Tue, 08 May 2012 17:35:14 -0400
+
+haskell-language-javascript (0.4.10-2) unstable; urgency=low
+
+ * Add debian/patches/add-BangPatterns.diff. (Does not yet close #669156, but
+ nearly)
+
+ -- Erik de Castro Lopo <erikd@mega-nerd.com> Sun, 22 Apr 2012 13:24:38 +1000
+
+haskell-language-javascript (0.4.10-1) unstable; urgency=low
+
+ * New upstream version.
+ * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint@debian.org> Sat, 10 Mar 2012 21:41:37 -0500
+
+haskell-language-javascript (0.4.7-2) unstable; urgency=low
+
+ * Sourceful upload to rebuild documentation package
+
+ -- Joachim Breitner <nomeata@debian.org> Tue, 07 Feb 2012 19:58:29 +0100
+
+haskell-language-javascript (0.4.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Fri, 03 Feb 2012 14:55:35 -0500
+
+haskell-language-javascript (0.4.6-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Sat, 28 Jan 2012 19:55:50 -0500
+
+haskell-language-javascript (0.4.5-3) unstable; urgency=low
+
+ * debian/patches/no-utf8-happy-file: Fix "FTBFS: Grammar5.y: invalid
+ character" by removing invalid character from the comments. (Closes:
+ #640742)
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 08 Sep 2011 22:49:09 +0200
+
+haskell-language-javascript (0.4.5-2) unstable; urgency=low
+
+ * Update debian/copyright.
+
+ -- Clint Adams <clint@debian.org> Mon, 05 Sep 2011 16:24:03 -0400
+
+haskell-language-javascript (0.4.5-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 05 Sep 2011 15:57:01 -0400
--- /dev/null
+Source: haskell-language-javascript
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>,
+ Erik de Castro Lopo <erikd@mega-nerd.com>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , happy
+ , alex (>> 3)
+ , libghc-blaze-builder-dev (>= 0.2)
+ , libghc-blaze-builder-dev (<< 1)
+ , libghc-blaze-builder-prof
+ , libghc-mtl-dev (>= 1.1)
+ , libghc-mtl-dev (<< 2.9)
+ , libghc-mtl-prof
+ , libghc-utf8-string-dev (>= 0.3.7)
+ , libghc-utf8-string-dev (<< 1)
+ , libghc-utf8-string-prof
+ , libghc-quickcheck2-dev (>= 2)
+ , libghc-quickcheck2-dev (<< 3)
+ , libghc-hunit-dev
+ , libghc-test-framework-dev
+ , libghc-test-framework-hunit-dev
+ , libghc-utf8-light-dev (>= 0.4)
+ , libghc-utf8-light-dev (<< 1.0)
+Build-Depends-Indep: ghc-doc
+ , libghc-blaze-builder-doc
+ , libghc-mtl-doc
+ , libghc-utf8-string-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/language-javascript
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-javascript
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-javascript
+
+Package: libghc-language-javascript-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: JavaScript parser${haskell:ShortBlurb}
+ It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}
+
+Package: libghc-language-javascript-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: JavaScript parser${haskell:ShortBlurb}
+ It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}
+
+Package: libghc-language-javascript-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: JavaScript parser${haskell:ShortBlurb}
+ It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}
--- /dev/null
+Name: language-javascript
+Maintainer: Alan Zimmerman <alan.zimm@gmail.com>
+Source: http://hackage.haskell.org/package/language-javascript
+
+Copyright: (c) 2010 Alan Zimmerman
+License: BSD
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+
+ * Neither the name of Alan Zimmerman nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files src/Language/JavaScript/Parser/LexerUtils.hs,
+ src/Language/JavaScript/Parser/Token.hs,
+ src/Language/JavaScript/Parser/ParseError.hs
+ src/Language/JavaScript/Parser/ParserMonad.hs
+ src/Language/JavaScript/Parser/SrcLocation.hs
+ src/Language/JavaScript/Parser/StringEscape.hs
+have been adapted from language-python and are marked
+as Copyright (c) 2009 Bernie Pope.
--- /dev/null
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
--- /dev/null
+3.0 (quilt)
--- /dev/null
+version=3
+http://hackage.haskell.org/package/language-javascript/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))