From: Jamie Lenehan Date: Sun, 10 Sep 2006 05:07:13 +0000 (+0000) Subject: postfix 2.0.20: Remove spurious .debug directories from the non -dbg packages. X-Git-Tag: Release-2010-05/1~9453^2~876^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fa35a8ea6a6ad72c8b71b571bbdddb53b66fc9;p=openembedded.git postfix 2.0.20: Remove spurious .debug directories from the non -dbg packages. --- diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb index 6ddc24477d..06e173a5c4 100644 --- a/packages/postfix/postfix_2.0.20.bb +++ b/packages/postfix/postfix_2.0.20.bb @@ -1,7 +1,7 @@ SECTION = "console/network" DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" -PR = "r8" +PR = "r9" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://${FILESDIR}/makedefs.patch;patch=1 \ @@ -73,3 +73,8 @@ pkg_postinst () { pkg_postrm () { update-alternatives --remove sendmail ${sbindir}/sendmail } + +# Exclude .debug directories from the main package +FILES_${PN} = "${sysconfdir} ${localstatedir} ${bindir}/* ${sbindir}/* \ + ${libexecdir}/postfix/*" +FILES_${PN}-dbg += "${libexecdir}/postfix/.debug"