debian/0000755000000000000000000000000012200433264007162 5ustar debian/gbp.conf0000644000000000000000000000003612200433264010600 0ustar [DEFAULT] pristine-tar = True debian/ruby-temple.docs0000644000000000000000000000003112200433264012273 0ustar README.md EXPRESSIONS.md debian/rules0000755000000000000000000000022012200433264010234 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs CHANGES -O--buildsystem=ruby debian/control0000644000000000000000000000207312200433264010567 0ustar Source: ruby-temple Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Eugene Lavnikevich , Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-tilt, ruby-bacon, rake Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-temple.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-temple.git;a=summary Homepage: http://dojo.rubyforge.org/temple/ XS-Ruby-Versions: all Package: ruby-temple Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: template compilation framework in Ruby Temple is an abstraction and a framework for compiling templates to pure Ruby. It's all about making it easier to experiment, implement and optimize template languages. It should be of interest of anyone who wants to implement a template language or cares about the internals of a template engine. debian/compat0000644000000000000000000000000212200433264010360 0ustar 7 debian/copyright0000644000000000000000000000414512200433264011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: temple Source: https://github.com/judofyr/temple Files: * Copyright: 2010 Magnus Holm License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012 Eugene Lavnikevich 2013 Jérémy Bobbio License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000104012200433264011027 0ustar ruby-temple (0.6.6-1) unstable; urgency=low * New upstream version. -- Jérémy Bobbio Wed, 07 Aug 2013 13:59:27 +0200 ruby-temple (0.6.5-1) unstable; urgency=low [ Jérémy Bobbio ] * Imported Upstream version 0.6.5. [ Cédric Boutillier ] * Use canonical URI in Vcs-* fields. -- Jérémy Bobbio Wed, 12 Jun 2013 10:42:42 +0200 ruby-temple (0.6.2-1) unstable; urgency=low * Initial release (Closes: #703145) -- Jérémy Bobbio Mon, 18 Mar 2013 16:27:21 +0100 debian/source/0000755000000000000000000000000012200433264010462 5ustar debian/source/format0000644000000000000000000000001412200433264011670 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014112200433264010207 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/temple .*/temple-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000024712200433264011633 0ustar require 'rbconfig' ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) exec("#{ruby} /usr/bin/bacon -Ilib -Itest --automatic --quiet")