Package: apt-build Version: 0.12.28 Severity: wishlist
Currently, when apt-build upgrade is run, it'll abrot because of some packages which don't have a matching source package (linux-*). This blocks apt-build's idea of running unattended while the user is sleeping, hoping that apt-build is doing its job. I hope attached patch might try to fix that problem. Ritesh -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (650, 'unstable'), (500, 'stable'), (450, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages apt-build depends on: ii apt 0.7.6 Advanced front-end for dpkg ii apt-utils 0.7.6 APT utility programs ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii devscripts 2.10.8 Scripts to make the life of a Debi ii dpkg-dev 1.13.25 package building tools for Debian ii g++ 4:4.2.1-6 The GNU C++ compiler ii gcc 4:4.2.1-6 The GNU C compiler ii libappconfig-perl 1.56-2 Perl module for configuration file ii libapt-pkg-perl 0.1.21+b1 Perl interface to libapt-pkg ii perl 5.8.8-7 Larry Wall's Practical Extraction Versions of packages apt-build recommends: ii build-essential 11.3 informational list of build-essent pn fakeroot <none> (no description available) -- debconf information: apt-build/arch_amd: k6 apt-build/arch_alpha: ev4 * apt-build/options: * apt-build/arch_intel: prescott apt-build/arch_arm: armv2 * apt-build/make_options: * apt-build/olevel: Medium * apt-build/build_dir: /var/cache/apt-build/build * apt-build/repository_dir: /var/cache/apt-build/repository apt-build/arch_sparc: sparc apt-build/arch_amd64: x86-64 * apt-build/add_to_sourceslist: true Ritesh -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com "Necessity is the mother of invention."
482d481 < die "Unable to find source information for $pkg_name" unless ($src_version && $src_name); 499a499,502 > elsif (!$src_version || !$src_name) > { > print "$pkg_name will not be built because it doesn't have a source package." > }
signature.asc
Description: This is a digitally signed message part.