[DRE-commits] [ruby-pkg-config] 02/03: support autopkgtest (Closes: #830921)

Daisuke Higuchi dai at moszumanska.debian.org
Wed Jul 19 13:33:32 UTC 2017


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

dai pushed a commit to branch master
in repository ruby-pkg-config.

commit 03216f38af52c8770acf70b8b86326ffe71ae10f
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Jul 19 22:30:04 2017 +0900

    support autopkgtest (Closes: #830921)
---
 debian/tests/control                     | 3 +++
 debian/tests/gem2deb-test-runner-wrapper | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..0451a46
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: gem2deb-test-runner-wrapper
+Depends: @, gem2deb-test-runner, ruby-dev, pkg-config, libcairo2-dev, quilt
+Restrictions: allow-stderr
diff --git a/debian/tests/gem2deb-test-runner-wrapper b/debian/tests/gem2deb-test-runner-wrapper
new file mode 100644
index 0000000..aa510ca
--- /dev/null
+++ b/debian/tests/gem2deb-test-runner-wrapper
@@ -0,0 +1,4 @@
+#!/bin/sh
+QUILT_PATCHES=debian/patches quilt push -a
+gem2deb-test-runner --check-dependencies --autopkgtest 2>&1
+QUILT_PATCHES=debian/patches quilt pop -a

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



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