[DRE-commits] [ruby-activerecord-deprecated-finders] 02/04: refresh packaging with dh-make-ruby -w

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Oct 1 05:37:02 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-activerecord-deprecated-finders.

commit 730b5f984d667cae7cffabc44bf4d51a22464cbe
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Oct 1 10:40:18 2015 +0530

    refresh packaging with dh-make-ruby -w
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 19 ++++++++++---------
 debian/rules     |  5 ++++-
 4 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d7734d..4cb77ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-activerecord-deprecated-finders (1.0.3-2) UNRELEASED; urgency=medium
 
   * Team upload
   * Rebuild gemspecs for new rubies
+  * Update packaging with dh-make-ruby -w
 
  -- Pirate Praveen <praveen at debian.org>  Thu, 01 Oct 2015 10:31:25 +0530
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index a7665d9..4ff074b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,25 @@ Source: ruby-activerecord-deprecated-finders
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.4
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-activerecord-deprecated-finders.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-activerecord-deprecated-finders.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-activerecord-deprecated-finders.git
 Homepage: https://github.com/rails/activerecord-deprecated_finders
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-activerecord-deprecated-finders
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
-	 ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: deprecated finder APIs extracted from Rails Active Record.
  This package contains deprecated finder APIs extracted from Active
  Record.
  .
  This package is part of dependency chain for Rails 4.0 to provide
- those APIs for Rails 4.0 users and it will be removed from Rails 4.1.
\ No newline at end of file
+ those APIs for Rails 4.0 users and it will be removed from Rails 4.1.
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-deprecated-finders.git



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