/* * dpkg-deb - construction and deconstruction of *.deb archives * main.c - main program * * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2, * or (at your option) any later version. * * This is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public * License along with dpkg; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "dpkg-deb.h" const char* showformat = "${Package}\t${Version}\n"; static void printversion(void) { if (printf(_("Debian `%s' package archive backend version %s.\n"), BACKEND, DPKG_VERSION_ARCH) < 0) werr("stdout"); if (printf(_("This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n" "See %s --license for copyright and license details.\n"), BACKEND) < 0) werr("stdout"); } static void usage(void) { if (printf(_( "Usage: %s [