poboxserver: fix -dbg packaging. reorder some fields.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 9 Jul 2007 23:18:26 +0000 (23:18 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 9 Jul 2007 23:18:26 +0000 (23:18 +0000)
packages/poboxserver/poboxserver_1.2.5.bb

index 9f9500f..4e03f61 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "OpenPOBox is an open source implementation of a 'Predictive Opera
 SECTION = "inputmethods"
 LICENSE = "GPL"
 DEPENDS = "perl-native ruby-native nkf-native"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/pobox-${PV}.tar.bz2 \
            http://www.vanille.de/mirror/pbserver-${PV}.tar.gz \
@@ -10,12 +10,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/pobox-${PV}.tar.bz2 \
            file://remove-local-includes.patch;patch=1 \
            file://unicode.patch;patch=1 \
            file://pbserver.sh"
+
 S = "${WORKDIR}/OpenPOBox"
 
 inherit autotools update-rc.d
 
-FILES_${PN} = "${palmtopdir}/pobox/* ${sysconfdir}/init.d/pbserver"
-
 INITSCRIPT_NAME = "pbserver"
 INITSCRIPT_PARAMS = "start 99 5 . stop 01 0 ."
 
@@ -38,3 +37,6 @@ do_install() {
        install -m 0755 ${WORKDIR}/pbserver.sh ${D}${sysconfdir}/init.d/pbserver
        sed -i -e 's,@palmtopdir@,${palmtopdir},g' ${D}${sysconfdir}/init.d/pbserver
 }
+
+FILES_${PN}-dbg += "${palmtopdir}/pobox/.debug"
+FILES_${PN} += "${palmtopdir}/pobox/* ${sysconfdir}/init.d/pbserver"