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 51 52 53 54 55 56 57 58 59
|
Source: ruby-pg
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.3.0~), libpq-dev
Standards-Version: 3.9.3
Homepage: http://bitbucket.org/ged/ruby-pg
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-pg.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-pg.git;a=summary
XS-Ruby-Versions: all
Package: ruby-pg
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Replaces: libpgsql-ruby (<< 0.11.0+gem2deb-1~), libpgsql-ruby-doc (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.8 (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.9.1 (<< 0.11.0+gem2deb-1~)
Breaks: libpgsql-ruby (<< 0.11.0+gem2deb-1~), libpgsql-ruby-doc (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.8 (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.9.1 (<< 0.11.0+gem2deb-1~)
Provides: libpgsql-ruby, libpgsql-ruby-doc, libpgsql-ruby1.8, libpgsql-ruby1.9.1
Description: PostgreSQL interface for Ruby
ruby-pg module allows Ruby programs to interface with the PostgreSQL
database engine. It supports the functions defined in libpq library.
Package: libpgsql-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-pg
Description: Transitional package for ruby-pg
This is a transitional package to ease upgrades to the ruby-pg
package. It can safely be removed.
Package: libpgsql-ruby-doc
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-pg
Description: Transitional package for ruby-pg
This is a transitional package to ease upgrades to the ruby-pg
package. It can safely be removed.
Package: libpgsql-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-pg
Description: Transitional package for ruby-pg
This is a transitional package to ease upgrades to the ruby-pg
package. It can safely be removed.
Package: libpgsql-ruby1.9.1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-pg
Description: Transitional package for ruby-pg
This is a transitional package to ease upgrades to the ruby-pg
package. It can safely be removed.
|