tags 605912 patch
thanks
Hi,
I guess it is due to lack of flag in debconf templates file.
Here's a proposal patch, it works in my chroot environment.
diff -u runit-2.1.1/debian/runit.templates.in
runit-2.1.1/debian/runit.templates.in
--- runit-2.1.1/debian/runit.templates.in
+++ runit-2.1.1/debian/runit.templates.in
@@ -11,0 +12,4 @@
+
+Template: runit-run/install
+Type: boolean
+Default: false
diff -u runit-2.1.1/debian/control runit-2.1.1/debian/control
--- runit-2.1.1/debian/control
+++ runit-2.1.1/debian/control
@@ -7,7 +7,7 @@
Package: runit
Architecture: any
-Depends: procps, ${shlibs:Depends}
+Depends: procps, ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0
Recommends: fgetty
Suggests: runit-run, socklog-run
Description: system-wide service supervision
diff -u runit-2.1.1/debian/changelog runit-2.1.1/debian/changelog
--- runit-2.1.1/debian/changelog
+++ runit-2.1.1/debian/changelog
@@ -1,3 +1,13 @@
+runit (2.1.1-6.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control
+ - add missing depenedency "debconf (>= 0.5) | debconf-2.0"
+ * debian/runit.templates.in
+ - add "runit-run/install" (Closes: #605912)
+
+ -- Hideki Yamane <[email protected]> Tue, 04 Jan 2011 01:06:45 +0900
+
runit (2.1.1-6.1) unstable; urgency=low
* Non-Maintainer Upload.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]