summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-09 19:12:39 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-09 19:12:39 +0200
commitf7acc146761f5447aa4655a8a485cc74d1ec6fa4 (patch)
treea8a8b2de44ff135c5dc2a779f40f7100c229d702 /net-libs/cvm/files
parentxfce-extra/xfce4-screensaver: Remove dep on xscreensaver (diff)
downloadgentoo-f7acc146761f5447aa4655a8a485cc74d1ec6fa4.tar.gz
gentoo-f7acc146761f5447aa4655a8a485cc74d1ec6fa4.tar.bz2
gentoo-f7acc146761f5447aa4655a8a485cc74d1ec6fa4.zip
net-libs/cvm: Fix tests and ebuild
Closes: https://bugs.gentoo.org/624384 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/cvm/files')
-rw-r--r--net-libs/cvm/files/cvm-0.96-fix-test-padding.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-libs/cvm/files/cvm-0.96-fix-test-padding.patch b/net-libs/cvm/files/cvm-0.96-fix-test-padding.patch
new file mode 100644
index 000000000000..0db28d59553c
--- /dev/null
+++ b/net-libs/cvm/files/cvm-0.96-fix-test-padding.patch
@@ -0,0 +1,25 @@
+The Debian packaging of cvm is maintained using dgit. For the sake
+of an efficient workflow, Debian modifications to the upstream
+source are squashed into a single diff, rather than a series of
+quilt patches. To obtain a patch queue for package version
+0.97-0.1:
+
+ # apt-get install dgit
+ % dgit clone cvm
+ % cd foo
+ % git log --oneline 0.97-0.1..debian/0.97 -- . ':!debian'
+--- a/tests.sh
++++ b/tests.sh
+@@ -674,9 +674,9 @@ system directory: @TMPDIR@/home
+ domain: test.tld
+ mailbox path: @TMPDIR@/home/virt
+
+-0000000: 020a 0108 0100 2430 2470 6173 7300 2e2f ......\$0\$pass../
+-0000010: 7669 7274 0000 002d 002d 002d 002d 0031 virt...-.-.-.-.1
+-0000020: 3031 3637 3331 3335 3800 2d00 016731358.-.
++00000000: 020a 0108 0100 2430 2470 6173 7300 2e2f ......\$0\$pass../
++00000010: 7669 7274 0000 002d 002d 002d 002d 0031 virt...-.-.-.-.1
++00000020: 3031 3637 3331 3335 3800 2d00 016731358.-.
+ END_OF_TEST_RESULTS
+
+