#!/usr/bin/perl use strict; use warnings; use Dpkg; use Dpkg::Arch qw(get_host_arch); use Dpkg::Shlibs qw(@librarypaths); use Dpkg::Shlibs::Objdump; use Dpkg::Shlibs::SymbolFile; use Dpkg::Gettext; use Dpkg::ErrorHandling; use Dpkg::Control; use Dpkg::Changelog qw(parse_changelog); use Dpkg::Path qw(check_files_are_the_same); textdomain("dpkg-dev"); my $packagebuilddir = 'debian/tmp'; my $sourceversion; my $stdout; my $oppackage; my $compare = 1; # Bail on missing symbols by default my $input; my $output; my $template_mode = 0; # non-template mode by default my $debug = 0; my $host_arch = get_host_arch(); sub version { printf _g("Debian %s version %s.\n"), $progname, $version; printf _g(" Copyright (C) 2007 Raphael Hertzog. "); printf _g(" This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO warranty. "); } sub usage { printf _g( "Usage: %s [