[DRE-commits] [ruby-xmlparser] 01/04: Add minimal test suite (just a `require` test)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Apr 19 13:14:32 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-xmlparser.

commit 3ad4918571ff9fd2f9c6119cf4d0a5dd7e6c7c96
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Apr 18 19:18:39 2016 -0300

    Add minimal test suite (just a `require` test)
---
 debian/changelog     | 7 +++++++
 debian/ruby-tests.rb | 1 +
 debian/tests/control | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 659f648..948efab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-xmlparser (0.7.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add minimal test suite (just a `require` test)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 18 Apr 2016 19:20:58 -0300
+
 ruby-xmlparser (0.7.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..f96e543
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+require 'xml/parser'
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..d5861b1
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Test-Command: gem2deb-test-runner --autopkgtest 2>&1
+Depends: @, gem2deb-test-runner

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-xmlparser.git



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