Package: rubber
Version: 0.99.8-1
Followup-For: Bug #242202
def dep_file (base, suffixes, prefixes, env, loc={}):
for p in prefixes:
for s in suffixes:
target = p + base + s
if exists(target):
return DependLeaf([target], env.msg, loc)
for p in prefixes:
for s in suffixes:
target = p + base + s
dep = convert(target, env)
if dep:
dep.loc = loc
return dep
return None
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Versions of packages rubber depends on:
ii python 2.3.5-2 An interactive high-level object-o
ii tetex-bin 2.0.2-30 The teTeX binary files
rubber recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]