diff options
author | Gerrit Pape <pape@smarden.org> | 2005-05-08 17:50:54 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-05-08 17:50:54 +0000 |
commit | 1860487c496fdbd96f204e809b2406cc84f125c2 (patch) | |
tree | c9de045acfe182fdc6adc8e6a201fb5305371390 | |
parent | a75dbb228fa9dc9afad2d674298c7228fd2dfbdb (diff) | |
download | runit-1860487c496fdbd96f204e809b2406cc84f125c2.tar.gz runit-1860487c496fdbd96f204e809b2406cc84f125c2.tar.xz runit-1860487c496fdbd96f204e809b2406cc84f125c2.zip |
* debian/rules: target unpack: apply diff; install debian/getty-tty5.run, debian_version_1_2_3-1
debian/getty-tty5.finish. -1.
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 6e2088c..dff76dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,10 @@ runit (1.2.3-1) unstable; urgency=low * debian/control: Suggests: fgetty. * debian/getty-tty5.run: use fgetty if available. * debian/diff/runsv.8.diff: new; fix typo in man page. - * debian/rules: target unpack: apply diff. + * debian/rules: target unpack: apply diff; install debian/getty-tty5.run, + debian/getty-tty5.finish. - -- Gerrit Pape <pape@smarden.org> Sun, 8 May 2005 14:46:16 +0000 + -- Gerrit Pape <pape@smarden.org> Sun, 8 May 2005 17:49:37 +0000 runit (1.0.5-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6e8df73..f69fadf 100755 --- a/debian/rules +++ b/debian/rules @@ -65,10 +65,8 @@ install: deb-checkdir deb-checkuid build-stamp install -m0755 debian/2 '$(DIR)'/usr/sbin/runsvdir-start # getty-5 service install -d -m0755 '$(DIR)'/etc/runit/getty-5 - install -m0755 admin/runit/etc/debian/getty-tty5/run \ - '$(DIR)'/etc/runit/getty-5/run - install -m0755 admin/runit/etc/debian/getty-tty5/finish \ - '$(DIR)'/etc/runit/getty-5/finish + install -m0755 debian/getty-tty5.run '$(DIR)'/etc/runit/getty-5/run + install -m0755 debian/getty-tty5.finish '$(DIR)'/etc/runit/getty-5/finish # lintian overrides install -m0755 -d '$(DIR)'/usr/share/lintian/overrides install -m0644 debian/runit.lintian \ |