ruby-sass (3.2.12-1) unstable; urgency=low

  [ upstream ]
  * New release.
    + Add a couple missing require, fixing some load errors, especially
      when using the command-line interface.
    + Tune up some heuristics for eliminating redundant generated
      selectors. This will prevent some selector elimination in cases
      where multi-layered @extend is being used and where it seems
      intuitively like selectors shouldn't be eliminated.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 07 Oct 2013 20:49:17 +0200

ruby-sass (3.2.11-1) unstable; urgency=low

  [ upstream ]
  * New release.
    + Fix @extend semantics with respect to pseudo-elements. They are no
      longer treated identically to pseudo-classes.
    + A more understandable error is now provided when the -E option is
     passed to the Sass command line in ruby 1.8.
    + Fix a bug in the output of lists containing unary plus or minus
      operations during sass <=> scss conversion.
    + Avoid the IE7 content: counter bug with content: counters as well.
    + Fix some thread-safety issues.

  [ Jonas Smedegaard ]
  * Unfuzz patch 1001.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 29 Sep 2013 10:30:58 +0200

ruby-sass (3.2.10-1) unstable; urgency=low

  [ upstream ]
  * New release.
    + Use the Sass logger infrastructure for @debug directives.
    + When printing a Sass error into a CSS comment, escape */ so the
      comment doesn't end prematurely.
    + Preserve the ! in /*! ... */ style comments.
    + Fix a bug where selectors were being incorrectly trimmed when
      using @extend.
    + Fix a bug where sass --unix-newlines and sass-convert --in-place
      are not working on Windows.

  [ Jonas Smedegaard ]
  * Unfuzz patches.
  * Extend copyright coverage for upstream authors to include recent
    years.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 01 Aug 2013 11:04:45 +0200

ruby-sass (3.2.9-1) unstable; urgency=low

  [ upstream ]
  * New release.

    + Fix a bug where @extend's would occasionally cause a selector to
      be generated with the incorrect specificity.
    + Avoid loading listen v1.0, even if it's installed as a Gem.
    + Update the bundled version of listen to 0.7.3.
    + Automatically avoid the IE7 "content: counter" bug.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 13 May 2013 00:47:19 +0200

ruby-sass (3.2.8-1) unstable; urgency=low

  [ upstream ]
  * New release.
    + Fix some edge cases where redundant selectors were emitted when
      using @extend.
    + Fix a bug where comma-separated lists with interpolation could
      lose elements.
    + Fix a bug in sass-convert where lists being passed as arguments to
      functions or mixins would lose their surrounding parentheses.
    + Fix a bug in sass-convert where null wasn't being converted
      correctly.
    + Fix a bug where multiple spaces in a string literal would
      sometimes be folded together.
    + sass and sass-convert won't create an empty file before writing to
      it.
      This fixes a flash of unstyled content when using LiveReload and
      similar tools.
    + Fix a case where a corrupted cache could produce fatal errors on
      some versions of Ruby.
    + Fix a case where a mixin loop error would be incorrectly reported
      when using @content.

  [ Jonas Smedegaard ]
  * Add README.source emphasizing control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Stop track md5sum of upstream tarball.
  * Use anonscm.debian.org URL for Vcs-Git.
  * Bump packaging license to GPL-3+, and extend coverage to include
    recent years.
  * Drop obsolete breaks/replaces against libhaml-ruby.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 06 May 2013 18:48:58 +0200

ruby-sass (3.2.7-1) experimental; urgency=low

  [ upstream ]
  * New release.
    + The index and zip functions now work like all other list functions
      and treat individual values as single-element lists.
    + Avoid stack overflow errors caused by very long function or mixin
      argument lists.
    + Emit relative paths when using the --line-comments flag of the
      sass executable.
    + Fix a case where very long numbers would cause the SCSS parser to
      take exponential time.

  [ Jonas Smedegaard ]
  * Unfuzz patches.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 09 Mar 2013 23:31:28 +0100

ruby-sass (3.2.6-1) experimental; urgency=low

  [ upstream ]
  * New release.
    + Support for Rubinius 2.0.0.rc1.
    + Support for JRuby 1.7.2.
    + Support for bubbling `@supports` queries in the indented syntax.
    + Fix an incorrect warning when using `@extend` from within nested
      `@media` queries.

  [ Jonas Smedegaard ]
  * Update patch 1003.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Feb 2013 15:24:07 +0100

ruby-sass (3.2.5-1) experimental; urgency=low

  [ upstream ]
  * New release.
    + Fix a bug where bogus `@extend` warnings were being generated.
    + Fix an `@import` bug on Windows.
    + Ruby 2.0.0-preview compatibility.
    + Fix incorrect line numbering when using DOS line endings with the
      indented syntax.

  [ Jonas Smedegaard ]
  * Have git-import-orig suppress .gitignore files.
  * Bump standards-version to 3.9.4.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 17 Feb 2013 14:17:02 +0100

ruby-sass (3.2.4-1) experimental; urgency=low

  [ upstream ]
  * New upstream release.
    + Fix imports from `.jar` files in JRuby.
    + Allow comments within `@import` statements in SCSS.
    + Fix a parsing performance bug where long decimals would
      occasionally take many minutes to parse.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 25 Dec 2012 19:11:47 +0100

