diff options
author | Gerrit Pape <pape@smarden.org> | 2006-04-16 12:38:54 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-04-16 12:38:54 +0000 |
commit | e020b34cb0d559d66cc3ff49a21f0f3dd7e111a4 (patch) | |
tree | a58f825bc3452f2f32c3402b05392c92b293a627 /debian | |
parent | 5e0ea47c10605f2ed9184e2e0f49c78d2f771888 (diff) | |
download | runit-e020b34cb0d559d66cc3ff49a21f0f3dd7e111a4.tar.gz runit-e020b34cb0d559d66cc3ff49a21f0f3dd7e111a4.tar.xz runit-e020b34cb0d559d66cc3ff49a21f0f3dd7e111a4.zip |
-1..
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/implicit | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 059f310..66a0db2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ runit (1.5.0-1) unstable; urgency=low * new upstream version. - * adds configuration option p (prefix) to svlogd (closes: #356339). + * adds configuration option p (prefix) to svlogd (closes: #356339). + * debian/implicit: update to revision 1.11. - -- Gerrit Pape <pape@smarden.org> Sun, 16 Apr 2006 12:30:34 +0000 + -- Gerrit Pape <pape@smarden.org> Sun, 16 Apr 2006 12:36:55 +0000 runit (1.4.1-1) unstable; urgency=low diff --git a/debian/implicit b/debian/implicit index 20909d7..a09db2e 100644 --- a/debian/implicit +++ b/debian/implicit @@ -38,6 +38,14 @@ deb-checkuid: @gzip -9 debian/$*/usr/share/doc/$*/changelog* %.deb-docs-docs: @for i in `cat debian/$*.docs 2>/dev/null || :`; do \ + if test -d $$i; then \ + sh -cx "install -d -m0755 debian/$*/usr/share/doc/$*/$${i##*/}" && \ + for j in $$i/*; do \ + sh -cx "install -m0644 $$j \ + debian/$*/usr/share/doc/$*/$${i##*/}/" || exit 1; \ + done || exit 1; \ + continue; \ + fi; \ sh -cx "install -m0644 $$i debian/$*/usr/share/doc/$*/" || exit 1; \ done @test ! -r debian/$*.README.Debian || \ |