The branch, master has been updated
via a3eebd32631fa24cf3e0833106a9c7878ce61199 (commit)
from 0068ec186a7ca1429e9c399bb6adeb00b709881a (commit)
- Shortlog ------------------------------------------------------------
a3eebd3 dpkg-shlibdeps.pl: use get_host_arch from Dpkg::Arch
Summary of changes:
scripts/dpkg-shlibdeps.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit a3eebd32631fa24cf3e0833106a9c7878ce61199
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Fri Oct 12 18:46:37 2007 +0200
dpkg-shlibdeps.pl: use get_host_arch from Dpkg::Arch
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index ab1f9a2..3196a4f 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -13,9 +13,9 @@ use Dpkg::Version qw(vercmp);
use Dpkg::Shlibs qw(find_library);
use Dpkg::Shlibs::Objdump;
use Dpkg::Shlibs::SymbolFile;
+use Dpkg::Arch qw(get_host_arch);
-our $host_arch= `dpkg-architecture -qDEB_HOST_ARCH`;
-chomp $host_arch;
+our $host_arch= get_host_arch();
# By increasing importance
my @depfields= qw(Suggests Recommends Depends Pre-Depends);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]