summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-09-20 11:54:23 +0200
committerDidier Raboud <odyx@debian.org>2016-09-20 11:54:23 +0200
commitee17acfb0ca944ebedc3a6eedae979999ce1336d (patch)
tree91c3064dccbc80fb906752ab026536331a4d1c93
parent7744123a5114128ca917272017ad636c55ea5e43 (diff)
parent07edfaca8bdbecf8be1bf994364c7d895098efe4 (diff)
Initialize git-dpm
-rw-r--r--debian/.git-dpm8
-rw-r--r--debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch (renamed from debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint-.patch)8
-rw-r--r--debian/patches/series2
-rw-r--r--src/cups/Makefile.am2
4 files changed, 14 insertions, 6 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..ff0f79d
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+07edfaca8bdbecf8be1bf994364c7d895098efe4
+07edfaca8bdbecf8be1bf994364c7d895098efe4
+a313257bdec71bc92a56598e74d9097c16cb6e48
+a313257bdec71bc92a56598e74d9097c16cb6e48
+gutenprint_5.2.11.orig.tar.bz2
+2a00c84ebb382c701d95e18b7decf1268bb2b9d2
+6570118
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
index cd3d435..e2f3b16 100644
--- 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
@@ -1,15 +1,15 @@
-From 1f97a23462a0c6f67ba515b58a3b1fc1dc916414 Mon Sep 17 00:00:00 2001
+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: [PATCH] Don't run the insanely long test-rastertogutenprint
- build-test that lets sbuild timeout on all architectures
+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 ec2e01d..e829af1 100644
+index 4e1fd1c..62a7389 100644
--- a/src/cups/Makefile.am
+++ b/src/cups/Makefile.am
@@ -97,7 +97,7 @@ install-exec-hook:
diff --git a/debian/patches/series b/debian/patches/series
index f59c91e..6e37c16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-Don-t-run-the-insanely-long-test-rastertogutenprint-.patch
+0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
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