debian/0000755000000000000000000000000012574130467007177 5ustar debian/watch0000644000000000000000000000020312574130467010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/haml-magic-translations .*/haml-magic-translations-(.*).tar.gz debian/source/0000755000000000000000000000000012574130467010477 5ustar debian/source/format0000644000000000000000000000001412574130467011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000342712574130467011057 0ustar ruby-haml-magic-translations (4.1.1-1) unstable; urgency=medium * New upstream release. (Closes: #794257) * Update debian/copyright. * Drop obsolete patch. * Switch to debhelper compat level 9. * Update Vcs-* URL. * Use HTTPS in Homepage field. * Bump Standards-Version, no changes required. -- Jérémy Bobbio Thu, 10 Sep 2015 00:22:37 +0200 ruby-haml-magic-translations (4.0.3-2) unstable; urgency=medium * Add a patch to stop using #try in tests as it comes from activesupport. (Closes: #759902) -- Jérémy Bobbio Mon, 01 Sep 2014 15:48:03 +0000 ruby-haml-magic-translations (4.0.3-1) unstable; urgency=low [ David Suárez ] * New upstream version. * Update Build-Depends. * Remove obsolete patches. * Update debian/copyright. * Bump Standards-Version, no changes required. -- Jérémy Bobbio Mon, 05 May 2014 13:54:23 +0200 ruby-haml-magic-translations (4.0.1-1) unstable; urgency=low * New upstream version. -- Jérémy Bobbio Mon, 02 Sep 2013 10:06:11 +0200 ruby-haml-magic-translations (4.0.0-1) unstable; urgency=low [ Jérémy Bobbio ] * New upstream version: * Adjust Depends and Build-Depends. * Add a patch to use the markdown filter in the test suite until haml-contrib is packaged. [ Cédric Boutillier ] * use canonical URI in Vcs-* fields -- Jérémy Bobbio Sun, 16 Jun 2013 19:41:06 +0200 ruby-haml-magic-translations (0.5.1-2) unstable; urgency=low * Upload to unstable. -- Jérémy Bobbio Tue, 07 May 2013 11:58:44 +0000 ruby-haml-magic-translations (0.5.1-1) experimental; urgency=low * Initial release (Closes: #704583) -- Jérémy Bobbio Wed, 03 Apr 2013 11:06:44 +0200 debian/copyright0000644000000000000000000000313312574130467011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: haml-magic-translations Source: https://github.com/potager/haml-magic-translations Files: * Copyright: 2010 Kriss Kowalik 2012-2015 potager.org 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: 2013-2015 Jerémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/compat0000644000000000000000000000000212574130467010375 0ustar 9 debian/ruby-tests.rake0000644000000000000000000000023712574130467012166 0ustar # Tests must be run in a UTF-8 environment ENV['LC_ALL'] = 'C.UTF-8' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec debian/ruby-haml-magic-translations.docs0000644000000000000000000000001412574130467015541 0ustar README.rdoc debian/control0000644000000000000000000000271112574130467010603 0ustar Source: ruby-haml-magic-translations Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~), ruby-rspec (>= 2.11), ruby-haml (>= 4.0), ruby-haml-contrib, ruby-maruku, ruby-fast-gettext, ruby-gettext (>= 2.3), ruby-i18n, ruby-json, ruby-actionpack, rake Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-haml-magic-translations.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-haml-magic-translations.git Homepage: https://github.com/potager/haml-magic-translations XS-Ruby-Versions: all Package: ruby-haml-magic-translations Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-haml (>= 4.0), ruby-fast-gettext | ruby-gettext | ruby-i18n Suggests: rake Description: internationalization library for Haml templates Haml::MagicTranslations provides "magical translations" for the Haml templating system. Texts in templates can be automatically internationalized using either the GetText, FastGettext or I18n libraries. It support translations of 'raw' text, Markdown and even strings in JavaScript. . Haml::MagicTranslations can also extract translatable strings from templates and merge them with existing translations, either manually or by the provided Rake task. debian/rules0000755000000000000000000000007512574130467010261 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/gbp.conf0000644000000000000000000000003612574130467010615 0ustar [DEFAULT] pristine-tar = True