man > debc(1)

๐Ÿ“› NAME

debc โ€“ view contents of a generated Debian package

๐Ÿš€ Quick Reference

Use CaseCommandDescription
๐Ÿ“ฆ Show all .deb contents from current builddebcLooks for the .changes file in the source tree and displays package info.
๐Ÿ“‹ Use a specific .changes filedebc package_1.0-1_amd64.changesProcesses exactly the .changes you specify.
๐Ÿ“‚ Specify an alternative directorydebc --debs-dir /path/to/debsLooks for .changes and .deb files in the given directory.
๐Ÿ” List only the .changes filenamedebc --list-changesOutputs the .changes file name, nothing else.
๐Ÿ“„ List only the .deb filenamesdebc --list-debsShows the .deb files, no contents.
๐Ÿ—๏ธ Use a specific architecturedebc -a arm64Affects the search for the .changes file (like dpkg-buildpackage).
โš™๏ธ Skip config filesdebc --no-confIgnores /etc/devscripts.conf and ~/.devscripts.

๐Ÿ“‹ SYNOPSIS

debc [options] [changes file] [package ...]

๐Ÿ“– DESCRIPTION

๐Ÿ” debc figures out the current version of a package and displays information about the .deb and .udeb files which have been generated in the current build process. If a .changes file is specified on the command line, the filename must end with .changes, as this is how the program distinguishes it from package names. If not, then debc has to be called from within the source code directory tree. In this case, it will look for the .changes file corresponding to the current package version (by determining the name and version number from the changelog, and the architecture in the same way as dpkg-buildpackage(1) does). It then runs dpkg-deb -I and dpkg-deb -c on every .deb and .udeb archive listed in the .changes file to display information about the contents of the .deb / .udeb files. It precedes every .deb or .udeb file with the name of the file. It assumes that all of the .deb / .udeb archives live in the same directory as the .changes file. It is useful for ensuring that the expected files have ended up in the Debian package.

If a list of packages is given on the command line, then only those debs or udebs with names in this list of packages will be processed.

๐Ÿ“ Directory name checking

In common with several other scripts in the devscripts package, debc will climb the directory tree until it finds a debian/changelog file. As a safeguard against stray files causing potential problems, it will examine the name of the parent directory once it finds the debian/changelog file, and check that the directory name corresponds to the package name. Precisely how it does this is controlled by two configuration file variables DEVSCRIPTS_CHECK_DIRNAME_LEVEL and DEVSCRIPTS_CHECK_DIRNAME_REGEX, and their corresponding command-line options --check-dirname-level and --check-dirname-regex.

DEVSCRIPTS_CHECK_DIRNAME_LEVEL can take the following values:

The directory name is checked by testing whether the current directory name (as determined by pwd(1)) matches the regex given by the configuration file option DEVSCRIPTS_CHECK_DIRNAME_REGEX or by the command line option --check-dirname-regex regex. Here regex is a Perl regex (see perlre(3perl)), which will be anchored at the beginning and the end. If regex contains a '/', then it must match the full directory path. If not, then it must match the full directory name. If regex contains the string ยดPACKAGE', this will be replaced by the source package name, as determined from the changelog. The default value for the regex is: ยดPACKAGE(-.+)?', thus matching directory names such as PACKAGE and PACKAGE-version.

โš™๏ธ OPTIONS

๐Ÿ› ๏ธ CONFIGURATION VARIABLES

The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order to set configuration variables. Command line options can be used to override configuration file settings. Environment variable settings are ignored for this purpose. The currently recognised variables are:

๐Ÿ“š SEE ALSO

debdiff(1), dpkg-deb(1), devscripts.conf(5)

โœ๏ธ AUTHOR

Julian Gilbey <jdg AT debian.org>, based on an original script by Christoph Lameter <clameter AT debian.org>.


DEBIAN      Debian Utilities      DEBC(1)

debc(1)
๐Ÿ“› NAME ๐Ÿš€ Quick Reference ๐Ÿ“‹ SYNOPSIS ๐Ÿ“– DESCRIPTION
๐Ÿ“ Directory name checking
โš™๏ธ OPTIONS ๐Ÿ› ๏ธ CONFIGURATION VARIABLES ๐Ÿ“š SEE ALSO โœ๏ธ AUTHOR

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 16:46 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^