ruby-haml 6.1.1-1 source package in Ubuntu

Changelog

ruby-haml (6.1.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Antonio Terceiro ]
  * New upstream version 6.1.1
  * debian/rules: install using rubygems layout
  * debian/control: update with dh-make-ruby
    - Bump Build-Depends on ruby-temple to (>= 0.8.2)
    - Drop *-Ruby-Versions: fields
    - Switch to Architecture: any as this version now includes C extensions
  * Replace debian/ruby-tests.rb with almost standard debian/ruby-tests.rake
  * Add build dependency on ruby-unindent
  * Refresh patches and convert them to use gbp pq
  * debian/ruby-tests.rake: skip some broken tests

 -- Antonio Terceiro <email address hidden>  Wed, 21 Dec 2022 19:47:26 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-haml_6.1.1-1.dsc 2.1 KiB c286284686a55821c19738103c7889e68394d23130c3def904f56d0ca29e4408
ruby-haml_6.1.1.orig.tar.gz 653.9 KiB ebfc30fa3e295406cb1d34e189e7bdeeb9ffbf9eb9301c0c0cf697646c3a2cba
ruby-haml_6.1.1-1.debian.tar.xz 9.9 KiB 6efd766c5edb4c29aa4e5db45f57c7a2f95eb86fb38f98bb89d977c9ad03553f

Available diffs

No changes file available.

Binary packages built by this source

ruby-haml: Elegant, structured XHTML/XML templating engine

 Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
 that's designed to express the structure of XHTML or XML documents in a
 non-repetitive, elegant, easy way, using indentation rather than closing
 tags and allowing Ruby to be embedded with ease.
 .
 It was originally envisioned as a plugin for Ruby on Rails, but it can
 function as a stand-alone templating engine.

ruby-haml-dbgsym: debug symbols for ruby-haml