Package: dak
Severity: normal

Hi

During a test I made a small mistake. I specified a wrong default suite
but instead of telling it to me i got "Wrong architecture ..."
Shouldn't it be "Wrong suite"?

Here is the code I mean:

# Ensure the architecture of the .deb is one we know about.
            default_suite = Cnf.get("Dinstall::DefaultSuite", "Unstable")
            architecture = control.Find("Architecture");
            if architecture not in Cnf.ValueList("Suite::%s::Architectures" % 
(default_suite)):
                reject("Unknown architecture '%s'." % (architecture));


Greetings
Steffen


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to