[Python-apps-commits] r4564 - in packages/ocrodjvu/trunk/debian (changelog rules)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Jan 22 19:53:01 UTC 2010


    Date: Friday, January 22, 2010 @ 19:52:59
  Author: jwilk-guest
Revision: 4564

Run tests at build time.

Modified:
  packages/ocrodjvu/trunk/debian/changelog
  packages/ocrodjvu/trunk/debian/rules

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2010-01-22 19:51:28 UTC (rev 4563)
+++ packages/ocrodjvu/trunk/debian/changelog	2010-01-22 19:52:59 UTC (rev 4564)
@@ -4,11 +4,12 @@
     - Suggest cuneiform, which is now one of the supported OCR engines.
     - Update package description.
     - Record in debian/copyright that test files are in public domain.
+    - Run tests at build time.
   * Don't depend on ocropus, as some parts of the package are usable without
     it.
   * Explicitly recommend tesseract-ocr.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Fri, 22 Jan 2010 20:47:17 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 22 Jan 2010 20:52:39 +0100
 
 ocrodjvu (0.3.2-1) unstable; urgency=low
 

Modified: packages/ocrodjvu/trunk/debian/rules
===================================================================
--- packages/ocrodjvu/trunk/debian/rules	2010-01-22 19:51:28 UTC (rev 4563)
+++ packages/ocrodjvu/trunk/debian/rules	2010-01-22 19:52:59 UTC (rev 4564)
@@ -21,6 +21,10 @@
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+	$(MAKE) -C tests/
+
 .PHONY: binary
 binary:
 	dh binary




More information about the Python-apps-commits mailing list