ruby-haml 3.1.4-1 source package in Ubuntu

Changelog

ruby-haml (3.1.4-1) unstable; urgency=low

  [ Paul van Tilburg ]
  * New upstream release.
  * Source packages adapted according to the new Ruby policy:
    - Build for both ruby1.8 and ruby1.9.1.
    - Migrated to pkg-ruby-extras git repos; changed the Vcs-* fields in
      debian/control accordingly.
    - Changed the depends and recommends to follow the new Ruby library
      naming scheme.
  * debian/control:
    - Added a default DM-Upload-Allowed field set to yes.
    - Standards-Version bumped to 3.9.2; no changes required.
    - Set XS-Ruby-Versions to all.
    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
    - Switched the maintainer with the uploaders field as per new
      convention the team is the default maintainer.
    - Added a build-depend-indep on rake, yard (>= 0.5.3), ruby-sass and
      ruby-maruku (>= 0.5.9) for documentation generation.
    - Added a build-deped-indep on rails for the tests.
    - Added a recommend on ruby-sass as it is no longer included in Haml
      upstream (not even from the vendor dir).
    - Added libhaml-ruby, libhaml-ruby1.8, libhaml-ruby-doc and haml-elisb
      as transitional packages.
  * debian/copyright: reworked to fit the DEP5 format.
  * debian/docs: install generated docs
  * debian/haml-elisp.NEWS: install a NEWS file to explain that the
      emacs modes have disappeared.
  * debian/install: install the VERSION files to the libdir of haml so
      that Haml::Util.version works.
  * debian/manpages: install manpages debian/html2haml.1 and debian/haml.1. 
  * debian/patches:
     - 001fix-hardcoded-gem-path.patch:  dropped, this is now handled by
       gem2deb.
     - 002get-version-from-right-path.patch: dropped, doesn't work if we
       also want to support Ruby 1.9.
     - 003fix-root-path.patch: added, fixes the root path so that
       Haml::Util.scope works properly.
  * debian/rules:
    - Call `rake doc` to generate documentation using yard.
    - Disable tests for now... it doesn't seem to work at all with our
      Rails 2.0 setup.
    - Remove the installed sass.rb and plugin/sass.rb dummy libraries that
      tries to load Sass via a gem/from the vendor dir.

  [ Gunnar Wolf ]
  * Added myself to uploaders
  * Separate the $LOAD_PATH modification from the require call in
    html2haml

libhaml-ruby (3.0.25-2) unstable; urgency=low

  * Squeeze freeze is over - Reupload, targetting at unstable instead of
    experimental

libhaml-ruby (3.0.25-1) unstable; urgency=low

  * New upstream release
  * Targetting experimental in order not to interfere with Squeeze's
    freeze

libhaml-ruby (3.0.24-1) experimental; urgency=low

  * New upstream release
  * Targetting experimental in order not to interfere with Squeeze's
    freeze

libhaml-ruby (3.0.22-1) experimental; urgency=low

  * New upstream release
  * Targetting experimental in order not to interfere with Squeeze's freeze

libhaml-ruby (3.0.21-1) experimental; urgency=low

  * New upstream release
  * Targetting experimental in order not to interfere with Squeeze's freeze

libhaml-ruby (3.0.18-1) experimental; urgency=low

  * New upstream release
  * Targetting experimental in order not to interfere with Squeeze's freeze

