tag 554612 pending
thanks
Hello,
Bug #554612 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=6f68144
---
commit 6f6814491f0240a4de97f22e60661489bb36f914
Author: Raphaël Hertzog <[email protected]>
Date: Thu Nov 5 21:12:15 2009 +0100
Dpkg::Source::Package::V2:do_build(): fix binary file check
The find() call that is supposed to look for binary files in the debian
sub-directory was missing the no_chdir option and due to this the
File::Spec->abs2rel() call (inside the wanted function) was returning an
invalid value when find() changed the current directory (since its second
parameter is only valid while being in the current directory).
The parameter got lost by mistake in
3525f79792cff51757d99d45f51c96a15e6fa779
and it was present in lenny's version.
diff --git a/debian/changelog b/debian/changelog
index 738d7c8..836079a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ dpkg (1.15.5) UNRELEASED; urgency=low
* Fix bashisms in dselect multicd access method. Closes: #530070
* Add support of "xz" compression method for source packages. Add dependency
dpkg-dev → xz-utils to ensure xz and unxz are available.
+ * Fix dpkg-source --include-binaries to correctly compute the path name of
+ the discovered binary files. Closes: #554612
[ Updated dpkg translations ]
* Czech (Miroslav Kure).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]