[DRE-commits] [SCM] ruby-dataobjects-postgres.git branch, master, updated. upstream/0.10.7-12-gac315fd
Cédric Boutillier
cedric.boutillier at gmail.com
Wed Dec 21 00:14:58 UTC 2011
The following commit has been merged in the master branch:
commit cef868059cd61549f597a3d0487a4058fb49da94
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Fri Dec 16 14:32:15 2011 +0100
update control file
diff --git a/debian/control b/debian/control
index 7b15265..159800b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,50 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), libpq-dev (>= 9.1), postgresql-9.1, ruby-rspec (>= 2.5), ruby-dataobjects (= 0.10.7-1), sudo
Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects-postgres.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects-postgres.git;a=summary
-Homepage: FIXME
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects-postgres.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects-postgres.git;a=summary
+Homepage: https://github.com/datamapper/do
XS-Ruby-Versions: all
Package: ruby-dataobjects-postgres
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# data_objects (= 0.10.7), rspec (~> 2.5, development), rake-compiler (~> 0.7, development)
-Description: DataObjects PostgreSQL Driver
- Implements the DataObjects API for PostgreSQL
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dataobjects (= 0.10.7-1)
+Replaces: libdataobjects-postgres-ruby1.8 (<< 0.10.7-1~), libdataobjects-postgres-ruby1.9.1 (<< 0.10.7-1~), libdataobjects-postgres-ruby (<< 0.10.7-1~)
+Breaks: libdataobjects-postgres-ruby1.8 (<< 0.10.7-1~), libdataobjects-postgres-ruby1.9.1 (<< 0.10.7-1~), libdataobjects-postgres-ruby (<< 0.10.7-1~)
+Provides: libdataobjects-postgres-ruby1.8, libdataobjects-postgres-ruby1.9.1, libdataobjects-postgres-ruby
+Description: PostgreSQL adapter for ruby-dataobjects
+ The purpose of DataObjects.rb is to propose a single interface for Ruby to
+ various databases. This package provides the adapter for PostgreSQL to this
+ unified interface.
+
+# Transitional packages
+Package: libdataobjects-postgres-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-dataobjects-postgres
+Description: Transitional package for ruby-dataobjects-postgres
+ This is a transitional package to ease upgrades to the ruby-dataobjects-postgres
+ package. It can safely be removed.
+
+Package: libdataobjects-postgres-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-dataobjects-postgres
+Description: Transitional package for ruby-dataobjects-postgres
+ This is a transitional package to ease upgrades to the ruby-dataobjects-postgres
+ package. It can safely be removed.
+
+Package: libdataobjects-postgres-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-dataobjects-postgres
+Description: Transitional package for ruby-dataobjects-postgres
+ This is a transitional package to ease upgrades to the ruby-dataobjects-postgres
+ package. It can safely be removed.
+
--
ruby-dataobjects-postgres.git
More information about the Pkg-ruby-extras-commits
mailing list