fluxbox: Fix .debug QA error
authorMatthias Hentges <oe@hentges.net>
Wed, 20 Jun 2007 23:38:59 +0000 (23:38 +0000)
committerMatthias Hentges <oe@hentges.net>
Wed, 20 Jun 2007 23:38:59 +0000 (23:38 +0000)
packages/fluxbox/fluxbox_0.99+1.0rc.bb
packages/fluxbox/fluxbox_svn.bb

index 3f271a5..68eeeb0 100644 (file)
@@ -9,7 +9,7 @@ DESCRIPTION = "The Fluxbox WindowManager"
 HOMEPAGE = "http://fluxbox.sourceforge.net"
 LICENSE = "MIT"
 REALPV = "1.0rc"
-PR = "r4"
+PR = "r5"
 
 ######################################################################################
 
@@ -29,7 +29,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/fluxbox/fluxbox-${REALPV}.tar.gz \
 
 ######################################################################################
 
-PACKAGES = "${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
+PACKAGES = "${PN}-dbg ${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
 
 DESCRIPTION_${PN}-styles = "The default styles for fluxbox"
 DESCRIPTION_${PN}-gpe = "The Fluxbox WindowManager for use with GPE"
index ffaa7da..1034c38 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://fluxbox.sourceforge.net"
 LICENSE = "MIT"
 
 PV = "1.0+svn${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 ######################################################################################
 
@@ -30,7 +30,7 @@ SRC_URI = "svn://svn.berlios.de/fluxbox;module=trunk \
 
 ######################################################################################
 
-PACKAGES = "${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
+PACKAGES = "${PN}-dbg ${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
 
 DESCRIPTION_${PN}-styles = "The default styles for fluxbox"
 DESCRIPTION_${PN}-gpe = "The Fluxbox WindowManager for use with GPE"