debian/0000755000000000000000000000000012574044577007205 5ustar debian/patches/0000755000000000000000000000000012574044577010634 5ustar debian/patches/fix-require-for-older-tilt.patch0000644000000000000000000000075612574044577016766 0ustar Description: fix require for older tilt version The Erubis engine is defined in 'tilt/erb' in the version of tilt currently in Debian. Author: Jérémy Bobbio Last-Update: 2015-09-09 Forwarded: not-needed diff --git a/test/test_erb.rb b/test/test_erb.rb index a82a1a2..f902b01 100644 --- a/test/test_erb.rb +++ b/test/test_erb.rb @@ -1,5 +1,5 @@ require 'helper' -require 'tilt/erubis' +require 'tilt/erb' describe Temple::ERB::Engine do it 'should compile erb' do debian/patches/series0000644000000000000000000000004112574044577012044 0ustar fix-require-for-older-tilt.patch debian/ruby-tests.rb0000644000000000000000000000024712574044577011656 0ustar require 'rbconfig' ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) exec("#{ruby} /usr/bin/bacon -Ilib -Itest --automatic --quiet") debian/watch0000644000000000000000000000014112574044577010232 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/temple .*/temple-(.*).tar.gz debian/source/0000755000000000000000000000000012574044577010505 5ustar debian/source/format0000644000000000000000000000001412574044577011713 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000214712574044577011063 0ustar ruby-temple (0.7.6-1) unstable; urgency=low * New upstream version. * Update Build-Depends. * Add patch to fix compatibility with the tilt version currently in Debian. * Switch to debhelper compat level 9. * Update Vcs-* URL. * Update debian/copyright. * Bump Standards-Version, no changes required. -- Jérémy Bobbio Wed, 09 Sep 2015 16:59:40 +0200 ruby-temple (0.6.7-1) unstable; urgency=low * New upstream version. * Bump Standards-Version, no changes required. -- Jérémy Bobbio Sun, 04 May 2014 20:48:05 +0200 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/copyright0000644000000000000000000000431712574044577011145 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-2015 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-2015 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". Files: debian/patches/* Copyright: 2015 Jérémy Bobbio License: Expat debian/compat0000644000000000000000000000000212574044577010403 0ustar 9 debian/control0000644000000000000000000000207312574044577010612 0ustar Source: ruby-temple Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Eugene Lavnikevich , Jérémy Bobbio Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~), ruby-tilt, ruby-bacon, ruby-erubis, rake Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-temple.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-temple.git 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/rules0000755000000000000000000000022012574044577010257 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs CHANGES -O--buildsystem=ruby debian/ruby-temple.docs0000644000000000000000000000003112574044577012316 0ustar README.md EXPRESSIONS.md debian/gbp.conf0000644000000000000000000000003612574044577010623 0ustar [DEFAULT] pristine-tar = True