UVF exception request for rake 0.6.2-2 -> 0.7.0-1

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Feb 21 23:03:52 GMT 2006


Hi,

Rake is make for ruby. Many Ruby developers use it, but only one package (rails) depends on it. The package comes with a test suite. All tests pass.

Debian changelog:
rake (0.7.0-1) unstable; urgency=low

  * New upstream release (closes: 351999)
     + Added flexmock to the package's source to enable tests during build
     + dpatch is no longer needed for building (closes: 350577)
  * Moved Build-Depends to Build-Depends-Indep

 -- Adam Majer <adamm at zombino.com>  Sat, 11 Feb 2006 15:19:14 -0600

Upstream changelog:
== Pre-Version 0.7.0

* Added Rake.original_dir to return the original starting directory of
  the rake application.
* Added safe_ln support for openAFS (from Ludvig Omholt).
* Added --trace reminder on short exception messages (David Heinemeier
  Hansson suggestion).
* Added multitask declaration that executes prerequisites in
  parallel. (Doug Young providied an initial implementation).
* Fixed missing_const hack to be compatible with Rails. (Jamis Buck
  supplied test case).
* Made the RDoc task default to internal (in-process) RDoc formatting.
  The old behavior is still available by setting the +external+ flag
  to true.
* Rakefiles are now loaded with the expanded path to prevent
  accidental polution from the Ruby load path.
* The +namespace+ command now returns a NameSpace object that can be
  used to lookup tasks defined in that namespace.  This allows for
  better anonymous namespace behavior.
* Task objects my now be used in prerequisite lists directly.

Diffstat:
 CHANGES                                    |   27 +
 README                                     |   22 -
 Rakefile                                   |   42 +-
 bin/rake                                   |    3 
 debian/changelog                           |    9 
 debian/control                             |    2 
 debian/patches/00list                      |    1 
 debian/patches/01_fileutil.dpatch          |   43 --
 debian/rules                               |    5 
 doc/rakefile.rdoc                          |  126 ++++++
 doc/release_notes/rake-0.7.0.rdoc          |  119 +++++
 flexmock-0.1.7/CHANGELOG                   |   49 ++
 flexmock-0.1.7/README                      |  219 ++++++++++
 flexmock-0.1.7/Rakefile                    |  132 ++++++
 flexmock-0.1.7/flexmock.blurb              |   10 
 flexmock-0.1.7/install.rb                  |   43 ++
 flexmock-0.1.7/lib/flexmock.rb             |  546 ++++++++++++++++++++++++++
 flexmock-0.1.7/test/test_example.rb        |   26 +
 flexmock-0.1.7/test/test_mock.rb           |  171 ++++++++
 flexmock-0.1.7/test/test_naming.rb         |   42 ++
 flexmock-0.1.7/test/test_samples.rb        |   43 ++
 flexmock-0.1.7/test/test_should_receive.rb |  524 +++++++++++++++++++++++++
 lib/rake.rb                                |  600 ++++++++++++++++++++---------
 lib/rake/rdoctask.rb                       |   29 +
 test/data/namespace/Rakefile               |   57 ++
 test/session_functional.rb                 |   49 ++
 test/test_file_creation_task.rb            |    8 
 test/test_file_task.rb                     |    8 
 test/test_multitask.rb                     |   45 ++
 test/test_namespace.rb                     |   28 +
 test/test_task_manager.rb                  |  148 +++++++
 test/test_tasks.rb                         |   43 +-
 32 files changed, 2960 insertions(+), 259 deletions(-)

Thank you,
-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |



More information about the Ubuntu-motu mailing list