Package: dpkg-dev
Version: 1.14.18
Severity: normal
File: /usr/bin/dpkg-buildpackage
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
dpkg-buildpackge -v0 does not work as expected, as it does not pass
"-v0" to dpkg-genchanges. The problem is this line:
if ($since) { push @change_opts, "-v$since" }
which interprets "0" as a false value. "-v0.0" is a usually good
work-around.
I guess it should be changed to
if (defined $since) { push @change_opts, "-v$since" }
but I have not tried it.
Greetings,
Joachim
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg-dev depends on:
ii binutils 2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii bzip2 1.0.5-0.1 high-quality block-sorting file co
ii cpio 2.9-13 GNU cpio -- a program to manage ar
ii dpkg 1.14.18 package maintenance system for Deb
ii libtimedate-perl 1.1600-9 Time and date functions for Perl
ii lzma 4.43-12 Compression method of 7z format in
ii make 3.81-4 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 build-essential 11.3 informational list of build-essent
ii gcc [c-compiler] 4:4.2.3-7 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-15 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.2-21 The GNU C compiler
ii gcc-4.2 [c-compiler] 4.2.3-3 The GNU C compiler
ii gcc-4.3 [c-compiler] 4.3.0-3 The GNU C compiler
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIAnM69ijrk0dDIGwRAvteAJ0bFNvNBcbbK4qiv9sxBVIPaXOOmgCfeFum
A/LqkTs2QulLlGqgOYfi4jw=
=sTPs
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]