diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-11 23:55:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-11 23:55:18 (EDT) |
commit | 266bdf6d98f8c758c14471595f08c1c03d2d3c9f (patch) | |
tree | 5e9d87775b67ff482150d817c3f6323cc70c0822 |
Initial commit.
-rw-r--r-- | .gitignore | 11 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | format | 1 |
4 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..213a9bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ diff --git a/changelog b/changelog new file mode 100644 index 0000000..0e1a72c --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +libgpg-error (1.12-1) trunk + + * Initial release. + + -- "P. J. McDermott" <pj@pehjota.net> Wed, 11 Jun 2014 23:54:17 -0400 @@ -0,0 +1,3 @@ +Maintainer: "P. J. McDermott" <pj@pehjota.net> +Build-Depends: opkhelper-3.0 +Homepage: https://www.gnupg.org/related_software/libgpg-error/index.html @@ -0,0 +1 @@ +2.0 |