[DRE-commits] [ruby-enumerize] 03/05: Refresh metadata in debian/control
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Aug 12 12:24:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-enumerize.
commit 8d91d0d562a700771a6f490e5c869bebd6dd5ee9
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Aug 12 14:19:37 2015 +0200
Refresh metadata in debian/control
---
debian/control | 13 +++++++++++--
debian/rules | 5 ++++-
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index a47fda9..0a0c081 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-minitest, ruby-rspec, ruby-rails, ruby-sqlite3
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ ruby-minitest,
+ ruby-rails,
+ ruby-rspec,
+ ruby-sqlite3
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-enumerize.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-enumerize.git;a=summary
@@ -14,7 +19,11 @@ XS-Ruby-Versions: all
Package: ruby-enumerize
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport (>= 3.2~), ruby-i18n
+Depends: ruby | ruby-interpreter,
+ ruby-activesupport (>= 3.2~),
+ ruby-i18n,
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: ruby-rspec-expectations
Description: enumerated attributes with internationalisation
This library implements enumerated attributes, with internationalisation
diff --git a/debian/rules b/debian/rules
index d81794d..acfc5fe 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=ruby2.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-enumerize.git
More information about the Pkg-ruby-extras-commits
mailing list