r16546 - in /trunk/libtk-gbarr-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Mar 5 19:26:56 UTC 2008


Author: gregoa-guest
Date: Wed Mar  5 19:26:55 2008
New Revision: 16546

URL: http://svn.debian.org/wsvn/?sc=1&rev=16546
Log:
Enable tests in debian/rules and add xvfb, xbase-clients, xfonts-base to
  build dependencies.

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

Modified: trunk/libtk-gbarr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-gbarr-perl/debian/changelog?rev=16546&op=diff
==============================================================================
--- trunk/libtk-gbarr-perl/debian/changelog (original)
+++ trunk/libtk-gbarr-perl/debian/changelog Wed Mar  5 19:26:55 2008
@@ -10,8 +10,10 @@
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * debian/copyright: use author-agnostic download URL.
+  * Enable tests in debian/rules and add xvfb, xbase-clients, xfonts-base to
+    build dependencies.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 05 Mar 2008 20:12:19 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 05 Mar 2008 20:20:27 +0100
 
 libtk-gbarr-perl (2.07-2) unstable; urgency=low
 

Modified: trunk/libtk-gbarr-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtk-gbarr-perl/debian/control?rev=16546&op=diff
==============================================================================
--- trunk/libtk-gbarr-perl/debian/control (original)
+++ trunk/libtk-gbarr-perl/debian/control Wed Mar  5 19:26:55 2008
@@ -4,7 +4,7 @@
 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>, Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl, perl-tk
+Build-Depends-Indep: perl, perl-tk, xvfb, xbase-clients, xfonts-base
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Tk-GBARR/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-gbarr-perl/

Modified: trunk/libtk-gbarr-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-gbarr-perl/debian/rules?rev=16546&op=diff
==============================================================================
--- trunk/libtk-gbarr-perl/debian/rules (original)
+++ trunk/libtk-gbarr-perl/debian/rules Wed Mar  5 19:26:55 2008
@@ -25,7 +25,7 @@
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	#$(MAKE) test
+	xvfb-run $(MAKE) test
 
 	touch $@
 
@@ -49,7 +49,7 @@
 	# make sure all demo programs are not executable ...
 	chmod 0644 examples/*
 	# ... and remove /usr/share/perl5/Tk/demos, we install them to examples/
-	[ ! -d $(TMP)/usr/share/perl5/Tk/demos ] || rm -rf $(TMP)/usr/share/perl5/Tk/demos
+	[ ! -d $(TMP)/usr/share/perl5/Tk/demos ] || rm -rvf $(TMP)/usr/share/perl5/Tk/demos
 
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 




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