r9051 - in /trunk/libtk-histentry-perl/debian: changelog control rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Thu Nov 8 17:47:13 UTC 2007


Author: djpig
Date: Thu Nov  8 17:47:13 2007
New Revision: 9051

URL: http://svn.debian.org/wsvn/?sc=1&rev=9051
Log:
enable tests

Modified:
    trunk/libtk-histentry-perl/debian/changelog
    trunk/libtk-histentry-perl/debian/control
    trunk/libtk-histentry-perl/debian/rules

Modified: trunk/libtk-histentry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-histentry-perl/debian/changelog?rev=9051&op=diff
==============================================================================
--- trunk/libtk-histentry-perl/debian/changelog (original)
+++ trunk/libtk-histentry-perl/debian/changelog Thu Nov  8 17:47:13 2007
@@ -13,6 +13,8 @@
      + split PREFIX into DESTDIR and PREFIX
      + move dh_clean before $(MAKE) clean
      + remove non-existant configure target from .PHONY
+     + enable tests
+  * debian/control: Add perl-tk and xvfb to b-d-i for tests
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 18:23:53 +0100
 

Modified: trunk/libtk-histentry-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtk-histentry-perl/debian/control?rev=9051&op=diff
==============================================================================
--- trunk/libtk-histentry-perl/debian/control (original)
+++ trunk/libtk-histentry-perl/debian/control Thu Nov  8 17:47:13 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, Gustavo Franco <stratus at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, perl-tk, xvfb
 Build-Depends: debhelper (>= 5.0.0)
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Tk-HistEntry/

Modified: trunk/libtk-histentry-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-histentry-perl/debian/rules?rev=9051&op=diff
==============================================================================
--- trunk/libtk-histentry-perl/debian/rules (original)
+++ trunk/libtk-histentry-perl/debian/rules Thu Nov  8 17:47:13 2007
@@ -15,8 +15,9 @@
 	dh_testdir
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)
-# needs working DISPLAY
-#	$(MAKE) test
+	xvfb-run $(MAKE) test
+
+	touch build-stamp
 
 clean:
 	dh_testdir




More information about the Pkg-perl-cvs-commits mailing list