diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-27 13:40:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-27 13:41:52 (EDT) |
commit | 84eb33f74c2ac66eb61469cbef5201ba6543fd50 (patch) | |
tree | 66e1234449a7b71a361350b2b1e25124ed6c74b4 |
Initial commit.
-rw-r--r-- | .gitignore | 11 | ||||
-rwxr-xr-x | build | 6 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | format | 1 |
5 files changed, 26 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/ @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: diff --git a/changelog b/changelog new file mode 100644 index 0000000..2d44580 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +lilo (24.0-1) trunk + + * Initial release. + + -- "P. J. McDermott" <pj@pehjota.net> Fri, 27 Jun 2014 13:39:18 -0400 @@ -0,0 +1,3 @@ +Maintainer: "P. J. McDermott" <pj@pehjota.net> +Build-Depends: bin86 +Homepage: http://lilo.alioth.debian.org/ @@ -0,0 +1 @@ +2.0 |