aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-17 22:48:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-01-17 22:48:37 -0700
commit3e543a070d54050aa2181732608cd59e9244abd8 (patch)
tree2149dc543d7fd4646d59b97ccd7152f867e7c841
parent2119bb396fbafa3f9c6df31cdc6b190a046d0c44 (diff)
downloadgit-remote-gcrypt-3e543a070d54050aa2181732608cd59e9244abd8.tar.gz
d/patches: Debianise README.rst
-rw-r--r--debian/patches/0001-Debianise-README.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0001-Debianise-README.patch b/debian/patches/0001-Debianise-README.patch
new file mode 100644
index 0000000..e011664
--- /dev/null
+++ b/debian/patches/0001-Debianise-README.patch
@@ -0,0 +1,24 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sun, 17 Jan 2016 22:47:52 -0700
+Subject: Debianise-README
+
+Remove reference to installation.
+---
+ README.rst | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/README.rst b/README.rst
+index 148abad..19a9d9d 100644
+--- a/README.rst
++++ b/README.rst
+@@ -27,9 +27,7 @@ PLEASE help us evaluate how well we meet this design goal!
+ Quickstart
+ ..........
+
+-* Install ``git-remote-gcrypt`` by running the supplied ``install.sh`` script.
+-
+-* Create an encrypted remote by pushing to it::
++Create an encrypted remote by pushing to it::
+
+ git remote add cryptremote gcrypt::rsync://example.com:repo
+ git push cryptremote master
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..93971b0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Debianise-README.patch