[DRE-commits] [ruby-timecop] 04/06: Refresh packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Sep 10 23:09:41 UTC 2015


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

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

commit cd92a7fa3a9e7365794c35e92a04db6e144d2b35
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Sep 10 19:49:08 2015 -0300

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

diff --git a/debian/changelog b/debian/changelog
index aec2977..d7a2dd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-timecop (0.8.0-1) UNRELEASED; urgency=medium
   * Team upload
   * New upstream release
   * debian/rules: set TZ=UTC (Closes: #795663)
+  * Refresh packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 10 Sep 2015 19:37:42 -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 26c6737..29f9bbe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,23 @@ Source: ruby-timecop
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Nandaja Varma <nandaja.varma at gmail.com>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-activesupport, ruby-tzinfo, ruby-minitest
+Uploaders: Nandaja Varma <nandaja.varma at gmail.com>,
+           Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-timecop.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-timecop.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-timecop.git
 Homepage: https://github.com/travisjeffery/timecop
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-timecop
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Recommends: ruby-activesupport
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library to easily test time-dependent code
  Timecop makes it easy to travel through or freeze time for creating a
  predictable and ultimately testable scenario.
@@ -24,5 +28,4 @@ Description: Ruby library to easily test time-dependent code
  arguments while writing test cases. It is possible to nest multiple
  calls to Timecop.travel and Timecop.freeze, with each block maintaining
  concept of "now". Having no dependencies, it works with regular Ruby projects
- and Ruby on Rails projects.
-
+ and Ruby on Rails projects.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 56e5bd4..659c328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 export TZ=UTC
 
 %:

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



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