[DRE-commits] [ruby-expression-parser] 01/03: refresh packaging

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 5 08:12:55 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-expression-parser.

commit 67671aa761c22c4a502a282917e9870b68dbcd69
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 5 13:33:41 2015 +0530

    refresh packaging
---
 debian/changelog |  7 ++++++-
 debian/compat    |  2 +-
 debian/control   | 26 ++++++++++++--------------
 debian/rules     |  5 ++++-
 4 files changed, 23 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b501e4..bcb63a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 ruby-expression-parser (0.9.1-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  
+  [ Sebastien Badia ]
   * d/watch: Fall-back to Github (githubredir webservice was discontinued)
 
- -- Sebastien Badia <seb at sebian.fr>  Wed, 08 Apr 2015 16:51:03 +0200
+  [ Pirate Praveen ]
+  * Refresh packaging with dh-make-ruby -w 
+
+ -- Pirate Praveen <praveen at debian.org>  Mon, 05 Oct 2015 13:32:40 +0530
 
 ruby-expression-parser (0.9.1-2) unstable; urgency=low
 
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 5e5b2a6..3b6552f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Per Andersson <avtobiff at gmail.com>
-Build-Depends:
- debhelper (>= 7.0.50~),
- gem2deb (>= 0.7.5~),
- ruby-rspec
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-expression-parser.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-expression-parser.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-expression-parser.git
 Homepage: http://github.com/nricciar/expression_parser
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-expression-parser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- ruby | ruby-interpreter
-Suggests:
- ruby-expression-parser-doc
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: ruby-expression-parser-doc
 Description: mathematical expression parser for Ruby
  Implementation of a parser for mathematical expressions. Introducing the
  Parser class which parses raw string input and gives mathematical objects as
@@ -35,8 +34,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libjs-jquery
-Suggests:
- ruby-expression-parser
+Suggests: ruby-expression-parser
 Description: mathematical expression parser for Ruby (documentation)
  Implementation of a parser for mathematical expressions. Introducing the
  Parser class which parses raw string input and gives mathematical objects as
diff --git a/debian/rules b/debian/rules
index 0576173..f176617 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-expression-parser.git



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