Package: dpkg-dev
Version: 1.14.14
Severity: normal
Tags: patch
This patch makes the messages be reported correctly:
--- /usr/bin/dpkg-buildpackage 2007-12-27 11:14:11.000000000 +0000
+++ /tmp/dpkg-buildpackage 2008-01-01 11:33:29.051451711 +0000
@@ -440,7 +440,7 @@
# source only upload
if (fileomitted '\.diff\.gz') {
$srcmsg = _g('source only upload: Debian-native package');
- } elsif (fileomitted '\.orig\.tar\.gz') {
+ } elsif (fileomitted '\.orig\.tar\.(gz|bz2)') {
$srcmsg = _g('source only, diff-only upload (original source NOT
included)');
} else {
$srcmsg = _g('source only upload (original source is included)');
@@ -451,7 +451,7 @@
$srcmsg = _g('binary only upload (no source included)');
} elsif (fileomitted '\.diff\.gz') {
$srcmsg = _g('full upload; Debian-native package (full source is
included)');
- } elsif (fileomitted '\.orig\.tar\.gz') {
+ } elsif (fileomitted '\.orig\.tar\.(gz|bz2)') {
$srcmsg = _g('binary and diff upload (original source NOT included)');
} else {
$srcmsg = _g('full upload (original source is included)');
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.23-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dpkg-dev depends on:
ii binutils 2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii cpio 2.9-7 GNU cpio -- a program to manage ar
ii dpkg 1.14.14 package maintenance system for Deb
ii make 3.81-3 The GNU version of the "make" util
ii patch 2.5.9-4 Apply a diff file to an original
ii perl [perl5] 5.8.8-12 Larry Wall's Practical Extraction
ii perl-modules 5.8.8-12 Core Perl modules
Versions of packages dpkg-dev recommends:
ii bzip2 1.0.3-7 high-quality block-sorting file co
ii gcc [c-compiler] 4:4.2.2-1 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.2-18 The GNU C compiler
ii gcc-4.2 [c-compiler] 4.2.2-4 The GNU C compiler
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]