[DRE-commits] [ruby-treetop] 02/06: Refreshed packaging.
Lucas Nussbaum
lucas at moszumanska.debian.org
Tue May 12 11:31:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
lucas pushed a commit to branch master
in repository ruby-treetop.
commit cff9d86cf9041eee13588b47c182509b8c302c77
Author: Lucas Nussbaum <lucas at debian.org>
Date: Tue May 12 13:08:19 2015 +0200
Refreshed packaging.
---
debian/changelog | 5 ++++-
debian/control | 28 ++++++++++++++++++++--------
debian/copyright | 1 -
debian/ruby-tests.rake | 4 +++-
debian/rules | 2 +-
5 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5532b97..843caed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
-ruby-treetop (1.4.15-2) UNRELEASED; urgency=medium
+ruby-treetop (1.6.2-1) UNRELEASED; urgency=medium
+ * Team upload.
+ * New upstream release.
+ * Refreshed packaging using dh-make-ruby.
* Add patch: do-not-depend-on-lib-for-tests.patch. This is required
to allow running tests on ci.d.n.
diff --git a/debian/control b/debian/control
index 7ce27d6..d8f2744 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,31 @@ Source: ruby-treetop
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Carl Worth <cworth at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, ruby-rr, ruby-activesupport, ruby-polyglot
-Standards-Version: 3.9.5
+Uploaders: Carl Worth <cworth at debian.org>,
+ Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rake,
+ ruby-activesupport,
+ ruby-polyglot (>= 0.3),
+ ruby-rr,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-treetop.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-treetop.git;a=summary
-Homepage: http://treetop.rubyforge.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-treetop.git
+Homepage: https://github.com/cjheath/treetop
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-treetop
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-polyglot, ruby-i18n
-Suggests: treetop, doc-base
+Depends: ruby | ruby-interpreter,
+ ruby-i18n,
+ ruby-polyglot (>= 0.3),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: doc-base, treetop
Description: Ruby-based text parsing and interpretation DSL
Treetop is a language for describing languages. It provides a Ruby
implementation of a custom language based on parsing expression
@@ -25,7 +37,7 @@ Description: Ruby-based text parsing and interpretation DSL
Package: treetop
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-treetop
+Depends: ruby | ruby-interpreter, ruby-treetop, ${misc:Depends}
Description: Ruby-based text parsing and interpretation (command-line utility)
Treetop is a language for describing languages. It provides a Ruby
implementation of a custom language based on parsing expression
diff --git a/debian/copyright b/debian/copyright
index cdadf31..8fd2c1b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,4 +28,3 @@ License: Expat
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 70a846d..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,7 @@
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new(:spec)
+RSpec::Core::RakeTask.new(:spec) do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
+end
task :default => :spec
diff --git a/debian/rules b/debian/rules
index 5e2ba4f..31e078e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#
# 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
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git
More information about the Pkg-ruby-extras-commits
mailing list