[DRE-commits] [ruby-dataobjects-postgres] 03/05: Bump Standards-Version to 3.9.5 (no changes needed); build for postgres 9.3
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Apr 18 12:52:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to annotated tag debian/0.10.14-1
in repository ruby-dataobjects-postgres.
commit b6805e54c71f92cb95697a064ba5bac2f0b04e38
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Apr 10 19:39:44 2014 +0200
Bump Standards-Version to 3.9.5 (no changes needed); build for postgres 9.3
---
debian/control | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 80923f7..483439b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libpq-dev (>= 9.1), ruby-rspec (>= 2.5), ruby-dataobjects (>= 0.10.13-1~)
-Standards-Version: 3.9.4
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ libpq-dev (>= 9.3),
+ postgresql-server-dev-9.3,
+ ruby-rspec (>= 2.5),
+ ruby-dataobjects (>= 0.10.14-1~),
+Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-dataobjects-postgres.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-dataobjects-postgres.git;a=summary
Homepage: https://github.com/datamapper/do
@@ -13,7 +19,7 @@ XS-Ruby-Versions: all
Package: ruby-dataobjects-postgres
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dataobjects (>= 0.10.13-1~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dataobjects (>= 0.10.14-1~)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dataobjects-postgres.git
More information about the Pkg-ruby-extras-commits
mailing list