aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-27 01:33:56 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-27 01:33:56 +0200
commit14e51de1232ad096e0b5d0c7d083e137286d863b (patch)
treed4db7181af6acf739a0726d7ca64a8854c834c46
parent4c90de7aa9b81b77d583e3226a05872529e2c149 (diff)
downloadnx-libs-14e51de1232ad096e0b5d0c7d083e137286d863b.tar.gz
nx-libs-14e51de1232ad096e0b5d0c7d083e137286d863b.tar.bz2
nx-libs-14e51de1232ad096e0b5d0c7d083e137286d863b.zip
debian/changelog: document the last commits.
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index feea31110..eb6ef7a72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,18 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
1103-xkb-Don-t-swap-XkbSetGeometry-data-in-the-input.full.patch
- 1104-xkb-Check-strings-length-against-request-size.patch =>
1104-xkb-Check-strings-length-against-request-size.full.patch
+ * debian/rolltarball.sh:
+ - Use more quotes. Fixes potential bugs, including one triggered by an
+ unquoted hash within the command line. BASH accepts this. Other shells
+ do not (i.e., treat everything following the hash character as a
+ comment.)
+ - Convert tabs to spaces for consistency.
+ - Use more curly braces. Prevents random characters as being treated as
+ part of a variable name.
+ - Don't escape last newline of a multiline command. Worked out fine so
+ far, because the next line was empty, but this can easily change...
+
+ Cherry-picked from Arctica GH 3.6.x branch.
[ Bernard Cafarelli ]
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.