[Pkg-octave-commit] [octave-ltfat] 03/06: Unit testing does not need X-window anymore

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Nov 9 17:05:12 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.

commit 7b13fcd2c43264e1f970dc8034988023c5131cbc
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Nov 9 14:32:01 2014 -0200

    Unit testing does not need X-window anymore
    
    + d/rules: Do not use xfvb-run to run the tests.
    + d/control: Drop xauth, xvfb, and gnuplot-nox from Build-Depends.
      Also, the versioned dependency on octave-pkg-dev is relaxed.
    
    Git-Dch: Full
---
 debian/control | 3 +--
 debian/rules   | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index adc8008..2c6f2cf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at laboissiere.net>
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.1.3),
- xauth, xvfb, gnuplot-nox
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev
 Standards-Version: 3.9.5
 Homepage: http://octave.sourceforge.net/ltfat/
 Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-ltfat.git
diff --git a/debian/rules b/debian/rules
index c0d1112..fa6e6a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ endif
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
-OCTPKG_TEST_ENV = xvfb-run
-
 export CFLAGS = $(shell dpkg-buildflags  --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 
 # The following rule is needed because an empty lib/ directory is

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git



More information about the Pkg-octave-commit mailing list