conserver: Remove spurious .debug directories from the main packages.
authorJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 02:55:03 +0000 (02:55 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 02:55:03 +0000 (02:55 +0000)
packages/conserver/conserver.inc

index 579def2..4787d4d 100644 (file)
@@ -3,6 +3,7 @@ consoles and logs all data to a central host."
 HOMEPAGE = "http://www.conserver.com/"
 SECTION = "console/network"
 LICENSE = "BSD"
+PR = "r1"
 
 SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz \
           file://conserver.init \
@@ -29,3 +30,6 @@ do_install_append () {
        install -m 0644 ${WORKDIR}/conserver.default ${D}${sysconfdir}/default/conserver
        install -m 0755 ${WORKDIR}/conserver.init ${D}${sysconfdir}/init.d/conserver
 }
+
+FILES_${PN} = "${sysconfdir} ${bindir}/* ${libdir}/${PN}/* ${sbindir}/*"
+FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libdir}/${PN}/.debug"