| DH_MIGRATIONS(1) | Debhelper | DH_MIGRATIONS(1) |
NAME
dh_migrations - install session migration files into package build directories
SYNOPSIS
dh_migrations [debhelper options] [-n]
DESCRIPTION
dh_migrationis is a debhelper program that is responsible for installing session migration files used by session-migration helper into package build directories and add a dependency of the package on session-migration.
This helper will add in ${misc:Depends} the session-migration tool as a dependency of the targeted package.
Use the --with migrations sequence for debhelper 8+.
FILES
- debian/package.migrations
- List the files and migration scripts to install into each package. The
format is a set of lines, where each line lists a script file to install
into into usr/share/session-migration/scripts in the package build
directory.
The name of the files (or directories) to install should be given relative to the current directory.
OPTIONS
SEE ALSO
AUTHOR
Didier Roche <didrocks@ubuntu.com>
Copyright (C) 2012 Canonical Ltd., licensed under the GNU GPL v3 or later.
| 2024-03-31 | 0.3.9build1 |