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
|
Source: libalgorithm-diff-ruby
Section: interpreters
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@assist.media.nagoya-u.ac.jp>
Build-Depends-Indep: debhelper (>> 4), ruby1.6, ruby1.8
Standards-Version: 3.6.1
Uploaders: Taku YASUI <tach@debian.or.jp>
Package: libalgorithm-diff-ruby
Architecture: all
Depends: libalgorithm-diff-ruby1.8
Suggests: libalgorithm-diff-ruby1.6, libalgorithm-diff-ruby1.8
Description: Ruby conversion of the Perl's Algorithm::Diff (dummy package)
Diff is an algorithm which computes the differences between two
lists a and b. The resulting set of differences can be applied to
a (also called "patching") to get b. This is also what the Unix
command line tools "diff" and "patch" are able to do.
.
This is dummy package.
Package: libalgorithm-diff-ruby1.6
Architecture: all
Depends: libruby1.6
Provides: libalgorithm-diff-ruby
Replaces: libalgorithm-diff-ruby(<< 0.4-2)
Conflicts: libalgorithm-diff-ruby(<< 0.4-2)
Description: Ruby conversion of the Perl's Algorithm::Diff (Ruby 1.6)
Diff is an algorithm which computes the differences between two
lists a and b. The resulting set of differences can be applied to
a (also called "patching") to get b. This is also what the Unix
command line tools "diff" and "patch" are able to do.
.
This package is for ruby1.6.
Package: libalgorithm-diff-ruby1.8
Architecture: all
Depends: libruby1.8
Provides: libalgorithm-diff-ruby
Replaces: libalgorithm-diff-ruby(<< 0.4-2)
Conflicts: libalgorithm-diff-ruby(<< 0.4-2)
Description: Ruby conversion of the Perl's Algorithm::Diff (Ruby 1.8)
Diff is an algorithm which computes the differences between two
lists a and b. The resulting set of differences can be applied to
a (also called "patching") to get b. This is also what the Unix
command line tools "diff" and "patch" are able to do.
.
This package is for ruby1.8.
|