libhaml-ruby (3.0.15-1) unstable; urgency=low

  * New upstream release
  * Updated the upstream homepage
  * Added "Recommends: libfssm-ruby1.8" to libhaml-ruby1.8 binary
    package (Closes: #586613)
  * Standards-version: 3.8.4→3.9.1 (no changes needed)
  * Updated man pages to match current options (Closes: #589119)

libhaml-ruby (3.0.12-1) UNRELEASED; urgency=low

  * New upstream release

libhaml-ruby (3.0.10-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (3.0.9-1) unstable; urgency=low

  * New upstream release.

libhaml-ruby (3.0.6-1) unstable; urgency=low

  * New upstream release
  * debian/control
 	+ added DMUA flag.

libhaml-ruby (3.0.4-1) unstable; urgency=low

  * New upstream release (Closes: #581677)
  * debian/copyright
       + updated copyright information.
       + added debian related copyright information.
  * debian/rules
       + removed patchsys-quilt.mk.
       + removed rdoc from rules.it is provided as virtual package
         with standard ruby.
  * debian/control
       + added myself to uploaders.
  * debian/patches
       + added patches for hard coded gem path.
  * debian/haml.1
       + removed hyphen-used-as-minus-sign.
  * debian/
       + update README.source.
       + created man page for sass-convert.

libhaml-ruby (2.2.24-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.23-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.22-1) unstable; urgency=low

  * New upstream release
  * Updated debian/watch to ignore versions with nonnumeric components
    (i.e. 'beta')
  * Set source format to 3.0 (quilt), lintian looks happier

libhaml-ruby (2.2.21-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.20-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.19-1) unstable; urgency=low

  * New upstream release
  * Remove debian/patches/fix-emacs-mode, change included upstream
  * Bump Standards-Version (no changes)

libhaml-ruby (2.2.17-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.16-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.15-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.14-1) unstable; urgency=low

  * New upstream release
  * Moved binary package ruby-elisp to section: lisp
  * Binary package ruby-elisp now also depends on emacs23 | ruby-elisp (as
    emacs23 provides ruby-mode) (Closes: #557190)

libhaml-ruby (2.2.13-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.10-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.2.8-2) unstable; urgency=low

  * Include haml-elisp.emacsen-startup so the Emacs modes do not have to
    be explicitly called (Closes: #551258)

libhaml-ruby (2.2.8-1) unstable; urgency=medium

  * New upstream release; fixes potential XSS isue due to incomplete
    HTML/Unicode escaping —
    http://github.com/nex3/haml/commit/fcf0d8ff743e947d0f4f563b07770310132d4fc6

libhaml-ruby (2.2.6-1) unstable; urgency=low

  [ Joshua Timberman ]
  * Suggest, not recommend, rails and hpricot so they are not auto installed

  [ Gunnar Wolf ]
  * New upstream release

libhaml-ruby (2.2.5-1) unstable; urgency=low

  * New upstream release
  * Standards-version → 3.8.3 (no changes)
  * Added README.source, keeping lintian at ease
  * Actually do the right thing to avoid being compiled with emacs21,
    instead of just conflicting with the whole package. Thanks to Aaron
    M. Ucko for pestering me in the right direction! (Closes: #536091)

libhaml-ruby (2.2.0-2) unstable; urgency=low

  [ Ryan Niebur ]
  * Add myself to Uploaders
  * install VERSION_NAME, fixing the errors during load

  [ Gunnar Wolf ]
  * Patched haml-mode.el to avoid compile-time (and thus, install-time)
    error. Had to also declare Conflicts: on emacs21 (which is going
    away soon anyway) as author will explicitly not support it. (Closes:
    #536091)
  * Thanks to Axel Beckert for his help with elisp!

libhaml-ruby (2.2.0-1) unstable; urgency=low

  [ Ryan Niebur ]
  * fix watch file

  [ Gunnar Wolf ]
  * Changed section to Ruby as per ftp-masters' request
  * New upstream release
  * Updated standards-version 3.8.0→3.8.2 (no changes needed)

libhaml-ruby (2.0.9-1) unstable; urgency=low

  * New upstream release

libhaml-ruby (2.0.8-1) unstable; urgency=low

  * New upstream release
  * Fixed debian/watch, which included "/" as part of the directory name

libhaml-ruby (2.0.7-1) unstable; urgency=low

  * New upstream release
  * Added missing misc:Depends to haml-elisp
  * Added "Conflicts: sufary" to binary package libhaml-ruby1.8, as both
    packages provide (completely unrelated) /usr/bin/sass. (Closes:
    #511032)

libhaml-ruby (2.0.6-1) unstable; urgency=low

  * Initial upload (Closes: #509159)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 12:23:16 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ruby

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-haml_3.1.4.orig.tar.gz 358.2 KiB 7909f4291323c0ca9e05662320247a02ae38e865192700fb78bfb95d2c26a501
ruby-haml_3.1.4-1.debian.tar.gz 8.0 KiB 0c0d63e067ac58d0ad6b38d8e45d720849b598ae206a2f71bd8e22651976c587
ruby-haml_3.1.4-1.dsc 2.3 KiB fcea3348d7a0659755ab7e9076536b89740b2daae7f1b69bcc92aba23eb7786c

View changes file

Binary packages built by this source

haml-elisp: No summary available for haml-elisp in ubuntu quantal.

No description available for haml-elisp in ubuntu quantal.

libhaml-ruby: No summary available for libhaml-ruby in ubuntu quantal.

No description available for libhaml-ruby in ubuntu quantal.

libhaml-ruby-doc: No summary available for libhaml-ruby-doc in ubuntu quantal.

No description available for libhaml-ruby-doc in ubuntu quantal.

libhaml-ruby1.8: No summary available for libhaml-ruby1.8 in ubuntu quantal.

No description available for libhaml-ruby1.8 in ubuntu quantal.

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.