[DRE-commits] [ruby-re2] 02/02: Update packaging for 0.7.0

Lucas Nussbaum lucas at moszumanska.debian.org
Wed May 6 19:58:07 UTC 2015


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

lucas pushed a commit to branch master
in repository ruby-re2.

commit 277753b1d3d8b422274fe01adfa26d394a83535a
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Wed May 6 21:44:23 2015 +0200

    Update packaging for 0.7.0
---
 debian/changelog     | 12 ++++++++++++
 debian/control       | 10 ++++++----
 debian/ruby-tests.rb |  2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86c821f..5f13046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-re2 (0.7.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Refresh packaging:
+    + Bump Standards-Version to 3.9.6
+    + Update Vcs-Browser to use cgit
+    + Add Testsuite field
+    + Use rake-based test runner
+
+ -- Lucas Nussbaum <lucas at debian.org>  Wed, 06 May 2015 21:39:05 +0200
+
 ruby-re2 (0.6.0-1) unstable; urgency=medium
 
   * New upstream version: fix FTBFS (Closes: #748118)
diff --git a/debian/control b/debian/control
index a306e36..9ae131e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,17 +6,19 @@ Uploaders: David Suárez <david.sephirot at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb (>= 0.6.1~),
                libre2-dev,
-               ruby-minitest
-Standards-Version: 3.9.5
+               ruby-minitest,
+               rake
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-re2.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-re2.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-re2.git
 Homepage: http://github.com/mudge/re2
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-re2
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Ruby bindings to re2
  Ruby bindings to re2, "an efficient, principled regular expression library".
  .
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 8230007..c0e7468 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
-$: << 'spec' << '.'
+$: << 'spec' << 'lib' << 'ext' << '.'
 
 Dir['{spec}/**/*_spec.rb'].each { |f| require f }

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



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