[DRE-commits] [ruby-rails-observers] 03/04: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 1 18:27:08 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-rails-observers.

commit 2ab3ad0d35b4dd629e0093dc0bbfead1f5d3c18a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 1 15:19:09 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 21 ++++++++++++---------
 debian/rules     | 13 ++-----------
 4 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3a2af57..c538a92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-rails-observers (0.1.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 01 Oct 2015 15:09:11 -0300
 
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 eb0e4ee..f31654b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,24 @@ Source: ruby-rails-observers
 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: Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-activemodel (>= 4.0)
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-observers.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rails-observers.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rails-observers.git
 Homepage: https://github.com/rails/rails-observers
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-rails-observers
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
-	 ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ruby-activemodel (>= 4.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: toolkit to build Rails observers (part of Rails)
  This package contains two observers: Active Record Observer and
  Action Controller Sweeper.
@@ -30,4 +33,4 @@ Description: toolkit to build Rails observers (part of Rails)
  Active Record Sweepers are the terminators of the caching world and
  responsible for expiring caches when model objects change. They do
  this by being half-observers, half-filters and implementing callbacks
- for both roles.
+ for both roles.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +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
-#
-# 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

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



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