diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-14 23:03:45 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-14 23:03:45 +0100 |
commit | 6a96ae450fb469bec1f23ebe727f6f318bfe80db (patch) | |
tree | 99646c0c064b0684152b5dd0dcfcc44b21a76ac9 /debian/patches | |
parent | 8d6d0a921889498601cef9176202a456af881a9e (diff) | |
download | nx-libs-6a96ae450fb469bec1f23ebe727f6f318bfe80db.tar.gz nx-libs-6a96ae450fb469bec1f23ebe727f6f318bfe80db.tar.bz2 nx-libs-6a96ae450fb469bec1f23ebe727f6f318bfe80db.zip |
Make patch headers DEP5 compliant (030_nx-X11_... and 031_nx-X11_...).
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/030_nx-X11_configure-args.full.diff | 11 | ||||
-rw-r--r-- | debian/patches/031_nx-X11_parallel-make.full.diff | 13 |
2 files changed, 12 insertions, 12 deletions
diff --git a/debian/patches/030_nx-X11_configure-args.full.diff b/debian/patches/030_nx-X11_configure-args.full.diff index 3bc910003..8304ca795 100644 --- a/debian/patches/030_nx-X11_configure-args.full.diff +++ b/debian/patches/030_nx-X11_configure-args.full.diff @@ -1,9 +1,8 @@ -From: Jan Engelhardt <jengelh@medozas.de> -Date: 2012-01-26 23:30:37.605560191 +0100 -Upstream: pending - -Allow to pass in configure args. - +Description: Allow to pass in configure args. + Allow to pass in configure args. +Forward: pending +Author: Jan Engelhardt <jengelh@medozas.de> +Last-Update: 2012-02-14 --- nx-X11/lib/X11/Imakefile | 6 ++++-- nx-X11/programs/Xserver/Imakefile | 4 +++- diff --git a/debian/patches/031_nx-X11_parallel-make.full.diff b/debian/patches/031_nx-X11_parallel-make.full.diff index 849ca726c..9f754d767 100644 --- a/debian/patches/031_nx-X11_parallel-make.full.diff +++ b/debian/patches/031_nx-X11_parallel-make.full.diff @@ -1,9 +1,10 @@ -From: Jan Engelhardt <jengelh@medozas.de> -Date: 2012-01-26 22:29:13.993994227 +0100 - -Restore ability to build things in parallel. -(${MAKE} must always appear in the rule directly, and not be -hidden through expansions of other variables to get this to work.) +Description: Enable parallel make + Restore ability to build things in parallel. + (${MAKE} must always appear in the rule directly, and not be + hidden through expansions of other variables to get this to work.) +Forward: pending +Author: Jan Engelhardt <jengelh@medozas.de> +Last-Update: 2012-01-26 22:29:13.993994227 +0100 --- nx-X11/Makefile | 64 +++++++++++++++++----------------- |