diff options
| author | Matthias Klose <doko@ubuntu.com> | 2014-04-06 22:57:46 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2014-04-06 21:01:05 +0000 |
| commit | a6f4498d0febabd348754a5b92efb91425ae383b (patch) | |
| tree | 1870323485f5708836f5ae8d72f7bc63026eb433 | |
| parent | f090c9a0d7553c18d93a52c5804b79b32c0ea9f1 (diff) | |
| parent | bac29043b166498c42a880f06e833fdb25f41edc (diff) | |
0.10.13-1ubuntu1 (patches applied)applied/0.10.13-1ubuntu1applied/ubuntu/trusty-proposedapplied/ubuntu/trusty-develapplied/ubuntu/trusty
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 99766ec..f1c5eaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-dataobjects-postgres (0.10.13-1ubuntu1) trusty; urgency=medium + + * Add build dependency on postgresql-server-dev-9.3. + + -- Matthias Klose <doko@ubuntu.com> Sun, 06 Apr 2014 22:57:46 +0200 + ruby-dataobjects-postgres (0.10.13-1build1) trusty; urgency=medium * No-change upload to drop dependencies on ruby1.8. diff --git a/debian/control b/debian/control index 80923f7..13c0613 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Cédric Boutillier <boutil@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~) +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libpq-dev (>= 9.1), ruby-rspec (>= 2.5), ruby-dataobjects (>= 0.10.13-1~), postgresql-server-dev-9.3 Standards-Version: 3.9.4 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 |