ruby-sass (3.2.3-1) experimental; urgency=low

  [ upstream ]
  * New upstream release.
    + sass --watch no longer crashs when a file in a watched directory
      is deleted.
    + Allow @extend within bubbling nodes such as @media.
    + Fix various JRuby incompatibilities and test failures.
    + Work around a performance bug that arises from using @extend with
      deeply-nested selectors.

  [ Jonas Smedegaard ]
  * Update watch and rules files to use new github.com URL.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 29 Nov 2012 03:00:52 +0100

ruby-sass (3.2.2-1) experimental; urgency=low

  * New upstream release.
    + Add a --poll option to force sass --watch to use the polling
      backend to Listen.
    + Fix some error reporting bugs related to @import.
    + Treat protocol-relative URLs in @import's as static URLs, just
      like http and https URLs.
    + Improve the error message for misplaced simple selectors.
    + Fix an option-handling bug that was causing errors with the
      Compass URL helpers.
    + Fix a performance issue with @import that only appears when
      ActiveSupport is loaded.
    + Fix flushing of actions to stdout.
    + Fix the documentation for the max() function.
    + Fix a @media parsing bug.

  [ Jonas Smedegaard ]
  * Tidy rules file.
  * Build-depend on devscripts to always do copyright check.
  * Bump debhelper compatibility level to 8.
  * Update copyright file:
    + Fix use comment pseudo-section to obey silly restrictions of
      copyright format 1.0.
  * Refresh patch 1001.
  * Add news entry about deprecating attempts to multi-file @import.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 04 Nov 2012 16:14:49 +0100

ruby-sass (3.2.1-1) experimental; urgency=low

  * New upstream release.
  * Refresh patch 1002.
  * Update package relations:
    + Relax to build-depend unversioned on cdbs: Needed version
      satisfied in stable, and oldstable no longer supported.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 17 Aug 2012 04:44:43 +0200

ruby-sass (3.1.19-3) unstable; urgency=low

  * Directly use github.com (not githubredir.debian.net).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Jun 2012 21:01:46 +0200

ruby-sass (3.1.19-2) unstable; urgency=low

  * Use packaging section web (not ruby) and tidy short description:
    Sass is more a web development tool than a ruby library.
    ...Really, this time.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 28 May 2012 12:08:37 +0200

ruby-sass (3.1.19-1) unstable; urgency=low

  * New upstream release.
    + Fix an 'uninitialized constant Sass::Exec::Sass::Util' error when
      using the command-line tool.
    + Allow '@extend' within directives such as '@media' as long as it
      only extends selectors that are within the same directive.

  * Use packaging section web (not ruby) and tidy short description:
    Sass is more a web development tool than a ruby library.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 26 May 2012 12:38:01 +0200

ruby-sass (3.1.18-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 13 May 2012 14:15:04 +0200

ruby-sass (3.1.17-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 06 May 2012 00:36:46 +0200

ruby-sass (3.1.16-1) unstable; urgency=low

  * New upstream release.

  * Update copyright file:
    + Bump format to 1.0.
    + Fix double-indent in Copyright fields as per Policy §5.6.13.
  * Bump standards-version to 3.9.3.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 24 Apr 2012 13:04:29 -0400

ruby-sass (3.1.15-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 10 Feb 2012 20:26:02 +0100

ruby-sass (3.1.14-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 07 Feb 2012 13:28:13 +0100

ruby-sass (3.1.12-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 20 Dec 2011 20:00:46 +0700

ruby-sass (3.1.11-1) unstable; urgency=low

  * New upstream release.
  * Unfuzz patch 1001.
  * Drop dpkg local-options hints from packaging source: now defaults.
  * Update package relations:
    + Relax build-dependency on cdbs (needlessly tight).
    + Relax build-depend unversioned on debhelper (needed version
      satisfied even in oldstable).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 30 Nov 2011 15:04:23 +0700

ruby-sass (3.1.7-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 08 Aug 2011 09:44:21 +0200

ruby-sass (3.1.4-6) unstable; urgency=low

  * Add Gunnar Wolf as uploader. Yeah!
  * Fix linkage to system-shared Sass library.
    Closes: bug#635258. Thanks to Antonio Ospite.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Jul 2011 15:35:09 +0200

ruby-sass (3.1.4-5) unstable; urgency=low

  * Fix VERSION resolving.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 04 Jul 2011 02:52:54 +0200

ruby-sass (3.1.4-4) unstable; urgency=low

  * Really fix add breaks/replaces libhaml-ruby.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 04 Jul 2011 02:30:43 +0200

ruby-sass (3.1.4-3) unstable; urgency=low

  * Improve patch 1001 to suggest install ruby-compass.
  * Fix add replaces (in addition to breaks) libhaml-ruby.
  * Add suggests ruby-compass.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 04 Jul 2011 02:18:14 +0200

ruby-sass (3.1.4-2) unstable; urgency=low

  * Fix add Breaks for older libhaml-ruby* providing Sass.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 03 Jul 2011 16:42:34 +0200

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

  * Initial release.
    Closes: Bug#632541.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 03 Jul 2011 16:03:38 +0200
