~ubuntu-branches/ubuntu/saucy/ruby-validatable/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2012-06-13 23:47:54 UTC
  • Revision ID: package-import@ubuntu.com-20120613234754-9rxi0taw1e5wke0w
Tags: 1.6.7-8
* Move secondary Ruby files into /usr/lib/ruby/vendor_ruby/validatable/ to
  avoid name clash (Closes: #673738).
  + override dh_install in rules to move the files
  + add debian/patches/move_some_rb_files_to_lib_validatable.patch to adapt
    require statements
* Set urgency to high, as this version solves an RC bug
* Adapt versions in Breaks: and Replaces: fields to match the last version
  of the package not following the new Ruby policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
Architecture: all
16
16
XB-Ruby-Versions: ${ruby:Versions}
17
17
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
18
 
Replaces: libvalidatable-ruby1.8 (<< 1.6.7-1~), libvalidatable-ruby1.9.1 (<< 1.6.7-1~), libvalidatable-ruby (<< 1.6.7-1~)
19
 
Breaks: libvalidatable-ruby1.8 (<< 1.6.7-1~), libvalidatable-ruby1.9.1 (<< 1.6.7-1~), libvalidatable-ruby (<< 1.6.7-1~)
 
18
Replaces: libvalidatable-ruby1.8 (<< 1.6.7-7~), libvalidatable-ruby1.9.1 (<< 1.6.7-7~), libvalidatable-ruby (<< 1.6.7-7~)
 
19
Breaks: libvalidatable-ruby1.8 (<< 1.6.7-7~), libvalidatable-ruby1.9.1 (<< 1.6.7-7~), libvalidatable-ruby (<< 1.6.7-7~)
20
20
Provides: libvalidatable-ruby1.8, libvalidatable-ruby1.9.1, libvalidatable-ruby
21
21
Description: Ruby library for adding validations
22
22
 The validatable library can be included with any Ruby class and