[libtest-needsdisplay-perl] 04/06: Add recommends and build dependencies on xauth and xvfb
Lucas Kanashiro
kanashiro.duarte at gmail.com
Wed Dec 30 03:16:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libtest-needsdisplay-perl.
commit 33314259eb1bc9ec0c98e382abe3f805d01cdfb0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Wed Dec 30 00:03:14 2015 -0200
Add recommends and build dependencies on xauth and xvfb
---
debian/changelog | 1 +
debian/control | 11 +++++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ac18050..0df5cf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libtest-needsdisplay-perl (1.07-3) UNRELEASED; urgency=medium
* Add debian/upstream/metadata
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.6
+ * Add recommends and build dependencies on xauth and xvfb
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 29 Dec 2015 00:48:44 -0200
diff --git a/debian/control b/debian/control
index b0c2e75..ae0d9ac 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,13 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
- libtest-pod-perl,
+Build-Depends-Indep: libtest-pod-perl,
libtest-pod-coverage-perl,
libtest-cpan-meta-perl,
- libtest-minimumversion-perl
+ libtest-minimumversion-perl,
+ perl,
+ xauth,
+ xvfb
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-needsdisplay-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-needsdisplay-perl.git
@@ -19,7 +21,8 @@ Package: libtest-needsdisplay-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
-Recommends: xvfb
+Recommends: xauth,
+ xvfb
Description: module to ensure that tests needing a display have one
When testing GUI applications, sometimes applications or modules absolutely
insist on a display, even just to load a module without actually showing any
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-needsdisplay-perl.git
More information about the Pkg-perl-cvs-commits
mailing list