[DRE-commits] [ruby-blankslate] 01/05: Refresh packaging with dh-make-ruby -w
zeha at debian.org
zeha at debian.org
Tue Aug 18 15:27:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-blankslate.
commit 9dad6a75b149e6f177d191ea0e7ac134e9138d67
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 15:19:23 2015 +0000
Refresh packaging with dh-make-ruby -w
---
debian/control | 16 ++++++++++------
debian/copyright | 3 +--
debian/rules | 5 ++++-
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index c1da2bf..abc67b5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,27 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-blankslate.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-blankslate.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-blankslate.git
Homepage: http://github.com/masover/blankslate
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-blankslate
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Replaces: ruby-builder (<< 3.0.0-2~)
Breaks: ruby-builder (<< 3.0.0-2~)
-Description: Ruby library providing a class with no predefined methods
+Description: Ruby library providing a class with no predefined methods
BlankSlate provides an abstract base class with no predefined
methods (except for __send__ and __id__).
.
BlankSlate is useful as a base class when writing classes that
depend upon method_missing (e.g. dynamic proxies).
-
diff --git a/debian/copyright b/debian/copyright
index 1def8cf..20334a8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,7 +29,7 @@ License: Expat
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.
+ SOFTWARE.
License: other
All right reserved.
@@ -37,4 +37,3 @@ License: other
Permission is granted for use, copying, modification, distribution,
and distribution of modified versions of this work as long as the above
copyright notice is included.
-
diff --git a/debian/rules b/debian/rules
index a5e7dc8..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=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-blankslate.git
More information about the Pkg-ruby-extras-commits
mailing list