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
|
Source: ruby-escape
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: NIIBE Yutaka <gniibe@fsij.org>,
Jonas Genannt <jonas.genannt@capi2name.de>
Build-Depends: debhelper (>= 9), gem2deb (>= 0.4.1~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-escape.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-escape.git;a=summary
Homepage: http://www.a-k-r.org/escape/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-escape
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Replaces: libescape-ruby (<< 0.2-2~)
Breaks: libescape-ruby (<< 0.2-2~)
Provides: libescape-ruby
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: HTML/URI/shell escaping utilities for Ruby
For Ruby programmers, this utility provides several escaping functions
for HTML, URI, and shell command line handling. This library is an full
replacement for Ruby internal escaping Shellwords module.
Package: libescape-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ruby-escape, ${misc:Depends}
Description: Transitional package for ruby-escape
This is a transitional package to ease upgrades to the ruby-escape
package. It can safely be removed.
|