]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
import Debian package version 0.20130908-7
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 12 Dec 2015 21:18:26 +0000 (14:18 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 12 Dec 2015 23:02:33 +0000 (16:02 -0700)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..d7e6620
--- /dev/null
@@ -0,0 +1,50 @@
+git-remote-gcrypt (0.20130908-7) unstable; urgency=medium
+
+  * Added gcrypt.publish-participants configuration setting.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 15 Jul 2014 17:40:22 -0400
+
+git-remote-gcrypt (0.20130908-6) unstable; urgency=medium
+
+  * Fix to work when there is no controlling terminal, but GPG_AGENT_INFO
+    is set. Pass --no-tty to gpg in this situation. This is needed
+    to interoperate with the git-annex assistant, which often runs without
+    a controlling terminal, and will in a new version always do so.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 15 May 2014 14:35:03 -0400
+
+git-remote-gcrypt (0.20130908-5) unstable; urgency=low
+
+  * Better signature validation for subkeys.
+    Closes https://github.com/blake2-ppc/git-remote-gcrypt/pull/7
+  * Stop passing --fast-list to gpg as this sometimes causes it to not
+    display key fingerprints, which git-remote-gcrpyt needs.
+    Closes https://github.com/blake2-ppc/git-remote-gcrypt/issues/8
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 26 Sep 2013 15:58:52 -0400
+
+git-remote-gcrypt (0.20130908-4) unstable; urgency=low
+
+  * Added --check option.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 19 Sep 2013 12:10:24 -0400
+
+git-remote-gcrypt (0.20130908-3) unstable; urgency=low
+
+  * Add remote.<name>.gcrypt-signingkey config.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 17 Sep 2013 15:33:35 -0400
+
+git-remote-gcrypt (0.20130908-2) unstable; urgency=low
+
+  * Set --trust-model=always when encrypting.
+    Needed to interoperate with git-annex.
+    Closes https://github.com/blake2-ppc/git-remote-gcrypt/issues/3
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Sep 2013 15:49:16 -0400
+
+git-remote-gcrypt (0.20130908-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 08 Sep 2013 20:08:23 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..e3ec704
--- /dev/null
@@ -0,0 +1,22 @@
+Source: git-remote-gcrypt
+Section: vcs
+Priority: optional
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0)
+Maintainer: Joey Hess <joeyh@debian.org>
+Standards-Version: 3.9.4
+Homepage: https://github.com/blake2-ppc/git-remote-gcrypt
+
+Package: git-remote-gcrypt
+Architecture: all
+Section: vcs
+Depends: git, gnupg | gnupg2, ${misc:Depends}
+Recommends: rsync, curl
+Description: encrypted git repositories
+ This lets git store git repositories in encrypted form.
+ It supports storing repositories on rsync or sftp servers.
+ It can also store the encrypted git repository inside a remote git
+ repository. All the regular git commands like git push and git pull
+ can be used to operate on such an encrypted repository.
+ .
+ The aim is to provide confidential, authenticated git storage and
+ collaboration using typical untrusted file hosts or services.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..03bf18a
--- /dev/null
@@ -0,0 +1,8 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/blake2-ppc/git-remote-gcrypt
+
+Files: *
+Copyright: 2013 by engla
+License: GPL-2+
+ On Debian systems, the complete text of the GPL can be found in
+ /usr/share/common-licenses/GPL.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..a1320b1
--- /dev/null
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..26ba625
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+%:
+       dh $@
+
+override_dh_auto_build:
+       true
+override_dh_auto_clean:
+       true
+
+override_dh_auto_install:
+       prefix=/usr DESTDIR=debian/git-remote-gcrypt ./install.sh