1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
ruby-facets (2.9.3-2) unstable; urgency=medium
* Build-Depends on libjs-jquery which is needed for rdoc generation
(see #760952) (Closes: #761557).
* Removed now useless B-D on graphviz (rdoc does not use it anymore).
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 16 Sep 2014 14:24:41 +0200
ruby-facets (2.9.3-1) unstable; urgency=low
* New upstream release:
- rakefile is gone, switched back to setuprb method
- recreated documention build rules and adapted to new paths
* Updated copyright file.
* Increased Standards-Version to 3.9.4 (no changes).
* Removed transitional libfacets-* package and obsolete relations.
* Use system JQuery library instead of embedded one for documentation.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Fri, 21 Jun 2013 14:41:38 +0200
ruby-facets (2.9.2-1) unstable; urgency=low
* New upstream release.
* Switched to gem2deb packaging style.
* Switched to the new git repository.
* Removed all patches, they are obsolete.
* Updated copyright file.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 03 Jan 2012 03:35:44 +0100
libfacets-ruby (2.7.0-3) unstable; urgency=high
* Several fixes to get general loading working (Closes: 595317):
+ Added patch to fix broken require in module/attr_toggler
+ Added patch to correct missing alias in module/attr
* Increased Standards-Version to 3.9.1 (no changes).
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Fri, 03 Sep 2010 10:43:19 +0200
libfacets-ruby (2.7.0-2) unstable; urgency=high
* Added patch to fix a broken method aliasing for String (Closes:
593077).
* Fixed merge of components (core, lore) installation, causing problem
for 'lib/core/facets/module'.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Fri, 20 Aug 2010 11:05:38 +0200
libfacets-ruby (2.7.0-1) unstable; urgency=low
[ Paul van Tilburg ]
* Added debian/watch.
[ Marc Dequènes (Duck) ]
* New upstream release:
+ removed the 'lore' layout part and doc-base.
+ updated copyright file
* Adapted rdoc generation to fit well with recent ruby-pkg-tools.
* Added support for Ruby 1.9.1.
* Improved 'debian/copyright' to be more consistant with DEP-5 draft.
* Switched to compat level 7.
* Switched to dpkg-source 3.0 (quilt) format.
* Increased Standards-Version to 3.8.4 (no changes).
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Sat, 20 Mar 2010 15:44:26 +0100
libfacets-ruby (2.5.2+git20090627-ef2fec+dfsg1-1) unstable; urgency=low
* Initial release.
* Removed the 'htmlfilter' module which license is incompatible, to
respect DFSG (see copyright file).
* Also removed left over '.config' directory from source (breaking build).
* Deactivated graph generation du to bug in rdoc (see #462463) using a
Build-Conflicts-Indep on graphviz and calling rdoc manually (as dh_rdoc
fails).
* Fixed broken installation path due to source layout incompatible with
setup.rb.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Sat, 27 Jun 2009 19:00:28 +0200
|