[DRE-commits] [ruby-archive-tar-minitar] 03/04: Refresh packaging with dh-make-ruby -w and move to DRE team
zeha at debian.org
zeha at debian.org
Tue Aug 18 12:40:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-archive-tar-minitar.
commit a9559cb4452abefabff17a912c1ecbab60c46748
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 12:32:29 2015 +0000
Refresh packaging with dh-make-ruby -w and move to DRE team
---
debian/compat | 2 +-
debian/control | 15 +++++++++++----
debian/ruby-archive-tar-minitar.docs | 3 +--
debian/ruby-test-files.yaml | 2 +-
debian/rules | 11 -----------
5 files changed, 14 insertions(+), 19 deletions(-)
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 85318f1..6e00215 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,23 @@
Source: ruby-archive-tar-minitar
Section: ruby
Priority: optional
-Maintainer: Alexander Wirt <formorer at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
-Standards-Version: 3.9.2
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Alexander Wirt <formorer at debian.org>, Christian Hofstaedtler <zeha at debian.org>
+Build-Depends: debhelper (>= 9~),
+ gem2deb
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-archive-tar-minitar.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-archive-tar-minitar.git
Homepage: http://rubyforge.org/projects/ruwiki/
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-archive-tar-minitar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Provides POSIX tarchive management from Ruby programs.
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
diff --git a/debian/ruby-archive-tar-minitar.docs b/debian/ruby-archive-tar-minitar.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-archive-tar-minitar.docs
+++ b/debian/ruby-archive-tar-minitar.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 45a493b..1aaa9e2 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,2 +1,2 @@
----
+---
- tests/testall.rb
diff --git a/debian/rules b/debian/rules
index 39c8f15..e2c87fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# 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
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-archive-tar-minitar.git
More information about the Pkg-ruby-extras-commits
mailing list