From 6f09fa3c45f504d008728a458b1a07ddbcf92139 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 13 Jul 2014 13:21:35 -0400 Subject: Initial commit --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8832d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Work area +tmp/ diff --git a/build b/build new file mode 100755 index 0000000..1c2d34f --- /dev/null +++ b/build @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +nop: + @: + +build: + @: + touch $@ + +install: build diff --git a/changelog b/changelog new file mode 100644 index 0000000..1366180 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +platconf-pkg-tools (1.0) trunk + + * Initial release. + + -- "P. J. McDermott" Sun, 13 Jul 2014 13:14:31 -0400 diff --git a/control b/control new file mode 100644 index 0000000..709cac7 --- /dev/null +++ b/control @@ -0,0 +1 @@ +Maintainer: "P. J. McDermott" diff --git a/copyright b/copyright new file mode 100644 index 0000000..9cf0d61 --- /dev/null +++ b/copyright @@ -0,0 +1,7 @@ +Copyright (C) 2013-2014 Patrick "P. J." McDermott + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the Expat License. + +On this system, a copy of the Expat License may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..cd5ac03 --- /dev/null +++ b/format @@ -0,0 +1 @@ +2.0 diff --git a/platconf-pkg-tools.pkg/control b/platconf-pkg-tools.pkg/control new file mode 100644 index 0000000..140f6a4 --- /dev/null +++ b/platconf-pkg-tools.pkg/control @@ -0,0 +1,3 @@ +Architecture: all +Platform: all +Description: Tools for building platform configuration packages diff --git a/platconf-pkg-tools.pkg/docs b/platconf-pkg-tools.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/platconf-pkg-tools.pkg/docs -- cgit v0.9.1