summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-07-21 19:19:24 +0200
committergregor herrmann <gregoa@debian.org>2020-07-21 19:19:24 +0200
commitcdd415245447b85c1ff0f8f06f1efb2a95afa756 (patch)
treebbe87087c5aaea3dc8b3a8c9201ebbca24e76705 /debian
parentb55266ee77a55db044dcdce9f06985e0c7dca162 (diff)
remove whitespace from patch headers (DEP3)
Gbp-Dch: Ignore
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/reset_version_on_call_change3
-rw-r--r--debian/patches/test-allow-interface-to-fail3
-rw-r--r--debian/patches/test-gnupg13
3 files changed, 3 insertions, 6 deletions
diff --git a/debian/patches/reset_version_on_call_change b/debian/patches/reset_version_on_call_change
index debbbf7..bb1b61a 100644
--- a/debian/patches/reset_version_on_call_change
+++ b/debian/patches/reset_version_on_call_change
@@ -1,13 +1,12 @@
Description: Using 'call' method doesn't reset gpg version
-
GnuPG::Interface allows the use of the 'call' method to change
the program to be used, but it continues to use the version of
the default program - gpg. This causes issues if it is changed
to gpg1.
-
Author: Andrew Ruthven <andrew@etc.gen.nz>
Bug: https://rt.cpan.org/Ticket/Display.html?id=133021
Last-Update: 2020-07-19
+
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -30,11 +30,18 @@
diff --git a/debian/patches/test-allow-interface-to-fail b/debian/patches/test-allow-interface-to-fail
index f925365..d8db0a7 100644
--- a/debian/patches/test-allow-interface-to-fail
+++ b/debian/patches/test-allow-interface-to-fail
@@ -1,14 +1,13 @@
Description: Allow setting the call program to fail
-
This test is checking that the old setter/getter interface
works. My fix to resetting the version causes this test to
fail on Debian as we have no binary called 'gnupg'. Since
the test is testing the setter/getter we don't care if
loading the version fails.
-
Author: Andrew Ruthven <andrew@etc.gen.nz>
Bug: https://rt.cpan.org/Ticket/Display.html?id=133021
Last-Update: 2020-07-19
+
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/t/Interface.t
diff --git a/debian/patches/test-gnupg1 b/debian/patches/test-gnupg1
index caf7b20..ceaaf58 100644
--- a/debian/patches/test-gnupg1
+++ b/debian/patches/test-gnupg1
@@ -1,11 +1,10 @@
Description: Test against GnuPG v1
-
The test cases only test "gpg" which for Debian is v2. As the module also
supports v1 which we ship, we should test against it.
-
Author: Andrew Ruthven <andrew@etc.gen.nz>
Forwarded: not-needed
Last-Update: 2020-07-18
+
--- a/t/MyTestSpecific.pm
+++ b/t/MyTestSpecific.pm
@@ -53,7 +53,7 @@