debc --version (return code: 0)
This is debc, from the Debian devscripts package, version 2.16.2ubuntu3
This code is copyright 1999-2003, Julian Gilbey <jdg@debian.org>,
all rights reserved.
Based on original code by Christoph Lameter and James R. Van Zandt.
This program comes with ABSOLUTELY NO WARRANTY.
You are free to redistribute this code under the terms of
the GNU General Public License, version 2 or later.
debc --help (return code: 0)
Usage: debc [options] [.changes file] [package ...]
Display the contents of the .deb or .udeb file(s) just created, as listed
in the generated .changes file or the .changes file specified.
If packages are listed, only display those specified packages
from the .changes file. Options:
--no-conf or Don't read devscripts config files;
--noconf must be the first option given
-a<arch> Search for changes file made for Debian build <arch>
-t<target> Search for changes file made for GNU <target> arch
--debs-dir DIR Look for the changes and debs files in DIR instead of
the parent of the current package directory
--multi Search for multiarch .changes file made by dpkg-cross
--check-dirname-level N
How much to check directory names:
N=0 never
N=1 only if program changes directory (default)
N=2 always
--check-dirname-regex REGEX
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string `PACKAGE' will
be replaced by the package name; see manpage for details
(default: 'PACKAGE(-.+)?')
--help Show this message
--version Show version and copyright information
Default settings modified by devscripts configuration files:
(none)