[oe-commits] org.oe.dev postfix 2.0.20: Remove spurious .debug directories from the non -dbg packages.

lenehan commit openembedded-commits at lists.openembedded.org
Sun Sep 10 05:12:07 UTC 2006


postfix 2.0.20: Remove spurious .debug directories from the non -dbg packages.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 9069334d89f0643dbe7a56f63eb0ba9aabaf2a6a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9069334d89f0643dbe7a56f63eb0ba9aabaf2a6a
Files:
1
packages/postfix/postfix_2.0.20.bb
Diffs:

#
# mt diff -r6dc1b7742ac81eb2cd1685382c450d0f6bb5f3f9 -r9069334d89f0643dbe7a56f63eb0ba9aabaf2a6a
#
# 
# 
# patch "packages/postfix/postfix_2.0.20.bb"
#  from [f908c8eae09a1ec66dfc76af0f5d32405ab416b8]
#    to [552c854fd35a5bd3a96793c4653d2640f6cf0518]
# 
============================================================
--- packages/postfix/postfix_2.0.20.bb	f908c8eae09a1ec66dfc76af0f5d32405ab416b8
+++ packages/postfix/postfix_2.0.20.bb	552c854fd35a5bd3a96793c4653d2640f6cf0518
@@ -1,7 +1,7 @@ LICENSE = "IPL"
 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_postrm () {
 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"






More information about the Openembedded-commits mailing list