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..e2f3b16
--- /dev/null
+++ b/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
@@ -0,0 +1,23 @@
+From 07edfaca8bdbecf8be1bf994364c7d895098efe4 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 4e1fd1c..62a7389 100644
+--- a/src/cups/Makefile.am
++++ b/src/cups/Makefile.am
+@@ -97,7 +97,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
+