diff options
Diffstat (limited to 'packages/monotone/monotone.inc')
-rw-r--r-- | packages/monotone/monotone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monotone/monotone.inc b/packages/monotone/monotone.inc index 0bade3a11c..319309f070 100644 --- a/packages/monotone/monotone.inc +++ b/packages/monotone/monotone.inc @@ -36,7 +36,7 @@ do_install_append() { mv ${D}${bindir}/monotone ${D}${bindir}/${PN} } -PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite" +PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-testsuite" tsd = "/home/monotone/${PN}" FILES_${PN}-testsuite = "${tsd}/testsuite ${tsd}/tests" RDEPENDS_${PN}-testsuite += "bash sed grep cvs patch perl perl-modules" |