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
|
Source: ruby-deprecated
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Borodaenko <angdraug@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
Standards-Version: 3.9.2
Vcs-Git: git://github.com/erikh/deprecated.git
Vcs-Browser: https://github.com/erikh/deprecated
Homepage: https://github.com/erikh/deprecated
XS-Ruby-Versions: all
Package: ruby-deprecated
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Replaces: libdeprecated-ruby (<< 3.0.0-1~), libdeprecated-ruby1.8 (<< 3.0.0-1~), libdeprecated-ruby1.9.1 (<< 3.0.0-1~)
Breaks: libdeprecated-ruby (<< 3.0.0-1~), libdeprecated-ruby1.8 (<< 3.0.0-1~), libdeprecated-ruby1.9.1 (<< 3.0.0-1~)
Provides: libdeprecated-ruby, libdeprecated-ruby1.8, libdeprecated-ruby1.9.1
Description: Library for handling deprecated code in Ruby
Deprecated is a small library intended to aid developers working with
deprecated code. The idea comes from the 'D' programming language, where
developers can mark certain code as deprecated, and then allow/disallow the
ability to execute deprecated code.
Package: libdeprecated-ruby
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, ruby-deprecated
Description: Transitional package for ruby-deprecated
This is a transitional package to ease upgrades to the ruby-deprecated
package. It can safely be removed.
Package: libdeprecated-ruby1.8
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, ruby-deprecated
Description: Transitional package for ruby-deprecated
This is a transitional package to ease upgrades to the ruby-deprecated
package. It can safely be removed.
Package: libdeprecated-ruby1.9.1
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, ruby-deprecated
Description: Transitional package for ruby-deprecated
This is a transitional package to ease upgrades to the ruby-deprecated
package. It can safely be removed.
|