[DRE-commits] [ruby-dbd-pg] 01/02: Refresh packaging with dh-make-ruby -w

zeha at debian.org zeha at debian.org
Tue Aug 18 13:52:10 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-dbd-pg.

commit 6920112c39066f084048e0396ef9e70d03ab1ce1
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Aug 18 13:37:06 2015 +0000

    Refresh packaging with dh-make-ruby -w
---
 debian/control              | 46 +++++++++++++--------------------------------
 debian/ruby-dbd-pg.docs     |  1 +
 debian/ruby-test-files.yaml |  2 --
 debian/rules                |  5 ++++-
 debian/watch                |  2 +-
 5 files changed, 19 insertions(+), 37 deletions(-)

diff --git a/debian/control b/debian/control
index bd06c34..7b087bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,47 +3,27 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-dbi (>= 0.4.0),
+               ruby-pg
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-dbd-pg.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-dbd-pg.git
 Homepage: http://www.rubyforge.org/projects/ruby-dbi
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-dbd-pg
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dbi, ruby-pg
-Replaces: libdbd-pg-ruby (<< 0.3.9+gem2deb-1~), libdbd-pg-ruby1.8 (<< 0.3.9+gem2deb-1~), libdbd-pg-ruby1.9.1 (<< 0.3.9+gem2deb-1~)
-Breaks: libdbd-pg-ruby (<< 0.3.9+gem2deb-1~), libdbd-pg-ruby1.8 (<< 0.3.9+gem2deb-1~), libdbd-pg-ruby1.9.1 (<< 0.3.9+gem2deb-1~)
-Provides: libdbd-pg-ruby, libdbd-pg-ruby1.8, libdbd-pg-ruby1.9.1
+Depends: ruby | ruby-interpreter,
+         ruby-dbi (>= 0.4.0),
+         ruby-pg,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby/DBI PostgreSQL driver
  Ruby/DBI is a database independent interface for accessing databases,
  similar to Perl's DBI.
  .
  This package contains Ruby/DBI driver for PostgreSQL database.
-
-Package: libdbd-pg-ruby
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-dbd-pg
-Description: Transitional package for ruby-dbd-pg
- This is a transitional package to ease upgrades to the ruby-dbd-pg
- package. It can safely be removed.
-
-Package: libdbd-pg-ruby1.8
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-dbd-pg
-Description: Transitional package for ruby-dbd-pg
- This is a transitional package to ease upgrades to the ruby-dbd-pg
- package. It can safely be removed.
-
-Package: libdbd-pg-ruby1.9.1
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-dbd-pg
-Description: Transitional package for ruby-dbd-pg
- This is a transitional package to ease upgrades to the ruby-dbd-pg
- package. It can safely be removed.
diff --git a/debian/ruby-dbd-pg.docs b/debian/ruby-dbd-pg.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/ruby-dbd-pg.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index fe92594..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-[]
diff --git a/debian/rules b/debian/rules
index a5e7dc8..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # 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=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/watch b/debian/watch
index e1417cd..c0496ee 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+gem2deb// \
-  http://rubyforge.org/frs/?group_id=234 .*/dbd-pg-([\d\.]*).tar.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/dbd-pg .*/dbd-pg-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dbd-pg.git



More information about the Pkg-ruby-extras-commits mailing list