diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 20:13:58 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 20:13:58 +0000 |
commit | 785aa9c7077dbe05a407d6d53ec0e120d87f3fe9 (patch) | |
tree | 0413f0773f9d8d42ded6da31c50aa23d08ef19e3 | |
parent | 8449db98b5351eb384358a38a9681f72c90339df (diff) | |
download | installation-guide-785aa9c7077dbe05a407d6d53ec0e120d87f3fe9.zip |
add debian packaging files, except for the rules file
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/copyright | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..3dc6a9bb2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +debian-installer-manual (20051007) unstable; urgency=low + + * Split off from the debian-installer source package. + + -- Joey Hess <joeyh@debian.org> Fri, 7 Oct 2005 15:59:23 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..35c98a6d7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,4 @@ +The installation manual is copyright 1996 Bruce Perens; 1996, 1997 Sven +Rudolph; 1998 Igor Grobman, James Treacy; 1998-2002 Adam Di Carlo; 2003 Chris +Tillman; and by other contributors. It is licensed under the terms of the GNU +GPL. |