runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cdf171b0fdf63862fb29996bf1367cb1aab68027
parent c57a742cabe64322faab1a8a7ec0d81909e5188c
Author: Gerrit Pape <pape@smarden.org>
Date:   Wed, 29 Jan 2003 18:37:55 +0000

resurrect copyright file.

Diffstat:
Mdebian/changelog | 6++++++
Mdebian/copyright | 10++++++++--
Mdebian/rules | 6++++--
3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +runit (0.7.2-2) unstable; urgency=low + + * debian/rules: resurrect copyright file. + + -- Gerrit Pape <pape@smarden.org> Wed, 29 Jan 2003 19:29:33 +0100 + runit (0.7.2-1) unstable; urgency=low * new upstream version. diff --git a/debian/copyright b/debian/copyright @@ -1,4 +1,10 @@ -Copyright (c) 2001-2002, Gerrit Pape +This package was downloaded from http://smarden.org/runit/install.html + +Upstream Author: Gerrit Pape <pape@smarden.org> + +Copyright: + +Copyright (c) 2001-2003, Gerrit Pape All rights reserved. Redistribution and use in source and binary forms, with or without @@ -12,7 +18,7 @@ modification, are permitted provided that the following conditions are met: 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR IMPLIED +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, diff --git a/debian/rules b/debian/rules @@ -120,8 +120,10 @@ install: build install -m0644 admin/runit/package/$$i \ $(CURDIR)/debian/runit/usr/share/doc/runit/; \ done - install -m0644 debian/README.Debian \ - $(CURDIR)/debian/runit/usr/share/doc/runit/ + for i in README.Debian copyright; do + install -m0644 debian/$$i \ + $(CURDIR)/debian/runit/usr/share/doc/runit/; \ + done install -m0755 -d $(CURDIR)/debian/runit/usr/share/doc/runit/doc for i in admin/runit/doc/*.html; do \ install -m0644 $$i $(CURDIR)/debian/runit/usr/share/doc/runit/doc/; \