[DRE-commits] [ruby-dataobjects-postgres] 04/06: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 24 12:17:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-dataobjects-postgres.

commit 5c34966fbd2fbee2a0077ad1049c07888aa80592
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 24 08:47:52 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog            |  5 +++--
 debian/control              | 25 ++++++++++++++-----------
 debian/rules                | 14 ++------------
 debian/source/local-options |  1 -
 4 files changed, 19 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 239f22d..58b1b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ruby-dataobjects-postgres (0.10.16-1) UNRELEASED; urgency=medium
+ruby-dataobjects-postgres (0.10.16-1) unstable; urgency=medium
 
   * Team upload
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
- -- Antonio Terceiro <terceiro at debian.org>  Fri, 24 Jul 2015 08:41:20 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 24 Jul 2015 09:02:03 -0300
 
 ruby-dataobjects-postgres (0.10.14-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 7016645..fe900f7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,28 @@ 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.3),
- postgresql-server-dev-all,
- ruby-rspec (>= 2.5),
- ruby-dataobjects (>= 0.10.16-1~),
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               rake,
+               ruby-dataobjects (>= 0.10.16),
+               ruby-rspec,
+               libpq-dev (>= 9.3),
+               postgresql-server-dev-all,
+Standards-Version: 3.9.6
 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
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-dataobjects-postgres.git
 Homepage: https://github.com/datamapper/do
+Testsuite: autopkgtest-pkg-ruby
 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.14-1~)
+Depends: ruby | ruby-interpreter,
+         ruby-dataobjects (>= 0.10.16),
+         ${misc:Depends},
+         ${shlibs:Depends}
 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.
-
diff --git a/debian/rules b/debian/rules
index 94c4daf..2364af1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches

-- 
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