aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-17 19:14:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-01-17 19:14:03 -0700
commit36f14559887f00c81d3de221d40a32ce67da5570 (patch)
treefc6c9db0002868c712a1488682c021780a5e905d
parent255be2c683dc86d622f26e4c4993fd3068e7a905 (diff)
downloadgit-remote-gcrypt-36f14559887f00c81d3de221d40a32ce67da5570.tar.gz
changelog entry for version 1.0.0!
-rw-r--r--README.rst2
-rw-r--r--debian/changelog7
-rw-r--r--debian/source/format2
-rwxr-xr-xgit-remote-gcrypt2
4 files changed, 8 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index ba06259..b2f8285 100644
--- a/README.rst
+++ b/README.rst
@@ -24,8 +24,6 @@ The aim is to provide confidential, authenticated git storage and
collaboration using typical untrusted file hosts or services.
PLEASE help us evaluate how well we meet this design goal!
-.. NOTE:: This is a development version -- Repository format MAY CHANGE.
-
Quickstart
..........
diff --git a/debian/changelog b/debian/changelog
index 4882397..0933897 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-remote-gcrypt (1.0.0) UNRELEASED; urgency=medium
+
+ * Switch to Debian-native package: taking over as upstream.
+ * Remove notice about repository format potentially changing.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 17 Jan 2016 19:12:42 -0700
+
git-remote-gcrypt (0.20130908-8) unstable; urgency=medium
* Adopt git-remote-gcrypt package (Closes: #771020).
diff --git a/debian/source/format b/debian/source/format
index 163aaf8..89ae9db 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 8d68669..6c93a3c 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -816,8 +816,6 @@ setup()
trap cleanup_tmpfiles EXIT
trap 'exit 1' 1 2 3 15
-
- echo_info "Development version -- Repository format MAY CHANGE"
}
# handle git-remote-helpers protocol