r13808 - in /trunk/libtk-objscanner-perl/debian: README.debian changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Jan 28 20:30:23 UTC 2008


Author: gregoa-guest
Date: Mon Jan 28 20:30:22 2008
New Revision: 13808

URL: http://svn.debian.org/wsvn/?sc=1&rev=13808
Log:
Add xvfb, xbase-clients, xfonts-base to Build-Depends-Indep, enable
  tests in debian/rules, adjust information in README.Debian.

Modified:
    trunk/libtk-objscanner-perl/debian/README.debian
    trunk/libtk-objscanner-perl/debian/changelog
    trunk/libtk-objscanner-perl/debian/control
    trunk/libtk-objscanner-perl/debian/rules

Modified: trunk/libtk-objscanner-perl/debian/README.debian
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/README.debian?rev=13808&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/README.debian (original)
+++ trunk/libtk-objscanner-perl/debian/README.debian Mon Jan 28 20:30:22 2008
@@ -1,12 +1,9 @@
 This is the package for libtk-objscanner-perl
 
-A few pieces of errata:
+The example may or may not work for you. A very simple demo
+would be:
 
-  1) make test does not seem to work. Most of the testing done for 
-  this package has been done by hand
-
-  2) The example may or may not work for you. A very simple demo
-  would be:
+#######################
 
 #!/usr/bin/perl -w
 
@@ -28,8 +25,3 @@
 
 If this simple program doesn't work, please bug the package. The author's
 demo is included for advanced functionality explication.
-
-#######################
-
-Also, this module has been modified to use Scalar::Util, rather than the
-deprecated WeakRef.pm module;

Modified: trunk/libtk-objscanner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/changelog?rev=13808&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/changelog (original)
+++ trunk/libtk-objscanner-perl/debian/changelog Mon Jan 28 20:30:22 2008
@@ -43,8 +43,10 @@
     framework.
   * Make the example script executable explicitly instead of searching for
     possible scripts.
+  * Add xvfb, xbase-clients, xfonts-base to Build-Depends-Indep, enable
+    tests in debian/rules, adjust information in README.Debian.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:09:52 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:29:30 +0100
 
 libtk-objscanner-perl (2.010-1) unstable; urgency=low
 

Modified: trunk/libtk-objscanner-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/control?rev=13808&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/control (original)
+++ trunk/libtk-objscanner-perl/debian/control Mon Jan 28 20:30:22 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>
 Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: perl (>> 5.8.2-1), perl-tk
+Build-Depends-Indep: perl (>> 5.8.2-1), perl-tk, xvfb, xbase-clients, xfonts-base
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Tk-ObjScanner/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-objscanner-perl/

Modified: trunk/libtk-objscanner-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/rules?rev=13808&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/rules (original)
+++ trunk/libtk-objscanner-perl/debian/rules Mon Jan 28 20:30:22 2008
@@ -26,7 +26,7 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)
-	#Skipping tests because it needs an X display
+	xvfb-run $(MAKE) test
 
 	touch $@
 




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