This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=975321fee9565713b2baf2c517ca6ed4aa1e2603

commit 975321fee9565713b2baf2c517ca6ed4aa1e2603
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Apr 26 06:37:45 2011 +0200

    Add conffiles with spaces test-case to t-conffile-prompt
---
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles          | 1 +
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst           | 1 +
 t-conffile-prompt/pkg-conff-prompt-0/test-conffile with spaces | 1 +
 t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles          | 1 +
 t-conffile-prompt/pkg-conff-prompt-1/test-conffile with spaces | 1 +
 5 files changed, 5 insertions(+)

diff --git a/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles 
b/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles
index 4fad7e9dc..ef41b42e1 100644
--- a/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles
+++ b/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles
@@ -1 +1,2 @@
 /test-conffile
+/test-conffile with spaces
diff --git a/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst 
b/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst
index 8953b74f6..ae8e730cf 100755
--- a/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst
+++ b/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst
@@ -1,2 +1,3 @@
 #!/bin/sh
 echo "test modified" >/test-conffile
+echo "test modified spaces" >"/test-conffile with spaces"
diff --git a/t-conffile-prompt/pkg-conff-prompt-0/test-conffile with spaces 
b/t-conffile-prompt/pkg-conff-prompt-0/test-conffile with spaces
new file mode 100644
index 000000000..8f8ba540e
--- /dev/null
+++ b/t-conffile-prompt/pkg-conff-prompt-0/test-conffile with spaces    
@@ -0,0 +1 @@
+test init spaces
diff --git a/t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles 
b/t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles
index 4fad7e9dc..ef41b42e1 100644
--- a/t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles
+++ b/t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles
@@ -1 +1,2 @@
 /test-conffile
+/test-conffile with spaces
diff --git a/t-conffile-prompt/pkg-conff-prompt-1/test-conffile with spaces 
b/t-conffile-prompt/pkg-conff-prompt-1/test-conffile with spaces
new file mode 100644
index 000000000..f098d6e63
--- /dev/null
+++ b/t-conffile-prompt/pkg-conff-prompt-1/test-conffile with spaces    
@@ -0,0 +1 @@
+test end spaces

-- 
Dpkg.Org's dpkg

Reply via email to