From 266bdf6d98f8c758c14471595f08c1c03d2d3c9f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 11 Jun 2014 23:55:18 -0400 Subject: Initial commit. --- 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" Wed, 11 Jun 2014 23:54:17 -0400 diff --git a/control b/control new file mode 100644 index 0000000..17aa4f1 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Maintainer: "P. J. McDermott" +Build-Depends: opkhelper-3.0 +Homepage: https://www.gnupg.org/related_software/libgpg-error/index.html diff --git a/format b/format new file mode 100644 index 0000000..cd5ac03 --- /dev/null +++ b/format @@ -0,0 +1 @@ +2.0 -- cgit v0.9.1