#! /usr/bin/perl use POSIX; use POSIX qw(:errno_h :signal_h); $admindir= "/var/lib/dpkg"; # This line modified by Makefile $version= '1.3.0'; # This line modified by Makefile ($0) = $0 =~ m:.*/(.+):; my $dpkglibdir= "."; # This line modified by Makefile push (@INC, $dpkglibdir); require 'dpkg-gettext.pl'; textdomain("dpkg"); $verbose= 1; $doforce= 0; $doupdate= 0; $mode= ""; sub version { printf _g("Debian %s version %s.\n"), $0, $version; printf _g(" Copyright (C) 2000 Wichert Akkerman."); 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 [