diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-08-21 12:37:26 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-08-21 12:37:26 +0000 |
commit | 9e83eb0b7462828a50cc7157eb126c82ac726557 (patch) | |
tree | c13d47c02c6709ff7fd5a1c4e27f4c6e72e402fe /debian | |
parent | 4f6ff761e191972002047d8e0320273b669df148 (diff) | |
download | dh-illumos-9e83eb0b7462828a50cc7157eb126c82ac726557.tar.gz |
Use ":" instead of "true". Disable stripping.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f2a7b2d..060b3af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ dh-illumos (7) UNRELEASED; urgency=low * Perl syntax error * Set LDLIBS32 and LDLIBS64 in env.sh to use libraries from debian/tmp + * Disable stripping. GNU strip can damage binaries, and we will carefully + strip when create package. + * Use ":" instead on "true" - -- Igor Pashev <pashev.igor@gmail.com> Sat, 18 Aug 2012 01:03:49 +0000 + -- Igor Pashev <pashev.igor@gmail.com> Tue, 21 Aug 2012 12:37:00 +0000 dh-illumos (6) unstable; urgency=low |