diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-05 04:46:37 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-05 04:46:37 +0400 |
commit | db7d17c1645f6f616272751ba2f3c3c99264c480 (patch) | |
tree | fd0e0d28ef8f44bf94ee8f821ff7bbc109d4aa93 /debian | |
parent | 8ff21ce594bdb94623f5fa969668c3be8b16b8fb (diff) | |
download | dh-illumos-db7d17c1645f6f616272751ba2f3c3c99264c480.tar.gz |
* dh_illumos_gate:
- Extract usr/src/cmd/Makefile* if any path under
usr/src/cmd is being extracted and -B option is given.
- Remove trailing spaces in TEXT_DOMAIN definition
in usr/src/cmd/Makefile.cmd.
- Remove the MAPFILE.LEX variable from usr/src/Makefile.master.
* dh_illumos_make:
- adjust MAPFILE.NGB for native builds (i386 vs amd64).
- pass overriden variables as make agruments, not as shell
environment (native builds).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 1e9613a..8dfb40b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ dh-illumos (9.5) UNRELEASED; urgency=low - * Extract usr/src/cmd/Makefile* if any path - under usr/src/cmd is being extracted - and -B option is given. - * Remove trailing spaces in TEXT_DOMAIN definition - in usr/src/cmd/Makefile.cmd + * dh_illumos_gate: + - Extract usr/src/cmd/Makefile* if any path under + usr/src/cmd is being extracted and -B option is given. + - Remove trailing spaces in TEXT_DOMAIN definition + in usr/src/cmd/Makefile.cmd. + - Remove the MAPFILE.LEX variable from usr/src/Makefile.master. + + * dh_illumos_make: + - adjust MAPFILE.NGB for native builds (i386 vs amd64). + - pass overriden variables as make agruments, not as shell + environment (native builds). -- Igor Pashev <pashev.igor@gmail.com> Sun, 04 Nov 2012 20:04:05 +0400 |