summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2007-03-22 23:58:59 +0000
committerMatt Reimer <mattjreimer@gmail.com>2007-03-22 23:58:59 +0000
commita12ac56357b7776233de666d936349d41121c29d (patch)
treed55163da61bde19e2314c6bfc9eb8faeefe77493
parentee149e0c97bcef321efbd50cbe229924907147d8 (diff)
python-misc: fix "QA Issue: non debug package contains .debug directory".
-rw-r--r--packages/python/python-2.4.4-manifest.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/python/python-2.4.4-manifest.inc b/packages/python/python-2.4.4-manifest.inc
index 88755a8e9d..7a1035ac50 100644
--- a/packages/python/python-2.4.4-manifest.inc
+++ b/packages/python/python-2.4.4-manifest.inc
@@ -12,6 +12,10 @@ PROVIDES+="python-profile python-threading python-distutils python-textutils pyt
PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-misc"
+DESCRIPTION_python-misc-dbg="Misc Python debug files"
+FILES_python-misc-dbg="${libdir}/python2.4/lib-dynload/.debug"
+RDEPENDS_python-misc-dbg="python-core"
+
DESCRIPTION_python-misc="Misc Python files"
FILES_python-misc="${libdir}/python2.4/"
RDEPENDS_python-misc="python-core"