#!/usr/bin/perl -- use strict; use warnings; my $version = '1.0.11'; # This line modified by Makefile my $admindir = "/var/lib/dpkg"; # This line modified by Makefile my $dpkglibdir = "../utils"; # This line modified by Makefile ($0) = $0 =~ m:.*/(.+):; push (@INC, $dpkglibdir); require 'dpkg-gettext.pl'; textdomain("dpkg"); my $enoent = `$dpkglibdir/enoent` || die sprintf(_g("Cannot get ENOENT value from %s: %s"), "$dpkglibdir/enoent", $!); sub ENOENT { $enoent; } sub version { printf _g("Debian %s version %s.\n"), $0, $version; printf _g(" Copyright (C) 1995 Ian Jackson. Copyright (C) 2000,2001 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 [