debian/0000755000000000000000000000000012154156660007174 5ustar debian/control0000644000000000000000000000217312154156527010604 0ustar Source: ruby-mab Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Paul van Tilburg Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-minitest Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mab.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mab.git;a=summary Homepage: https://github.com/camping/mab XS-Ruby-Versions: all Package: ruby-mab Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: templating engine for writing HTML in pure Ruby With Mab, HTML is generated by mapping method calls to HTML elements, object attributes to element classes or HTML IDs and block arguments to the contents of the elements. . This engine is an alternative to ERb which weaves the two languages together. It is also a replacement for templating languages which use primitive languages that blend with HTML. . Mab is almost fully backward compatible with the Markaby library. debian/changelog0000644000000000000000000000123012154156660011042 0ustar ruby-mab (0.0.3-1) unstable; urgency=low * New upstream release * debian/control: bump standards version to 3.9.4; no changes required -- Paul van Tilburg Thu, 06 Jun 2013 21:06:21 +0200 ruby-mab (0.0.1+git20120515.30414e4-2) unstable; urgency=low * debian/control: - Bump the build-depend on gem2deb to 0.3.0. -- Paul van Tilburg Sun, 24 Jun 2012 16:27:08 +0200 ruby-mab (0.0.1+git20120515.30414e4-1) unstable; urgency=low * Initial release (Closes: #657291). * Use a git snapshot so that some documentation is included. -- Paul van Tilburg Tue, 15 May 2012 22:03:35 +0200 debian/ruby-tests.rake0000777000000000000000000000000011754533720014037 2../Rakefileustar debian/source/0000755000000000000000000000000011754531547010502 5ustar debian/source/format0000644000000000000000000000001411754531547011710 0ustar 3.0 (quilt) debian/ruby-mab.docs0000644000000000000000000000001211754533266011563 0ustar README.md debian/watch0000644000000000000000000000021311754535614010226 0ustar version=3 opts=dversionmangle=s/\+git\d+\.[0-9a-f]+// \ http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mab .*/mab-(.*).tar.gz debian/copyright0000644000000000000000000000422511754534572011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mab Upstream-Contact: Magnus Holm Source: https://github.com/camping/mab Files: * Copyright: 2012, 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 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, Paul van Tilburg License: GPL-2+ This program 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 program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000070111754531547010260 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/compat0000644000000000000000000000000211754531547010400 0ustar 7