Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
ruby-erubi (1.6.1-1) unstable; urgency=medium
* Initial release (Closes: #875290)
-- Kartik Kulkarni <kartik.koolks@gmail.com> Sun, 10 Sep 2017 17:28:55 +0530
9
Source: ruby-erubi
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Kartik Kulkarni <kartik.koolks@gmail.com>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-erubi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-erubi.git
Homepage: https://github.com/jeremyevans/erubi
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-erubi
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Small ERB Implementation
Erubi is a ERB template engine for ruby. It is a simplified fork
of Erubis.
.
ERB stands for Embedded Ruby.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: erubi
Source: https://github.com/jeremyevans/erubi
Files: *
Copyright: 2016-2017 Jeremy Evans <code@jeremyevans.net>
2006-2011 kuwata-lab.com
License: Expat
Files: debian/*
Copyright: 2017 Kartik Kulkarni <kartik.koolks@gmail.com>
License: Expat
Comment: the Debian packaging is licensed under the same terms as the original package.
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.
README.rdoc
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
t.libs = ['test']
t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
3.0 (quilt)
version=3
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/erubi .*/erubi-(.*).tar.gz