debian/0000755000000000000000000000000012252756764007206 5ustar debian/watch0000644000000000000000000000020512251106570010213 0ustar version=3 http://hackage.haskell.org/package/HStringTemplate/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015512251106567010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000404612251106567011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Haskell port of the Java library StringTemplate Upstream-Contact: Sterling Clover Source: http://hackage.haskell.org/package/hstringtemplate Files: * Copyright: © 2008 Sterling Clover 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 REGENTS 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 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: © 2009-2012, 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/0000755000000000000000000000000012251106567010473 5ustar debian/source/format0000644000000000000000000000001412251106567011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212251106567010371 0ustar 9 debian/control0000644000000000000000000000615712251106676010610 0ustar Source: haskell-hstringtemplate 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-syb-dev, libghc-syb-prof, libghc-parsec3-dev, libghc-parsec3-prof, libghc-text-dev, libghc-text-prof, libghc-utf8-string-dev, libghc-utf8-string-prof, libghc-blaze-builder-dev, libghc-blaze-builder-prof , libghc-void-dev , libghc-void-prof Build-Depends-Indep: ghc-doc, libghc-syb-doc, libghc-parsec3-doc, libghc-text-doc, libghc-utf8-string-doc, libghc-blaze-builder-doc , libghc-void-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/HStringTemplate Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hstringtemplate Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hstringtemplate Package: libghc-hstringtemplate-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb} This is a Haskell template engine. Its API is mainly inspired to that of the Java library StringTemplate, but it is implemented in a "Haskellish" manner. . It implements the basic 3.1 grammar, lacking group files (though not groups themselves), Regions, and Interfaces and extends it by allowing the application of alternating attributes to anonymous as well as regular templates, including therefore sets of alternating attributes. . ${haskell:Blurb} Package: libghc-hstringtemplate-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb} This is a Haskell template engine. Its API is mainly inspired to that of the Java library StringTemplate, but it is implemented in a "Haskellish" manner. . It implements the basic 3.1 grammar, lacking group files (though not groups themselves), Regions, and Interfaces and extends it by allowing the application of alternating attributes to anonymous as well as regular templates, including therefore sets of alternating attributes. . ${haskell:Blurb} Package: libghc-hstringtemplate-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb} This is a Haskell template engine. Its API is mainly inspired to that of the Java library StringTemplate, but it is implemented in a "Haskellish" manner. . It implements the basic 3.1 grammar, lacking group files (though not groups themselves), Regions, and Interfaces and extends it by allowing the application of alternating attributes to anonymous as well as regular templates, including therefore sets of alternating attributes. . ${haskell:Blurb} debian/changelog0000644000000000000000000000727512252756764011073 0ustar haskell-hstringtemplate (0.7.1-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 14 Dec 2013 04:26:28 +0000 haskell-hstringtemplate (0.7.1-1) unstable; urgency=low [ Joachim Breitner ] * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of http://darcs.debian.org/darcs/ * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Sun, 08 Dec 2013 10:17:22 -0500 haskell-hstringtemplate (0.6.12-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:02 +0200 haskell-hstringtemplate (0.6.12-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 22:02:08 +0100 haskell-hstringtemplate (0.6.10-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 -- Joachim Breitner Fri, 19 Oct 2012 23:45:24 +0200 haskell-hstringtemplate (0.6.8-1) unstable; urgency=low * New upstream release. + Fix dependencies. * Bump Standards-Version to 3.9.3 (no changes required). * Fix some lintian warnings. * Drop patch to compile with ghc 7.4, since upstream code now compiles correctly. * Update some details in debian/copyright. -- Giovanni Mascellani Sun, 20 May 2012 15:20:30 +0200 haskell-hstringtemplate (0.6.6-2) unstable; urgency=low * Sourceful upload to rebuild documentation package * Add Show instance to ToSElem, fixing build with ghc 7.4. * Fix homepage url. -- Joey Hess Thu, 01 Mar 2012 14:30:06 -0400 haskell-hstringtemplate (0.6.6-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. * New upstream release. * Removing doc-base files because of team policy. * Description: removing references to GHC 6. * debian/copyright: copyright years updated or fixed. * Standards-Version bumped to 3.9.1 (no changes required). * Dependencies fixed: + Depending on parsec 3, instead of parsec 2; + Moving *-doc to Build-Depends-Indep; + Adding some missing dependencies. [ Joachim Breitner ] * New upstream release * Update dependencies -- Joachim Breitner Fri, 08 Apr 2011 15:35:06 +0530 haskell-hstringtemplate (0.6.2-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Remove uneeded Build-Depends: in libghc6-utf8- string-* and libghc6-time-*. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 17:44:40 +0100 haskell-hstringtemplate (0.6.2-1) unstable; urgency=low * Initial release. (closes: #562258) -- Giovanni Mascellani Sun, 27 Dec 2009 17:03:45 +0100