aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rwxr-xr-xgit-remote-gcrypt8
4 files changed, 22 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 880d7c1..81a4118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+git-remote-gcrypt (1.0.1-1) unstable; urgency=low
+
+ Upstream:
+ * Add authorship details to script header.
+
+ Debian packaging:
+ * Update Homepage: to point to my website.
+ * Bump debhelper build-dep & compat to 10.
+ * Use shorter URI in Vcs-Browser.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 10 Jan 2017 20:17:08 -0700
+
git-remote-gcrypt (1.0.0-1) unstable; urgency=medium
Upstream:
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6e1410b..79615b8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
Source: git-remote-gcrypt
Section: vcs
Priority: optional
-Build-Depends: debhelper (>= 9), python-docutils (>= 0.12+dfsg)
+Build-Depends: debhelper (>= 10), python-docutils (>= 0.12+dfsg)
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 3.9.8
-Homepage: https://github.com/bluss/git-remote-gcrypt
+Homepage: https://spwhitton.name/tech/code/git-remote-gcrypt/
Vcs-Git: https://git.spwhitton.name/git-remote-gcrypt
-Vcs-Browser: https://git.spwhitton.name/?p=git-remote-gcrypt.git;a=summary
+Vcs-Browser: https://git.spwhitton.name/git-remote-gcrypt
Package: git-remote-gcrypt
Architecture: all
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 61fed76..9d4efa6 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -1,7 +1,11 @@
#!/bin/sh
-#
+
# git-remote-gcrypt
#
+# Copyright (c) 2013 engla
+# Copyright (c) 2013, 2014 Joey Hess <id@joeyh.name>
+# Copyright (c) 2016 Sean Whitton <spwhitton@spwhitton.name> and contributors
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -15,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# See README.rst for usage instructions
+# See README.rst for usage instructions
set -e # errexit
set -f # noglob