[DRE-commits] [ruby-childprocess] 04/05: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Dec 15 13:30:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-childprocess.
commit 733b684527dd9de64a6642bc7733e09dcb024f65
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Dec 15 10:37:45 2015 -0200
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 15 ++++++++++-----
debian/copyright | 2 +-
debian/ruby-childprocess.lintian-overrides | 2 --
debian/ruby-test-files.yaml | 9 ---------
debian/ruby-tests.rake | 5 +++++
debian/rules | 3 ++-
8 files changed, 20 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1893271..3d77207 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-childprocess (0.5.8-1) unstable; urgency=medium
[ Antonio Terceiro ]
* New upstream release
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Tue, 15 Dec 2015 10:34:31 -0200
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 ad20ca3..8ca4eb0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,25 @@ 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.7.4~),
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
ruby-coveralls,
- ruby-rspec (>= 2.0.0)
-Standards-Version: 3.9.5
+ ruby-ffi (>= 1.0),
+ ruby-ffi (>= 1.0.11),
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-childprocess.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-childprocess.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-childprocess.git
Homepage: http://github.com/jarib/childprocess
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-childprocess
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
+ ruby-ffi (>= 1.0),
ruby-ffi (>= 1.0.11),
${misc:Depends},
${shlibs:Depends}
diff --git a/debian/copyright b/debian/copyright
index 0374261..56596d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: childprocess
Source: http://github.com/jarib/childprocess
Files: *
-Copyright: 2010-2012 Jari Bakken
+Copyright: 2010-2015 Jari Bakken
License: Expat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/debian/ruby-childprocess.lintian-overrides b/debian/ruby-childprocess.lintian-overrides
deleted file mode 100644
index cb2593f..0000000
--- a/debian/ruby-childprocess.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream does not provide a changelog
-ruby-childprocess: no-upstream-changelog
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 439eec2..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- rspec/autorun
-- spec/abstract_io_spec.rb
-- spec/childprocess_spec.rb
-- spec/io_spec.rb
-- spec/jruby_spec.rb
-- spec/pid_behavior.rb
-- spec/unix_spec.rb
-- spec/windows_spec.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/rules b/debian/rules
index 5df7f46..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
+
+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-childprocess.git
More information about the Pkg-ruby-extras-commits
mailing list