]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
debianization
authorJoey Hess <joey@kitenet.net>
Mon, 9 Sep 2013 00:04:27 +0000 (20:04 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 9 Sep 2013 00:08:31 +0000 (20:08 -0400)
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..b5a3671
--- /dev/null
@@ -0,0 +1,5 @@
+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