From 36f14559887f00c81d3de221d40a32ce67da5570 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 17 Jan 2016 19:14:03 -0700 Subject: changelog entry for version 1.0.0! --- README.rst | 2 -- debian/changelog | 7 +++++++ debian/source/format | 2 +- git-remote-gcrypt | 2 -- 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 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 -- cgit v1.2.3