debian/0000755000000000000000000000000012236223312007162 5ustar debian/watch0000644000000000000000000000033412036250201010206 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|HJScript-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/HJScript \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036250201010236 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000412112036250200011105 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Haskell DSL for writing JavaScript programs Maintainer: Joel Björnson Source: http://hackage.haskell.org/package/HJScript Files: * Copyright: © 2006-2010, Niklas Broberg © 2006-2010, Joel Björnson License: BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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: debian/* Copyright: © 2010-2011 Giovanni Mascellani 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'. debian/source/0000755000000000000000000000000012036250201010455 5ustar debian/source/format0000644000000000000000000000001412036250201011663 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616213010367 0ustar 9 debian/control0000644000000000000000000000644012147627345010610 0ustar Source: haskell-hjscript Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, libghc-mtl-dev, libghc-mtl-prof, libghc-hjavascript-dev (>= 0.4.6), libghc-hjavascript-prof, libghc-hsx-dev (>= 0.10.2), libghc-hsx-dev (<< 0.11), libghc-hsx-prof, Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-hjavascript-doc (>= 0.4.6), libghc-hsx-doc (>= 0.7.0) Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/HJScript Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hjscript Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjscript Package: libghc-hjscript-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb} HJScript is a DSL (domain-specific language) built on top of HJavaScript, for writing client-side dynamic web pages. The programming model is fairly low-level, resembling the actual JavaScript code quite a lot, but should be easy to extend with higher-level functionality. Notable is that HJScript supports the use of literal XML syntax, as defined by the hsx package, for creating DOM ElementNodes. Also notable is that HJScript supports Ajax functionality. . If you don't know what Haskell and all these concepts are, you can just ignore this package. . ${haskell:Blurb} Package: libghc-hjscript-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb} HJScript is a DSL (domain-specific language) built on top of HJavaScript, for writing client-side dynamic web pages. The programming model is fairly low-level, resembling the actual JavaScript code quite a lot, but should be easy to extend with higher-level functionality. Notable is that HJScript supports the use of literal XML syntax, as defined by the hsx package, for creating DOM ElementNodes. Also notable is that HJScript supports Ajax functionality. . If you don't know what Haskell and all these concepts are, you can just ignore this package. . ${haskell:Blurb} Package: libghc-hjscript-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb} HJScript is a DSL (domain-specific language) built on top of HJavaScript, for writing client-side dynamic web pages. The programming model is fairly low-level, resembling the actual JavaScript code quite a lot, but should be easy to extend with higher-level functionality. Notable is that HJScript supports the use of literal XML syntax, as defined by the hsx package, for creating DOM ElementNodes. Also notable is that HJScript supports Ajax functionality. . If you don't know what Haskell and all these concepts are, you can just ignore this package. . ${haskell:Blurb} debian/changelog0000644000000000000000000000332012236223312011032 0ustar haskell-hjscript (0.6.1-2build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 05 Nov 2013 17:11:38 +0000 haskell-hjscript (0.6.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:54 +0200 haskell-hjscript (0.6.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 23:02:13 +0200 haskell-hjscript (0.5.0-4) experimental; urgency=low [ Giovanni Mascellani ] * Team upload. * Fix Homepage: link [ Joachim Breitner ] * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:04 +0200 haskell-hjscript (0.5.0-3) unstable; urgency=low * Added debian/patches/GHC-7.4.1-compat -- Joachim Breitner Sat, 25 Feb 2012 17:04:18 +0100 haskell-hjscript (0.5.0-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. * Removing doc-base files because of team policy. * Description: removing references to GHC 6. * debian/copyright: copyright years updated. * Standards-Version bumped to 3.9.1 (no changes required). -- Giovanni Mascellani Wed, 20 Apr 2011 21:19:00 +0200 haskell-hjscript (0.5.0-1) unstable; urgency=low [ Giovanni Mascellani ] * Initial release. (closes: #576704) [ Joachim Breitner ] * Add debian/source/format file -- Giovanni Mascellani Mon, 24 May 2010 15:45:29 +0200