summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-11-07 14:16:06 +0100
committerDidier Raboud <odyx@debian.org>2017-11-07 14:16:06 +0100
commit23f5813bf79520f252e7421e2a99a07f494ef866 (patch)
treeedfef3abec02baffb875dd16c4d847dc7bba4e42 /debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
parente6e068a5c2fe1df24c66dee736842b9f4021eeda (diff)
parenteee1475e3a586d8ae2e09da0913fe664384eab79 (diff)
gutenprint (5.3.0~pre1-1) experimental; urgency=medium
* New upstream version 5.3.0~pre1; upload to experimental * New packages: - Bump libgutenprint SONAME version from 2 to 9 - Bump libgutenprintui2 SONAME version from 1 to 2 - Split libgutenprint9's arch:all material in libgutenprint-common * Packaging cleanup: - Drop dh-autoreconf and autotools-dev B-D and dh options, as they're called by default in dh 10 - Bump S-V to 4.1.1 without changes needed - Enable hardening=+all - Drop the XS-Testsuite field added automagically now - Update Vcs-* and debian/watch URLs to https variants - Add libgutenprint9 and libgutenprintui2-2 symbol files - Drop now-unused lintian override in p-d-gutenprint - Drop debian/source/local-options - Add source lintian-overrides for the two rightful menu.js files - Drop asterisk-based bulleted-list in NEWS - Fix debian/watch to match better on the available versions [dgit import unpatched gutenprint 5.3.0~pre1-1]
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
+