summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch')
-rw-r--r--debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch b/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
new file mode 100644
index 0000000..8f9e2cd
--- /dev/null
+++ b/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
@@ -0,0 +1,23 @@
+From 092948253fc9bf98a8d1958762173d74dba0fc8b Mon Sep 17 00:00:00 2001
+From: Didier Raboud <odyx@debian.org>
+Date: Sun, 4 May 2014 12:34:59 +0200
+Subject: Don't run the insanely long test-rastertogutenprint
+
+ build-test that lets sbuild timeout on all architectures
+---
+ src/cups/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/cups/Makefile.am b/src/cups/Makefile.am
+index 4ef097da..fbb776a6 100644
+--- a/src/cups/Makefile.am
++++ b/src/cups/Makefile.am
+@@ -96,7 +96,7 @@ install-exec-hook:
+ mv $(DESTDIR)$(pkglibdir)/backend/backend_gutenprint "$(DESTDIR)$(pkglibdir)/backend/gutenprint$(GUTENPRINT_MAJOR_VERSION)$(GUTENPRINT_MINOR_VERSION)+usb"
+ endif
+
+-TESTS= test-ppds test-rastertogutenprint
++TESTS= test-ppds
+ noinst_SCRIPTS=test-rastertogutenprint
+ endif
+