From 84eb33f74c2ac66eb61469cbef5201ba6543fd50 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Jun 2014 13:40:31 -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/build b/build new file mode 100755 index 0000000..2a40656 --- /dev/null +++ b/build @@ -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" Fri, 27 Jun 2014 13:39:18 -0400 diff --git a/control b/control new file mode 100644 index 0000000..d481a44 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Maintainer: "P. J. McDermott" +Build-Depends: bin86 +Homepage: http://lilo.alioth.debian.org/ 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