[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#25537: dpkg-dev: dpkg-genchanges does not allow "-" in the architecture



Package: dpkg-dev
Version: 1.4.0.27

Hello,

dpkg-genchanges fails when there is a "-" in the architecture field. the
follwoing fixes this:

Line 103-105:
====================================================================
while(<FL>) {
    if (m/^(([-+.0-9a-z]+)_([^_]+)_([-\w]+)\.deb) (\S+) (\S+)$/) {
                                    ***** (was: \w)
        defined($p2f{"$2 $4"}) &&
====================================================================

This is important because we have now the architecture "hurd-i386".

Marcus

-- System Information
Debian Release: 2.0
Kernel Version: Linux flora 2.0.32 #1 Mit Jul 22 22:52:29 CEST 1998 i586 unknown

Versions of the packages dpkg-dev depends on:
ii  perl            5.004.04-6     Larry Wall's Practical Extracting and Report


Reply to: