Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

deb-conffiles(5) [plan9 man page]

deb-conffiles(5)						    dpkg suite							  deb-conffiles(5)

NAME
deb-conffiles - package conffiles SYNOPSIS
conffiles DESCRIPTION
A package declares its list of conffiles by including a conffiles file in its control archive (i.e. DEBIAN/conffiles during package creation). This file contains a list of files, one per line. They should be listed as absolute pathnames, and should exist in the binary package, otherwise dpkg(1) will ignore them (although by default dpkg-deb(1) will refuse to build such binary packages). Trailing whitespace will be trimmed, and empty lines will be ignored. EXAMPLE
/etc/alternatives/README /etc/cron.daily/dpkg /etc/dpkg/dpkg.cfg /etc/logrotate.d/dpkg SEE ALSO
dpkg-deb(1), dpkg(1). 1.19.0.5 2018-04-16 deb-conffiles(5)

Check Out this Related Man Page

DH_MD5SUMS(1)                                                        Debhelper                                                       DH_MD5SUMS(1)

NAME
dh_md5sums - generate DEBIAN/md5sums file SYNOPSIS
dh_md5sums [debhelperoptions] [-x] [-Xitem] [--include-conffiles] DESCRIPTION
dh_md5sums is a debhelper program that is responsible for generating a DEBIAN/md5sums file, which lists the md5sums of each file in the package. These files are used by dpkg --verify or the debsums(1) program. All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles (unless you use the --include-conffiles switch). The md5sums file is installed with proper permissions and ownerships. OPTIONS
-x, --include-conffiles Include conffiles in the md5sums list. Note that this information is redundant since it is included elsewhere in Debian packages. -Xitem, --exclude=item Exclude files that contain item anywhere in their filename from being listed in the md5sums file. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 11.1.6ubuntu2 2018-05-10 DH_MD5SUMS(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies