Unix and Linux Discussions Tagged with debian |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
2,095 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,530 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,800 |
Debian |
|
|
|
4 |
12,189 |
Debian |
|
|
|
3 |
16,298 |
Debian |
|
|
|
3 |
838 |
Shell Programming and Scripting |
|
|
|
7 |
6,612 |
Debian |
|
|
|
2 |
3,306 |
Debian |
|
|
|
11 |
8,560 |
Debian |
|
|
|
2 |
1,449 |
Shell Programming and Scripting |
|
|
|
9 |
3,442 |
Shell Programming and Scripting |
|
|
|
0 |
4,924 |
IP Networking |
|
|
|
0 |
8,166 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,317 |
UNIX Desktop Questions & Answers |
|
|
|
2 |
13,265 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,762 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,103 |
OS X (Apple) |
|
|
|
8 |
12,421 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
11,452 |
Shell Programming and Scripting |
|
|
|
7 |
7,188 |
Debian |
|
|
|
2 |
2,819 |
Linux |
|
|
|
13 |
3,436 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,240 |
IP Networking |
|
|
|
0 |
2,367 |
IP Networking |
|
|
|
1 |
6,932 |
Fedora |
|
|
|
2 |
1,970 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,202 |
IP Networking |
|
|
|
2 |
47,559 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
12,347 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
10,550 |
Shell Programming and Scripting |
|
|
|
4 |
2,482 |
Shell Programming and Scripting |
|
|
|
2 |
1,862 |
UNIX and Linux Applications |
|
|
|
3 |
10,259 |
Debian |
|
|
|
3 |
3,504 |
SuSE |
|
|
|
6 |
5,565 |
Debian |
|
|
|
3 |
7,243 |
IP Networking |
|
|
|
0 |
13,801 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,668 |
IP Networking |
|
|
|
1 |
3,000 |
Debian |
|
|
|
8 |
6,751 |
Debian |
diff2patches(1) diff2patches(1)
NAME
diff2patches - Extract non-debian/ patches from .diff.gz files
SYNTAX
diff2patches filename
diff2patches --help|--version
DESCRIPTION
Extracts patches from .diff.gz which apply to files outside the "debian/" directory scope. A patch is created for each modified file.
Each patch is named according to the path of the modified file, with "/" replaced by "___", and an extension of ".patch".
OPTIONS
filename
Extract patches from filename which apply outside the "debian/" directory.
--help
Output help information and exit.
--version
Output version information and exit.
FILES
debian/control
Existence of this file is tested before any patch is extracted.
debian/
debian/patches/
Patches are extracted to one of these directories. "debian/patches/" is preferred, if it exists. If DEB_PATCHES is present in the
environment, it will override this behavior (see "ENVIRONMENT VARIABLES" section below).
ENVIRONMENT VARIABLES
DEB_PATCHES
When defined and points to an existing directory, patches are extracted in that directory and not under "debian/" nor
"debian/patches/".
SEE ALSO
combinediff(1)
AUTHOR
Raphael Geissert <atomo64@gmail.com>
Raphael Geissert <atomo64@gmail.com> diff2patches(1)