summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-13 13:21:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-13 13:21:35 (EDT)
commit6f09fa3c45f504d008728a458b1a07ddbcf92139 (patch)
treed8c797f7a7af55466d1ab6ace45c002ec9c94eaa
Initial commit
-rw-r--r--.gitignore8
-rwxr-xr-xbuild10
-rw-r--r--changelog5
-rw-r--r--control1
-rw-r--r--copyright7
-rw-r--r--format1
-rw-r--r--platconf-pkg-tools.pkg/control3
-rw-r--r--platconf-pkg-tools.pkg/docs0
8 files changed, 35 insertions, 0 deletions
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" <pj@pehjota.net> 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" <pj@pehjota.net>
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
+<file:///usr/share/common-licenses/Expat>.
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