[Pkg-cups-devel] r711 - in cupsys/trunk: . debian

Martin Pitt mpitt at alioth.debian.org
Sun Mar 16 19:29:33 UTC 2008


Author: mpitt
Date: Sun Mar 16 19:29:33 2008
New Revision: 711

Log:
* debian/rules: Run test suite on build. This will fail the build if any
  tests fail, so that problems on particular platforms will be caught
  easily.

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Sun Mar 16 19:29:33 2008
@@ -26,8 +26,11 @@
     so that it is easier to integrate into package building.
   * pdftops-cups-1.4.dpatch: Update pdftops location in test suite, too, so
     that it does not fail the PDF printing test. (Forwarded to STR #2759)
+  * debian/rules: Run test suite on build. This will fail the build if any
+    tests fail, so that problems on particular platforms will be caught
+    easily.
 
- -- Martin Pitt <mpitt at debian.org>  Sun, 16 Mar 2008 20:20:06 +0100
+ -- Martin Pitt <mpitt at debian.org>  Sun, 16 Mar 2008 20:26:52 +0100
 
 cupsys (1.3.6-1) unstable; urgency=low
 

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Sun Mar 16 19:29:33 2008
@@ -30,6 +30,7 @@
 DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend-available
 DEB_DH_COMPRESS_ARGS := -Xusr/share/doc/libcupsys2-dev/examples/scripting
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_MAKE_CHECK_TARGET := check
 LDFLAGS := -Wl,--as-needed
 
 common-post-build-arch::



More information about the Pkg-cups-devel mailing list